summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add migrate-disabled counter to tracing output.Thomas Gleixner2021-09-031-0/+1
* tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)2021-08-181-8/+14
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-2/+2
* tracing: Add check of trace event print fmts for dereferencing pointersSteven Rostedt (VMware)2021-03-181-0/+210
* Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-02-221-21/+19
|\
| * tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)2021-02-051-9/+13
| * tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-12/+6
* | tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)2021-02-051-1/+2
|/
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-5/+4
|\
| * tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-141-1/+1
| * ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+1
| * tracing: Fix some typos in commentsQiujun Huang2020-11-101-2/+2
| * ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)2020-11-061-1/+0
* | tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-4/+4
|/
* 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