summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ftrace: Make function trace pid filtering a bit more exactSteven Rostedt (VMware)2020-03-271-2/+2
* tracing: Do not disable tracing when reading the trace fileSteven Rostedt (VMware)2020-03-271-0/+1
* tracing: Remove unused TRACE_BUFFER bitsSteven Rostedt (VMware)2020-03-031-6/+1
* Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-061-24/+74
|\
| * ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2020-02-051-0/+2
| * ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)2020-02-051-0/+10
| * tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2020-02-051-2/+6
| * tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2020-02-051-3/+6
| * tracing: Add trace_array_find/_get() to find instance trace arraysTom Zanussi2020-01-301-0/+2
| * tracing/boot: Move external function declarations to kernel/trace/trace.hMasami Hiramatsu2020-01-291-0/+17
| * tracing: Use pr_err() instead of WARN() for memory failuresSteven Rostedt (VMware)2020-01-251-0/+12
| * tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-11/+11