aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
AgeCommit message (Expand)Author
2023-12-20ring-buffer: Page size per ring bufferTzvetomir Stoyanov (VMware)
2023-12-18tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)
2023-12-13tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian
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-10-03tracing: Expand all ring buffers individuallyZheng Yejian
2023-09-07tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)
2023-09-01Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-08-22tracing: Remove unused function declarationsYue Haibing
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher
2023-07-30tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)
2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-14Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)
2023-06-30Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-06-20function_graph: Support recording and printing the return value of functionDonglin Peng
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)
2023-03-29tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2023-02-23Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-02-14alpha: replace NR_SYSCALLS by NR_syscallsYang Yang
2023-02-12tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao
2023-02-07tracing: Add enabling of events to boot instancesSteven Rostedt (Google)
2023-01-25tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)
2023-01-24tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)
2022-12-10tracing: Fix some checker warningsDavid Howells
2022-12-09tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)
2022-12-09tracing/probes: Handle system names with hyphensSteven Rostedt (Google)
2022-11-23tracing: Make tracepoint_print_iter staticXiu Jianfeng
2022-11-23tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)
2022-09-26tracing: Move struct filter_pred into trace_events_filter.cSteven Rostedt (Google)
2022-07-30rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira
2022-04-26tracing: Have existing event_command.parse() implementations use helpersTom Zanussi
2022-04-26tracing: Remove redundant trigger_ops paramsTom Zanussi
2022-04-26tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)
2022-02-10tracing: Remove size restriction on tracing_log_err cmd stringsTom Zanussi
2022-01-10tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi
2021-12-11tracing: Use memset_startat helper in trace_iterator_reset()Xiu Jianfeng
2021-12-06tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)
2021-12-06tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu
2021-12-06tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu
2021-11-26tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)
2021-10-13tracing: in_irq() cleanupChangbin Du
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)