aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)1-20/+22
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)1-3/+3
2021-09-03tracing: Add migrate-disabled counter to tracing output.Thomas Gleixner1-0/+1
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)1-8/+14
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-2/+2
2021-03-18tracing: Add check of trace event print fmts for dereferencing pointersSteven Rostedt (VMware)1-0/+210
2021-02-22Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-21/+19
2021-02-05tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)1-9/+13
2021-02-05tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)1-1/+2
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior1-12/+6
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-5/+4
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu1-1/+1
2020-11-16tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi1-4/+4
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-1/+1
2020-11-10tracing: Fix some typos in commentsQiujun Huang1-2/+2
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)1-1/+0
2020-10-16Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2020-10-16tracing: Remove __init from __trace_early_add_new_event()Masami Hiramatsu1-1/+1
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-59/+81
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu1-14/+16
2020-09-21tracing: Enable adding dynamic events early stageMasami Hiramatsu1-1/+8
2020-09-21tracing: Define event fields early stageMasami Hiramatsu1-37/+55
2020-09-18tracing: toplevel d_entry already initializedWei Yang1-7/+2
2020-09-01module: Fix up module_notifier return valuesPeter Zijlstra1-1/+1
2020-08-04tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)1-2/+2
2020-06-01tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi1-0/+4
2020-03-27tracing: Create set_event_notrace_pid to not trace tasksSteven Rostedt (VMware)1-63/+217
2020-03-27ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)1-6/+6
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-10/+96
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2020-01-30tracing: Add trace_get/put_event_file()Tom Zanussi1-0/+85
2020-01-13tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu1-0/+1
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-1/+1
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-9/+9
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar1-1/+19
2019-12-21tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood1-4/+4
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro1-3/+3
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar1-1/+34
2019-12-02tracing: Introduce trace event injectionCong Wang1-0/+6
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-1/+19
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi1-1/+26
2019-11-13tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi1-0/+2
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)1-0/+8
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)1-4/+6
2019-10-12tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)1-14/+3
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-08-31tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov1-1/+1
2019-07-31tracing: Use CONFIG_PREEMPTIONThomas Gleixner1-2/+2
2019-07-16tracing: Make trace_get_fields() globalCong Wang1-8/+0
2019-05-25tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)1-1/+1