aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/trace_events.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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