| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-30 | tracing: perf: Have perf tracepoint callbacks always disable preemption | Steven Rostedt | 1 | -2/+2 |
| 2024-10-09 | tracing/perf: Add might_fault check to syscall probes | Mathieu Desnoyers | 1 | -0/+1 |
| 2024-10-09 | tracing/perf: disable preemption in syscall probe | Mathieu Desnoyers | 1 | -4/+38 |
| 2024-10-09 | tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL | Mathieu Desnoyers | 1 | -0/+3 |
| 2023-01-25 | perf/tracing: Use stage6 of tracing to not duplicate macros | Steven Rostedt (Google) | 1 | -45/+1 |
| 2022-11-23 | tracing: Add __cpumask to denote a trace event field that is a cpumask_t | Steven Rostedt (Google) | 1 | -0/+6 |
| 2022-02-28 | tracing: Introduce helpers to safely handle dynamic-sized sockaddrs | Chuck Lever | 1 | -0/+6 |
| 2022-01-27 | tracing/perf: Avoid -Warray-bounds warning for __rel_loc macro | Kees Cook | 1 | -2/+3 |
| 2021-12-06 | tracing: Add '__rel_loc' using trace event macros | Masami Hiramatsu | 1 | -0/+16 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-25 | bpf: permit multiple bpf attachments for a single perf event | Yonghong Song | 1 | -3/+3 |
| 2016-07-15 | tracing: Use outer () on __get_str() definition | Daniel Bristot de Oliveira | 1 | -1/+1 |
| 2016-04-21 | perf, bpf: minimize the size of perf_trace_() tracepoint handler | Alexei Starovoitov | 1 | -10/+3 |
| 2016-04-07 | perf, bpf: allow bpf programs attach to tracepoints | Alexei Starovoitov | 1 | -1/+9 |
| 2016-04-07 | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov | 1 | -4/+4 |
| 2016-04-07 | perf: remove unused __addr variable | Alexei Starovoitov | 1 | -5/+2 |
| 2015-09-23 | tracing: Move non perf code out of perf.h | Steven Rostedt (Red Hat) | 1 | -258/+0 |
| 2015-05-13 | tracing: Rename ftrace_get_offsets_##call() to trace_event_get_offsets_##call() | Steven Rostedt (Red Hat) | 1 | -3/+3 |
| 2015-05-13 | tracing: Rename ftrace_define_fields_##call() to trace_event_define_fields_##... | Steven Rostedt (Red Hat) | 1 | -2/+2 |
| 2015-05-13 | tracing: Rename ftrace_event_type_funcs_##call to trace_event_type_funcs_##call | Steven Rostedt (Red Hat) | 1 | -2/+2 |
| 2015-05-13 | tracing: Rename ftrace_data_offset_##call to trace_event_data_offset_##call | Steven Rostedt (Red Hat) | 1 | -3/+3 |
| 2015-05-13 | tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##call | Steven Rostedt (Red Hat) | 1 | -8/+8 |
| 2015-05-13 | tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled() | Steven Rostedt (Red Hat) | 1 | -1/+1 |
| 2015-05-13 | tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_* | Steven Rostedt (Red Hat) | 1 | -5/+5 |
| 2015-05-13 | tracing: Rename ftrace_output functions to trace_output | Steven Rostedt (Red Hat) | 1 | -1/+1 |
| 2015-05-13 | tracing: Rename ftrace_event_buffer to trace_event_buffer. | Steven Rostedt (Red Hat) | 1 | -3/+3 |
| 2015-05-13 | tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} | Steven Rostedt (Red Hat) | 1 | -11/+11 |
| 2015-05-13 | tracing: Rename ftrace_event_file to trace_event_file | Steven Rostedt (Red Hat) | 1 | -12/+12 |
| 2015-05-13 | tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() | Steven Rostedt (Red Hat) | 1 | -2/+2 |
| 2015-05-13 | tracing: Move the perf code out of trace_event.h | Steven Rostedt (Red Hat) | 1 | -0/+350 |