aboutsummaryrefslogtreecommitdiff
path: root/include/linux/trace_events.h
AgeCommit message (Expand)Author
2018-12-18bpf: support raw tracepoints in modulesMatt Mullins
2018-10-10trace_uprobe: support reference counter in fd-based uprobeSong Liu
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-29tracing: Do not reference event data in post call triggersSteven Rostedt (VMware)
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov
2018-03-10tracing: Give event triggers access to ring_buffer_eventTom Zanussi
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-02-06perf/core: Implement the 'perf_uprobe' PMUSong Liu
2018-02-06perf/core: Implement the 'perf_kprobe' PMUSong Liu
2017-12-13bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song
2017-12-12bpf: add a bpf_override_function helperJosef Bacik
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller
2017-11-11bpf: add a bpf_override_function helperJosef Bacik
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song
2017-10-16perf/ftrace: Fix function trace eventsPeter Zijlstra
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra
2017-09-20bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song
2017-09-08Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-08-31tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming
2017-07-20trace: fix the errors caused by incompatible type of RCU variablesChunyan Zhang
2017-06-27tracing: Add support for recording tgid of tasksJoel Fernandes
2017-03-24tracing: Move trace_handle_return() out of lineSteven Rostedt (VMware)
2017-02-22tracing: add __print_flags_u64()Ross Zwisler
2017-02-03trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann
2017-01-25trace: add variant without spacing in trace_print_hex_seqDaniel Borkmann
2016-05-18Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-05-02tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logicSteven Rostedt (Red Hat)
2016-04-29tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)
2016-04-29tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)
2016-04-29tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)
2016-04-27tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)
2016-04-26tracing: Move event_trigger_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)
2016-04-21perf, bpf: minimize the size of perf_trace_() tracepoint handlerAlexei Starovoitov
2016-04-19tracing: Add enable_hist/disable_hist triggersTom Zanussi
2016-04-19tracing: Add 'hist' event trigger commandTom Zanussi
2016-04-07bpf: sanitize bpf tracepoint accessAlexei Starovoitov
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-03-15tracepoints: move trace_print_flags definitions to tracepoint-defs.hVlastimil Babka
2016-03-08tracing: Add event record param to trigger_ops.func()Tom Zanussi
2016-03-04tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)
2015-10-25tracing: Implement event pid filteringSteven Rostedt (Red Hat)
2015-09-25tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)