aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
Commit message (Expand)AuthorAge
* tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)2018-05-29
* tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)2018-05-29
* tracing: Add __find_event_file() to find event files without restrictionsSteven Rostedt (VMware)2018-05-29
* tracing: Do not reference event data in post call triggersSteven Rostedt (VMware)2018-05-29
* tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-05-28
* tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)2018-03-14
* tracing: Make tracing_set_clock() non-staticTom Zanussi2018-03-10
* tracing: Add variable reference handling to hist triggersTom Zanussi2018-03-10
* tracing: Add usecs modifier for hist trigger timestampsTom Zanussi2018-03-10
* tracing: Give event triggers access to ring_buffer_eventTom Zanussi2018-03-10
* ring-buffer: Add interface for setting absolute time stampsTom Zanussi2018-03-10
* Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-17
|\
| * tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-04
| * tracing: Remove obsolete sched_switch tracer selftestJoel Fernandes2017-10-04
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)2017-09-19
* tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)2017-08-31
* trace: fix the errors caused by incompatible type of RCU variablesChunyan Zhang2017-07-20
* tracing: Add support for recording tgid of tasksJoel Fernandes2017-06-27
* ftrace: Have cached module filters be an active filterSteven Rostedt (VMware)2017-06-26
* ftrace: Add :mod: caching infrastructure to trace_arraySteven Rostedt (VMware)2017-06-26
* trace: rename enum_map functionsJeremy Linton2017-06-13
* trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-13
* ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)2017-05-17
* ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao2017-05-17
* Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-03
|\
| * tracing/ftrace: Allow for the traceonoff probe be unique to instancesSteven Rostedt (VMware)2017-04-20
| * tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)2017-04-20
| * ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)2017-04-20
| * tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)2017-04-20
| * tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)2017-04-20
| * ftrace: Have the function probes call their own functionSteven Rostedt (VMware)2017-04-20
| * ftrace: Have each function probe use its own ftrace_opsSteven Rostedt (VMware)2017-04-20
| * ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)2017-04-20
| * ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)2017-04-20
| * ftrace: Remove unused unregister_ftrace_function_probe_all() functionSteven Rostedt (VMware)2017-04-20
| * ftrace: Remove unused unregister_ftrace_function_probe() functionSteven Rostedt (VMware)2017-04-20
| * ftrace: Added ftrace_func_mapper for function probe triggersSteven Rostedt (VMware)2017-04-20
| * ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)2017-04-20
| * ftrace: Move the function commands into the tracing directorySteven Rostedt (VMware)2017-04-20
| * ftrace: Move the probe function into the tracing directorySteven Rostedt (VMware)2017-04-18
| * ftrace: Add 'function-fork' trace optionNamhyung Kim2017-04-17
| * ftrace: Have function tracing start in early boot upSteven Rostedt (VMware)2017-03-24
* | ftrace: Fix function pid filter on instancesNamhyung Kim2017-04-17
|/
* tracing: Use modern function declarationArnd Bergmann2017-02-15
* tracing: Have COMM event filter key be treated as a stringSteven Rostedt (VMware)2017-02-10
* ftrace: Convert graph filter to use hash tablesNamhyung Kim2017-01-20
* ftrace: Expose ftrace_hash_empty and ftrace_lookup_ipNamhyung Kim2017-01-20