summaryrefslogtreecommitdiff
path: root/include/linux/trace_events.h
AgeCommit message (Expand)Author
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-11-01tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)
2023-09-25bpf: Add missed value to kprobe perf link infoJiri Olsa
2023-09-11tracing/synthetic: Fix order of struct trace_dynamic_infoSteven Rostedt (Google)
2023-09-08tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)
2023-09-01Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-22tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider
2023-08-21bpf: Add multi uprobe linkJiri Olsa
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-11bpf: Clear the probe_addr for uprobeYafang Shao
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)
2023-05-23tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)
2023-02-12tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao
2022-12-10tracing: Fix some checker warningsDavid Howells
2022-11-23tracing: Optimize event type allocation with IDAZheng Yejian
2022-09-28tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)
2022-08-29tracing: Define the is_signed_type() macro onceBart Van Assche
2022-07-15tracing/events: Add __vstring() and __assign_vstr() helper macrosSteven Rostedt (Google)
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-03-17bpf: Add multi kprobe linkJiri Olsa
2022-03-11tracing: Add TRACE_CUSTOM_EVENT() macroSteven Rostedt (Google)
2022-02-25tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy
2022-01-13tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior
2021-12-06tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu
2021-11-14tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)
2021-10-27tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko
2021-04-01tracing: Remove duplicate struct declaration in trace_events.hWan Jiabing
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)
2021-03-04tracing: Fix comment about the trace_event_call flagsSteven Rostedt (VMware)
2021-02-11tracing: Show real address for trace event argumentsMasami Hiramatsu
2021-02-02tracing: Remove NULL check from current in tracing_generic_entry_update().Sebastian Andrzej Siewior
2021-02-02tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior
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