aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/trace_events.h
AgeCommit message (Expand)Author
2021-11-26tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-03-19tracing: Save off entry when peeking at next entrySteven Rostedt (VMware)
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-10tracing: Consolidate trace() functionsTom Zanussi
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-02-01tracing: Use seq_buf for building dynevent_cmd stringTom Zanussi
2020-01-30tracing: Add kprobe event command generation functionsTom Zanussi
2020-01-30tracing: Add synth_event_trace() and related functionsTom Zanussi
2020-01-30tracing: Add synthetic event command generation functionsTom Zanussi
2020-01-30tracing: Add dynamic event command creation interfaceTom Zanussi
2020-01-30tracing: Add synth_event_delete()Tom Zanussi
2020-01-30tracing: Add trace_get/put_event_file()Tom Zanussi
2020-01-13tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz
2019-08-31tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov
2019-07-16tracing: Make trace_get_fields() globalCong Wang
2019-07-16tracing: Pass type into tracing_generic_entry_update()Cong Wang
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