summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-14tracing: Allow user-space mapping of the ring-bufferVincent Donnefort1-0/+1
2024-03-18tracing: Add snapshot refcountVincent Donnefort1-2/+6
2024-03-17tracing: Move saved_cmdline code into trace_sched_switch.cSteven Rostedt (Google)1-0/+10
2023-12-20ring-buffer: Page size per ring bufferTzvetomir Stoyanov (VMware)1-0/+1
2023-12-19tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)1-0/+1
2023-12-14tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian1-0/+1
2023-11-02tracing: Have trace_event_file have ref countersSteven Rostedt (Google)1-0/+3
2023-10-05eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)1-2/+2
2023-10-04tracing: Expand all ring buffers individuallyZheng Yejian1-2/+7
2023-09-07tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)1-0/+2
2023-09-02Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-3/+11
2023-08-22tracing: Remove unused function declarationsYue Haibing1-2/+0
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian1-0/+2
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle1-0/+8
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher1-1/+1
2023-07-31tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)1-0/+10
2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2023-07-13Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)1-0/+2
2023-06-30Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-0/+11
2023-06-21function_graph: Support recording and printing the return value of functionDonglin Peng1-0/+2
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)1-0/+11
2023-03-29tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)1-0/+2
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds1-1/+1
2023-02-23Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+6
2023-02-14alpha: replace NR_SYSCALLS by NR_syscallsYang Yang1-1/+1
2023-02-12tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao1-0/+1
2023-02-07tracing: Add enabling of events to boot instancesSteven Rostedt (Google)1-0/+2
2023-01-25tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)1-0/+4
2023-01-24tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)1-0/+1
2022-12-10tracing: Fix some checker warningsDavid Howells1-1/+1
2022-12-10tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)1-5/+3
2022-12-10tracing/probes: Handle system names with hyphensSteven Rostedt (Google)1-3/+16
2022-11-24tracing: Make tracepoint_print_iter staticXiu Jianfeng1-2/+0
2022-11-24tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)1-0/+1
2022-09-26tracing: Move struct filter_pred into trace_events_filter.cSteven Rostedt (Google)1-13/+0
2022-07-30rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira1-0/+9
2022-04-27tracing: Have existing event_command.parse() implementations use helpersTom Zanussi1-1/+2
2022-04-27tracing: Remove redundant trigger_ops paramsTom Zanussi1-10/+4
2022-04-27tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi1-4/+5
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)1-1/+0
2022-02-11tracing: Remove size restriction on tracing_log_err cmd stringsTom Zanussi1-1/+1
2022-01-10tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi1-0/+24
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi1-4/+0
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi1-4/+15
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi1-7/+12
2021-12-11tracing: Use memset_startat helper in trace_iterator_reset()Xiu Jianfeng1-8/+1
2021-12-06tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)1-1/+3
2021-12-06tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu1-0/+3
2021-12-06tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu1-0/+1