aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/trace_events.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+51
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)1-0/+4
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)1-1/+44
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)1-0/+3
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko1-3/+3
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko1-0/+3
2021-04-01tracing: Remove duplicate struct declaration in trace_events.hWan Jiabing1-1/+0
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)1-2/+3
2021-03-04tracing: Fix comment about the trace_event_call flagsSteven Rostedt (VMware)1-9/+2
2021-02-11tracing: Show real address for trace event argumentsMasami Hiramatsu1-0/+4
2021-02-02tracing: Remove NULL check from current in tracing_generic_entry_update().Sebastian Andrzej Siewior1-3/+1
2021-02-02tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior1-3/+51
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior1-7/+18
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-03-19tracing: Save off entry when peeking at next entrySteven Rostedt (VMware)1-0/+2
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2020-02-10tracing: Consolidate trace() functionsTom Zanussi1-1/+1
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+127
2020-02-01tracing: Use seq_buf for building dynevent_cmd stringTom Zanussi1-3/+1
2020-01-30tracing: Add kprobe event command generation functionsTom Zanussi1-0/+31
2020-01-30tracing: Add synth_event_trace() and related functionsTom Zanussi1-0/+26
2020-01-30tracing: Add synthetic event command generation functionsTom Zanussi1-0/+37
2020-01-30tracing: Add dynamic event command creation interfaceTom Zanussi1-0/+23
2020-01-30tracing: Add synth_event_delete()Tom Zanussi1-0/+2
2020-01-30tracing: Add trace_get/put_event_file()Tom Zanussi1-0/+5
2020-01-13tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu1-0/+1
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-2/+2
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-2/+2
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar1-1/+7
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-1/+17
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi1-1/+2
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz1-0/+5
2019-08-31tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov1-0/+1
2019-07-16tracing: Make trace_get_fields() globalCong Wang1-0/+8
2019-07-16tracing: Pass type into tracing_generic_entry_update()Cong Wang1-0/+1
2018-12-18bpf: support raw tracepoints in modulesMatt Mullins1-2/+6
2018-10-10trace_uprobe: support reference counter in fd-based uprobeSong Liu1-1/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+17
2018-05-29tracing: Do not reference event data in post call triggersSteven Rostedt (VMware)1-2/+1
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song1-0/+17
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-6/+8
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+42
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov1-0/+42
2018-03-10tracing: Give event triggers access to ring_buffer_eventTom Zanussi1-6/+8
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+7
2018-02-06perf/core: Implement the 'perf_uprobe' PMUSong Liu1-0/+4
2018-02-06perf/core: Implement the 'perf_kprobe' PMUSong Liu1-0/+4
2017-12-13bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song1-0/+6
2017-12-12bpf: add a bpf_override_function helperJosef Bacik1-0/+1