summaryrefslogtreecommitdiffstats
path: root/include/linux/trace_events.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tracing: Add trace_get/put_event_file()Tom Zanussi2020-01-301-0/+5
| * tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu2020-01-131-0/+1
| * tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-2/+2
| * tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-131-2/+2
* | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101-1/+7
|\|
| * tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi2019-11-221-1/+2
| * tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz2019-11-141-0/+5
* | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-1/+17
|/
* tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov2019-08-311-0/+1
* tracing: Make trace_get_fields() globalCong Wang2019-07-161-0/+8
* tracing: Pass type into tracing_generic_entry_update()Cong Wang2019-07-161-0/+1
* bpf: support raw tracepoints in modulesMatt Mullins2018-12-181-2/+6
* trace_uprobe: support reference counter in fd-based uprobeSong Liu2018-10-101-1/+2