summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2020-10-161-1/+1
|\
| * tracing: Remove __init from __trace_early_add_new_event()Masami Hiramatsu2020-10-161-1/+1
* | Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-10-151-59/+81
|\|
| * tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu2020-09-251-14/+16
| * tracing: Enable adding dynamic events early stageMasami Hiramatsu2020-09-211-1/+8
| * tracing: Define event fields early stageMasami Hiramatsu2020-09-211-37/+55
| * tracing: toplevel d_entry already initializedWei Yang2020-09-181-7/+2
* | module: Fix up module_notifier return valuesPeter Zijlstra2020-09-011-1/+1
|/
* tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2020-08-041-2/+2
* tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi2020-06-011-0/+4
* tracing: Create set_event_notrace_pid to not trace tasksSteven Rostedt (VMware)2020-03-271-63/+217
* ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)2020-03-271-6/+6
* Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-061-10/+96
|\
| * tracing: Add trace_get/put_event_file()Tom Zanussi2020-01-301-0/+85
| * tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu2020-01-131-0/+1
| * tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-1/+1
| * tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-131-9/+9
* | Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-051-3/+3
|\ \
| * | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro2019-12-101-3/+3
* | | Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-251-1/+19
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101-1/+34
| |\|
| * | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-1/+19
* | | tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2019-12-211-4/+4
| |/ |/|
* | tracing: Introduce trace event injectionCong Wang2019-12-021-0/+6
* | tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi2019-11-221-1/+26
* | tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2019-11-131-0/+2
|/
* tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-121-0/+8
* tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)2019-10-121-4/+6
* tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)2019-10-121-14/+3
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-2/+2
|\
| * tracing: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-2/+2
* | tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov2019-08-311-1/+1
|/
* tracing: Make trace_get_fields() globalCong Wang2019-07-161-8/+0
* tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)2019-05-251-1/+1
* tracing: Fix partial reading of trace event's id fileElazar Leibovich2019-05-081-3/+0
* tracing: Kernel access to Ftrace instancesDivya Indi2019-04-021-0/+1
* tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)2018-12-221-1/+1
* tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)2018-12-101-26/+4
* tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu2018-12-081-6/+28
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-0/+1
* tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)2018-08-101-4/+4
* trace: Use rcu_dereference_raw for hooks from trace-event subsystemJoel Fernandes (Google)2018-08-031-2/+2
* tracing: Do not show filter file for ftrace internal eventsSteven Rostedt (VMware)2018-05-291-4/+6
* tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)2018-05-291-3/+1
* tracing: Add __find_event_file() to find event files without restrictionsSteven Rostedt (VMware)2018-05-291-5/+17
* tracing: Make sure the parsed string always terminates with '\0'Changbin Du2018-01-231-2/+0
* tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)2018-01-181-1/+15
* tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2017-10-041-16/+15
* tracing: Fix clear of RECORDED_TGID flag when disabling trace eventChunyu Hu2017-09-051-1/+1
* tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)2017-08-311-8/+7