summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
Commit message (Expand)AuthorAgeFilesLines
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-05-261-0/+18
* kernel/trace/trace.h: Remove duplicate header of trace_seq.hJagadeesh Pagadala2019-05-221-1/+0Star
* Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-161-1/+12
|\
| * tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson2019-05-031-0/+3
| * tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)2019-04-081-1/+4
| * tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)2019-04-081-1/+2
| * tracing: Add tracing error logTom Zanussi2019-04-031-0/+4
* | tracing: Make ftrace_trace_userstack() static and conditionalThomas Gleixner2019-04-291-8/+0Star
|/
* tracing: Add conditional snapshotTom Zanussi2019-02-201-1/+55
* ftrace: Allow enabling of filters via index of available_filter_functionsSteven Rostedt (VMware)2019-02-151-0/+1
* function_graph: Support displaying relative timestampChangbin Du2019-02-061-4/+5
* tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)2018-12-091-0/+1
* function_graph: Do not expose the graph_time option when profiler is not conf...Steven Rostedt (VMware)2018-12-091-0/+5
* fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)2018-11-301-0/+7
* tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)2018-11-301-3/+54
* tracing: Fix SPDX format headers to use C++ style commentsSteven Rostedt (VMware)2018-08-171-1/+1
* tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-101-0/+15
* tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)2018-08-011-1/+1
* tracing: Remove orphaned function using_ftrace_ops_list_func().Masami Hiramatsu2018-07-261-1/+0Star
* tracing: Make unregister_trigger() staticSteven Rostedt (VMware)2018-07-261-3/+0Star
* tracing: Optimize trace_buffer_iter() logicyuan linyu2018-07-041-3/+1Star
* tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)2018-05-291-0/+1
* tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)2018-05-291-0/+1
* tracing: Add __find_event_file() to find event files without restrictionsSteven Rostedt (VMware)2018-05-291-0/+3
* tracing: Do not reference event data in post call triggersSteven Rostedt (VMware)2018-05-291-2/+2
* tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-05-281-0/+11
* tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)2018-03-141-10/+5Star
* tracing: Make tracing_set_clock() non-staticTom Zanussi2018-03-101-0/+1
* tracing: Add variable reference handling to hist triggersTom Zanussi2018-03-101-0/+3
* tracing: Add usecs modifier for hist trigger timestampsTom Zanussi2018-03-101-0/+2
* tracing: Give event triggers access to ring_buffer_eventTom Zanussi2018-03-101-4/+5
* ring-buffer: Add interface for setting absolute time stampsTom Zanussi2018-03-101-0/+3
* Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-171-2/+7
|\
| * tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-041-0/+7
| * tracing: Remove obsolete sched_switch tracer selftestJoel Fernandes2017-10-041-2/+0Star
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)2017-09-191-0/+2
* tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)2017-08-311-0/+1
* trace: fix the errors caused by incompatible type of RCU variablesChunyan Zhang2017-07-201-3/+3
* tracing: Add support for recording tgid of tasksJoel Fernandes2017-06-271-0/+7
* ftrace: Have cached module filters be an active filterSteven Rostedt (VMware)2017-06-261-1/+6
* ftrace: Add :mod: caching infrastructure to trace_arraySteven Rostedt (VMware)2017-06-261-0/+12
* trace: rename enum_map functionsJeremy Linton2017-06-131-2/+2
* trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-131-2/+2
* ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)2017-05-181-0/+4
* ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao2017-05-181-0/+1
* Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-041-1/+76
|\
| * tracing/ftrace: Allow for the traceonoff probe be unique to instancesSteven Rostedt (VMware)2017-04-211-0/+2