aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/perf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song1-3/+3
2016-07-15tracing: Use outer () on __get_str() definitionDaniel Bristot de Oliveira1-1/+1
2016-04-21perf, bpf: minimize the size of perf_trace_() tracepoint handlerAlexei Starovoitov1-10/+3
2016-04-07perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov1-1/+9
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov1-4/+4
2016-04-07perf: remove unused __addr variableAlexei Starovoitov1-5/+2
2015-09-23tracing: Move non perf code out of perf.hSteven Rostedt (Red Hat)1-258/+0
2015-05-13tracing: Rename ftrace_get_offsets_##call() to trace_event_get_offsets_##call()Steven Rostedt (Red Hat)1-3/+3
2015-05-13tracing: Rename ftrace_define_fields_##call() to trace_event_define_fields_##call()Steven Rostedt (Red Hat)1-2/+2
2015-05-13tracing: Rename ftrace_event_type_funcs_##call to trace_event_type_funcs_##callSteven Rostedt (Red Hat)1-2/+2
2015-05-13tracing: Rename ftrace_data_offset_##call to trace_event_data_offset_##callSteven Rostedt (Red Hat)1-3/+3
2015-05-13tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##callSteven Rostedt (Red Hat)1-8/+8
2015-05-13tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Steven Rostedt (Red Hat)1-1/+1
2015-05-13tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_*Steven Rostedt (Red Hat)1-5/+5
2015-05-13tracing: Rename ftrace_output functions to trace_outputSteven Rostedt (Red Hat)1-1/+1
2015-05-13tracing: Rename ftrace_event_buffer to trace_event_buffer.Steven Rostedt (Red Hat)1-3/+3
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)1-11/+11
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)1-12/+12
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)1-2/+2
2015-05-13tracing: Move the perf code out of trace_event.hSteven Rostedt (Red Hat)1-0/+350