aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/trace_events.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-16/+20
2024-03-19bpf: pass whole link instead of prog when triggering raw tracepointAndrii Nakryiko1-16/+20
2024-03-18tracing: Use EVENT_NULL_STR macro instead of open coding "(null)"Steven Rostedt (Google)1-0/+3
2024-03-12tracing/ring-buffer: Fix wait_on_pipe() raceSteven Rostedt (Google)1-1/+4
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+5
2023-11-01tracing: Have trace_event_file have ref countersSteven Rostedt (Google)1-0/+4
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)1-1/+1
2023-09-25bpf: Add missed value to kprobe perf link infoJiri Olsa1-2/+4
2023-09-11tracing/synthetic: Fix order of struct trace_dynamic_infoSteven Rostedt (Google)1-3/+3
2023-09-08tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)1-1/+0
2023-09-01Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+2
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+8
2023-08-22tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider1-0/+1
2023-08-21bpf: Add multi uprobe linkJiri Olsa1-0/+6
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle1-0/+11
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher1-0/+1
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+2
2023-07-11bpf: Clear the probe_addr for uprobeYafang Shao1-1/+2
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)1-0/+3
2023-05-23tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)1-0/+1
2023-02-12tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao1-0/+1
2022-12-10tracing: Fix some checker warningsDavid Howells1-1/+2
2022-11-23tracing: Optimize event type allocation with IDAZheng Yejian1-1/+0
2022-09-28tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)1-0/+1
2022-08-29tracing: Define the is_signed_type() macro onceBart Van Assche1-2/+0
2022-07-15tracing/events: Add __vstring() and __assign_vstr() helper macrosSteven Rostedt (Google)1-0/+18
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+7
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+23
2022-03-17bpf: Add multi kprobe linkJiri Olsa1-0/+7
2022-03-11tracing: Add TRACE_CUSTOM_EVENT() macroSteven Rostedt (Google)1-1/+23
2022-02-25tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy1-10/+12
2022-01-13tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior1-0/+1
2021-12-06tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu1-0/+1
2021-11-14tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)1-1/+1
2021-10-27tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson1-1/+1
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