summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)2018-12-081-0/+1
* function_graph: Do not expose the graph_time option when profiler is not conf...Steven Rostedt (VMware)2018-12-081-0/+5
* fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)2018-11-291-0/+7
* tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)2018-11-291-3/+54
* tracing: Fix SPDX format headers to use C++ style commentsSteven Rostedt (VMware)2018-08-161-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/+0
* tracing: Make unregister_trigger() staticSteven Rostedt (VMware)2018-07-261-3/+0
* tracing: Optimize trace_buffer_iter() logicyuan linyu2018-07-031-3/+1
* 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/+5
* 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/+0
* | 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-171-0/+4
* ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao2017-05-171-0/+1
* Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-031-1/+76
|\
| * tracing/ftrace: Allow for the traceonoff probe be unique to instancesSteven Rostedt (VMware)2017-04-201-0/+2
| * tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)2017-04-201-4/+4
| * ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)2017-04-201-3/+2
| * tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)2017-04-201-0/+3
| * tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)2017-04-201-3/+10
| * ftrace: Have the function probes call their own functionSteven Rostedt (VMware)2017-04-201-0/+1
| * ftrace: Have each function probe use its own ftrace_opsSteven Rostedt (VMware)2017-04-201-0/+1
| * ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)2017-04-201-1/+1
| * ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)2017-04-201-1/+1
| * ftrace: Remove unused unregister_ftrace_function_probe_all() functionSteven Rostedt (VMware)2017-04-201-1/+0
| * ftrace: Remove unused unregister_ftrace_function_probe() functionSteven Rostedt (VMware)2017-04-201-3/+0
| * ftrace: Added ftrace_func_mapper for function probe triggersSteven Rostedt (VMware)2017-04-201-0/+14
OpenPOWER on IntegriCloud