summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-27tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)1-6/+18
2021-10-14tracing: in_irq() cleanupChangbin Du1-1/+1
2021-10-09tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)1-0/+3
2021-10-06tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)1-4/+10
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)1-0/+18
2021-08-16tracing: Apply trace filters on all output channelsPingfan Liu1-32/+0
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-6/+29
2021-06-29once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love1-10/+3
2021-06-26trace: Add timerlat tracerDaniel Bristot de Oliveira1-0/+2
2021-06-26trace: Add osnoise tracerDaniel Bristot de Oliveira1-3/+6
2021-06-26tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)1-3/+3
2021-06-26trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira1-0/+18
2021-04-15tracing: Add method for recording "func_repeats" eventsYordan Karadzhov (VMware)1-0/+4
2021-04-15tracing: Add "last_func_repeats" to struct trace_arrayYordan Karadzhov (VMware)1-0/+12
2021-04-15tracing: Define new ftrace event "func_repeats"Yordan Karadzhov (VMware)1-0/+3
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-2/+2
2021-03-18tracing: Add a verifier to check string pointers for trace eventsSteven Rostedt (VMware)1-0/+3
2021-03-18tracing: Add tracing_event_time_stamp() APISteven Rostedt (VMware)1-0/+1