aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-26tracing: Have existing event_command.parse() implementations use helpersTom Zanussi1-1/+2
2022-04-26tracing: Remove redundant trigger_ops paramsTom Zanussi1-10/+4
2022-04-26tracing: 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/rostedt/linux-traceLinus Torvalds1-1/+1
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)1-1/+0
2022-02-10tracing: Remove size restriction on tracing_log_err cmd stringsTom Zanussi1-1/+1
2022-01-10tracing: Add helper functions to simplify event_command.parse() callback handlingTom 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-26tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)1-6/+18
2021-10-13tracing: in_irq() cleanupChangbin Du1-1/+1
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)1-0/+3
2021-10-05tracing: 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/rostedt/linux-traceLinus Torvalds1-6/+29
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love1-10/+3
2021-06-25trace: Add timerlat tracerDaniel Bristot de Oliveira1-0/+2
2021-06-25trace: Add osnoise tracerDaniel Bristot de Oliveira1-3/+6
2021-06-25tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)1-3/+3
2021-06-25trace: 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
2021-03-18tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)1-2/+2
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)1-2/+2
2021-03-04tracing: Remove duplicate declaration from trace.hYordan Karadzhov (VMware)1-1/+0
2021-02-11tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu1-0/+1
2021-02-11tracing: Show real address for trace event argumentsMasami Hiramatsu1-0/+2
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu1-2/+1
2021-02-02tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior1-19/+0
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior1-21/+17
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu1-0/+5
2020-11-06ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)1-177/+0
2020-11-02ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)1-2/+21
2020-11-02ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)1-1/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-15tracing: Move is_good_name() from trace_probe.h to trace.hTom Zanussi1-0/+13
2020-10-15tracing: Fix some typos in commentsQiujun Huang1-4/+4
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu1-0/+1