summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.h
AgeCommit message (Expand)AuthorFilesLines
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-12tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu1-0/+1
2021-02-12tracing: Show real address for trace event argumentsMasami Hiramatsu1-0/+2
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu1-2/+1
2021-02-03tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior1-19/+0
2021-02-03tracing: 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-26treewide: 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
2020-09-22tracing: Enable creating new instance early bootMasami Hiramatsu1-0/+7
2020-09-19tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang1-1/+1
2020-08-03ftrace: Fix ftrace_trace_task return valueJosef Bacik1-1/+6
2020-06-30tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)1-1/+1
2020-06-17tracing: Make ftrace packed events have align of 1Steven Rostedt (VMware)1-0/+3
2020-06-01tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi1-0/+1
2020-03-27tracing: Create set_event_notrace_pid to not trace tasksSteven Rostedt (VMware)1-0/+25
2020-03-27ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)1-0/+2
2020-03-27ftrace: Make function trace pid filtering a bit more exactSteven Rostedt (VMware)1-2/+2
2020-03-27tracing: Do not disable tracing when reading the trace fileSteven Rostedt (VMware)1-0/+1
2020-03-04tracing: Remove unused TRACE_BUFFER bitsSteven Rostedt (VMware)1-6/+1
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-24/+74
2020-02-06ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)1-0/+2
2020-02-06ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)1-0/+10
2020-02-06tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover1-2/+6
2020-02-06tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover1-3/+6
2020-01-30tracing: Add trace_array_find/_get() to find instance trace arraysTom Zanussi1-0/+2
2020-01-29tracing/boot: Move external function declarations to kernel/trace/trace.hMasami Hiramatsu1-0/+17
2020-01-25tracing: Use pr_err() instead of WARN() for memory failuresSteven Rostedt (VMware)1-0/+12
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-11/+11
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-8/+8
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar1-4/+22
2019-12-02tracing: Introduce trace event injectionCong Wang1-0/+1
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-17/+14
2019-11-23tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi1-1/+0
2019-11-15tracing: Add missing "inline" in stub function of latency_fsnotify()Steven Rostedt (VMware)1-1/+1
2019-11-13tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi1-3/+1
2019-11-13ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)1-0/+18