summaryrefslogtreecommitdiffstats
path: root/include/linux/trace_events.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-09-011-0/+2
|\
| * tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider2023-08-221-0/+1
| * eventfs: Move tracing/events to eventfsAjay Kaher2023-07-311-0/+1
* | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-291-1/+8
|\ \
| * | bpf: Add multi uprobe linkJiri Olsa2023-08-211-0/+6
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-131-1/+2
| |\ \ | | |/ | |/|
| | * bpf: Clear the probe_addr for uprobeYafang Shao2023-07-111-1/+2
* | | tracing/synthetic: Use union instead of castsSven Schnelle2023-08-161-0/+11
|/ /
* / tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)2023-06-061-0/+3
|/
* tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)2023-05-231-0/+1
* tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao2023-02-121-0/+1
* tracing: Fix some checker warningsDavid Howells2022-12-101-1/+2
* tracing: Optimize event type allocation with IDAZheng Yejian2022-11-231-1/+0
* tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)2022-09-281-0/+1
* tracing: Define the is_signed_type() macro onceBart Van Assche2022-08-291-2/+0
* tracing/events: Add __vstring() and __assign_vstr() helper macrosSteven Rostedt (Google)2022-07-151-0/+18
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+7
|\
| * bpf: Add multi kprobe linkJiri Olsa2022-03-171-0/+7
* | Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-03-231-1/+23
|\ \ | |/ |/|
| * tracing: Add TRACE_CUSTOM_EVENT() macroSteven Rostedt (Google)2022-03-111-1/+23
* | tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy2022-02-251-10/+12
|/
* tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior2022-01-131-0/+1
* tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu2021-12-061-0/+1
* tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)2021-11-141-1/+1
* tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson2021-10-271-1/+1
* Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-1/+51
|\
| * tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)2021-08-201-0/+4
| * tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)2021-08-181-1/+44
| * tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)2021-08-181-0/+3
* | bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-3/+3
* | bpf: Implement minimal BPF perf linkAndrii Nakryiko2021-08-171-0/+3
|/
* tracing: Remove duplicate struct declaration in trace_events.hWan Jiabing2021-04-011-1/+0
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)2021-03-181-2/+3
* tracing: Fix comment about the trace_event_call flagsSteven Rostedt (VMware)2021-03-041-9/+2
* tracing: Show real address for trace event argumentsMasami Hiramatsu2021-02-111-0/+4
* tracing: Remove NULL check from current in tracing_generic_entry_update().Sebastian Andrzej Siewior2021-02-021-3/+1
* tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior2021-02-021-3/+51
* tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-7/+18
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* tracing: Save off entry when peeking at next entrySteven Rostedt (VMware)2020-03-191-0/+2
* Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-111-1/+1
|\
| * tracing: Consolidate trace() functionsTom Zanussi2020-02-101-1/+1
* | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-061-4/+127
|\|
| * tracing: Use seq_buf for building dynevent_cmd stringTom Zanussi2020-02-011-3/+1
| * tracing: Add kprobe event command generation functionsTom Zanussi2020-01-301-0/+31
| * tracing: Add synth_event_trace() and related functionsTom Zanussi2020-01-301-0/+26
| * tracing: Add synthetic event command generation functionsTom Zanussi2020-01-301-0/+37
| * tracing: Add dynamic event command creation interfaceTom Zanussi2020-01-301-0/+23
| * tracing: Add synth_event_delete()Tom Zanussi2020-01-301-0/+2