summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.h
AgeCommit message (Expand)Author
2025-08-28tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui
2025-05-02tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)
2023-11-28tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
2023-10-10tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)
2023-09-19tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian
2023-08-11tracing: Show real address for trace event argumentsMasami Hiramatsu
2023-06-28tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)
2023-02-01tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)
2021-12-01tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)
2021-10-27tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2020-12-30tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu
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
2020-01-30tracing: Add trace_array_find/_get() to find instance trace arraysTom Zanussi
2020-01-29tracing/boot: Move external function declarations to kernel/trace/trace.hMasami Hiramatsu
2020-01-25tracing: Use pr_err() instead of WARN() for memory failuresSteven Rostedt (VMware)
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar
2019-12-02tracing: Introduce trace event injectionCong Wang
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi
2019-11-14tracing: Add missing "inline" in stub function of latency_fsnotify()Steven Rostedt (VMware)
2019-11-13tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi
2019-11-13ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)
2019-11-13ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)
2019-10-12tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)
2019-09-28tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macroNathan Chancellor
2019-08-31tracing: Rename tracing_reset() to tracing_reset_cpu()Steven Rostedt (VMware)