summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi2022-01-101-0/+24
* tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi2022-01-101-4/+0
* tracing: Change event_trigger_ops func() to trigger()Tom Zanussi2022-01-101-4/+15
* tracing: Change event_command func() to parse()Tom Zanussi2022-01-101-7/+12
* tracing: Use memset_startat helper in trace_iterator_reset()Xiu Jianfeng2021-12-111-8/+1
* tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)2021-12-061-1/+3
* tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu2021-12-061-0/+3
* tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu2021-12-061-0/+1
* tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)2021-11-261-6/+18
* tracing: in_irq() cleanupChangbin Du2021-10-131-1/+1
* tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-081-0/+3
* tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)2021-10-051-4/+10
* tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)2021-08-201-0/+18
* tracing: Apply trace filters on all output channelsPingfan Liu2021-08-161-32/+0
* Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-031-6/+29
|\
| * trace: Add timerlat tracerDaniel Bristot de Oliveira2021-06-251-0/+2
| * trace: Add osnoise tracerDaniel Bristot de Oliveira2021-06-251-3/+6
| * tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)2021-06-251-3/+3
| * trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira2021-06-251-0/+18
* | once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love2021-06-281-10/+3
|/
* tracing: Add method for recording "func_repeats" eventsYordan Karadzhov (VMware)2021-04-151-0/+4
* tracing: Add "last_func_repeats" to struct trace_arrayYordan Karadzhov (VMware)2021-04-151-0/+12
* tracing: Define new ftrace event "func_repeats"Yordan Karadzhov (VMware)2021-04-151-0/+3
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-2/+2
* tracing: Add a verifier to check string pointers for trace eventsSteven Rostedt (VMware)2021-03-181-0/+3
* tracing: Add tracing_event_time_stamp() APISteven Rostedt (VMware)2021-03-181-0/+1
* tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)2021-03-181-2/+2
* tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)2021-03-181-2/+2
* tracing: Remove duplicate declaration from trace.hYordan Karadzhov (VMware)2021-03-041-1/+0
* tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu2021-02-111-0/+1
* tracing: Show real address for trace event argumentsMasami Hiramatsu2021-02-111-0/+2
* tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu2021-02-091-2/+1
* tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior2021-02-021-19/+0
* tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-21/+17
* tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-141-0/+5
* ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)2020-11-061-177/+0
* ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2020-11-021-2/+21
* ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)2020-11-021-1/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* tracing: Move is_good_name() from trace_probe.h to trace.hTom Zanussi2020-10-151-0/+13
* tracing: Fix some typos in commentsQiujun Huang2020-10-151-4/+4
* tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu2020-09-251-0/+1
* tracing: Enable creating new instance early bootMasami Hiramatsu2020-09-211-0/+7
* tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang2020-09-181-1/+1
* ftrace: Fix ftrace_trace_task return valueJosef Bacik2020-08-031-1/+6
* tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)2020-06-301-1/+1
* tracing: Make ftrace packed events have align of 1Steven Rostedt (VMware)2020-06-161-0/+3
* tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi2020-06-011-0/+1
* tracing: Create set_event_notrace_pid to not trace tasksSteven Rostedt (VMware)2020-03-271-0/+25
* ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)2020-03-271-0/+2