summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.h
AgeCommit message (Expand)Author
2021-11-26tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)
2021-10-13tracing: in_irq() cleanupChangbin Du
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)
2021-08-16tracing: Apply trace filters on all output channelsPingfan Liu
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love
2021-06-25trace: Add timerlat tracerDaniel Bristot de Oliveira
2021-06-25trace: Add osnoise tracerDaniel Bristot de Oliveira
2021-06-25tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)
2021-06-25trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira
2021-04-15tracing: Add method for recording "func_repeats" eventsYordan Karadzhov (VMware)
2021-04-15tracing: Add "last_func_repeats" to struct trace_arrayYordan Karadzhov (VMware)
2021-04-15tracing: Define new ftrace event "func_repeats"Yordan Karadzhov (VMware)
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2021-03-18tracing: Add a verifier to check string pointers for trace eventsSteven Rostedt (VMware)
2021-03-18tracing: Add tracing_event_time_stamp() APISteven Rostedt (VMware)
2021-03-18tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)
2021-03-04tracing: Remove duplicate declaration from trace.hYordan Karadzhov (VMware)
2021-02-11tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu
2021-02-11tracing: Show real address for trace event argumentsMasami Hiramatsu
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu
2021-02-02tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu
2020-11-06ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)
2020-11-02ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)
2020-11-02ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-15tracing: Move is_good_name() from trace_probe.h to trace.hTom Zanussi
2020-10-15tracing: Fix some typos in commentsQiujun Huang
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu
2020-09-21tracing: Enable creating new instance early bootMasami Hiramatsu
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang
2020-08-03ftrace: Fix ftrace_trace_task return valueJosef Bacik
2020-06-30tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)
2020-06-16tracing: Make ftrace packed events have align of 1Steven Rostedt (VMware)
2020-06-01tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi
2020-03-27tracing: Create set_event_notrace_pid to not trace tasksSteven Rostedt (VMware)
2020-03-27ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)
2020-03-27ftrace: Make function trace pid filtering a bit more exactSteven Rostedt (VMware)
2020-03-27tracing: Do not disable tracing when reading the trace fileSteven Rostedt (VMware)
2020-03-03tracing: Remove unused TRACE_BUFFER bitsSteven Rostedt (VMware)
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-02-05ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)
2020-02-05ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)
2020-02-05tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover
2020-02-05tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover