summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-18tracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He1-15/+36
2026-03-04tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt1-5/+0
2026-01-19tracing: Do not register unsupported perf eventsSteven Rostedt1-0/+2
2025-08-28tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt1-0/+5
2025-05-02tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni1-1/+3
2023-11-28tracing: Have trace_event_file have ref countersSteven Rostedt (Google)1-15/+28
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-10-10tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)1-2/+4
2023-08-11tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian1-10/+4
2023-06-28tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)1-1/+1
2022-12-08tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)1-1/+10
2022-08-25tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)1-0/+1
2021-12-01tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)1-0/+10
2021-02-17tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)1-1/+2
2020-12-30tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu1-1/+1
2020-10-16Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus 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/rost...Linus 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/ros...Linus Torvalds1-10/+96
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus 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/ker...Linus 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
2019-05-08tracing: Fix partial reading of trace event's id fileElazar Leibovich1-3/+0