| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | bpf: permit multiple bpf attachments for a single perf event | Yonghong Song | 2017-10-25 | 1 | -3/+3 |
|/ |
|
* | tracing: Use outer () on __get_str() definition | Daniel Bristot de Oliveira | 2016-07-15 | 1 | -1/+1 |
* | perf, bpf: minimize the size of perf_trace_() tracepoint handler | Alexei Starovoitov | 2016-04-21 | 1 | -10/+3 |
* | perf, bpf: allow bpf programs attach to tracepoints | Alexei Starovoitov | 2016-04-08 | 1 | -1/+9 |
* | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov | 2016-04-08 | 1 | -4/+4 |
* | perf: remove unused __addr variable | Alexei Starovoitov | 2016-04-08 | 1 | -5/+2 |
* | tracing: Move non perf code out of perf.h | Steven Rostedt (Red Hat) | 2015-09-23 | 1 | -258/+0 |
* | tracing: Rename ftrace_get_offsets_##call() to trace_event_get_offsets_##call() | Steven Rostedt (Red Hat) | 2015-05-14 | 1 | -3/+3 |
* | tracing: Rename ftrace_define_fields_##call() to trace_event_define_fields_##... | Steven Rostedt (Red Hat) | 2015-05-14 | 1 | -2/+2 |
* | tracing: Rename ftrace_event_type_funcs_##call to trace_event_type_funcs_##call | Steven Rostedt (Red Hat) | 2015-05-14 | 1 | -2/+2 |
* | tracing: Rename ftrace_data_offset_##call to trace_event_data_offset_##call | Steven Rostedt (Red Hat) | 2015-05-14 | 1 | -3/+3 |
* | tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##call | Steven Rostedt (Red Hat) | 2015-05-14 | 1 | -8/+8 |
* | tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled() | Steven Rostedt (Red Hat) | 2015-05-13 | 1 | -1/+1 |
* | tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_* | Steven Rostedt (Red Hat) | 2015-05-13 | 1 | -5/+5 |
* | tracing: Rename ftrace_output functions to trace_output | Steven Rostedt (Red Hat) | 2015-05-13 | 1 | -1/+1 |
* | tracing: Rename ftrace_event_buffer to trace_event_buffer. | Steven Rostedt (Red Hat) | 2015-05-13 | 1 | -3/+3 |
* | tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} | Steven Rostedt (Red Hat) | 2015-05-13 | 1 | -11/+11 |
* | tracing: Rename ftrace_event_file to trace_event_file | Steven Rostedt (Red Hat) | 2015-05-13 | 1 | -12/+12 |
* | tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() | Steven Rostedt (Red Hat) | 2015-05-13 | 1 | -2/+2 |
* | tracing: Move the perf code out of trace_event.h | Steven Rostedt (Red Hat) | 2015-05-13 | 1 | -0/+350 |