aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-14tracing: Rewrite filter logic to be simpler and fasterGravatar Steven Rostedt (VMware) 1-10/+5
2018-03-10tracing: Make tracing_set_clock() non-staticGravatar Tom Zanussi 1-0/+1
2018-03-10tracing: Add variable reference handling to hist triggersGravatar Tom Zanussi 1-0/+3
2018-03-10tracing: Add usecs modifier for hist trigger timestampsGravatar Tom Zanussi 1-0/+2
2018-03-10tracing: Give event triggers access to ring_buffer_eventGravatar Tom Zanussi 1-4/+5
2018-03-10ring-buffer: Add interface for setting absolute time stampsGravatar Tom Zanussi 1-0/+3
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-2/+7
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-10-04tracing: Make traceprobe parsing code reusableGravatar Tom Zanussi 1-0/+7
2017-10-04tracing: Remove obsolete sched_switch tracer selftestGravatar Joel Fernandes 1-2/+0
2017-09-19tracing: Ignore mmiotrace from kernel commandlineGravatar Ziqian SUN (Zamir) 1-0/+2
2017-08-31tracing: Only have rmmod clear buffers that its events were active inGravatar Steven Rostedt (VMware) 1-0/+1
2017-07-20trace: fix the errors caused by incompatible type of RCU variablesGravatar Chunyan Zhang 1-3/+3
2017-06-27tracing: Add support for recording tgid of tasksGravatar Joel Fernandes 1-0/+7
2017-06-26ftrace: Have cached module filters be an active filterGravatar Steven Rostedt (VMware) 1-1/+6
2017-06-26ftrace: Add :mod: caching infrastructure to trace_arrayGravatar Steven Rostedt (VMware) 1-0/+12
2017-06-13trace: rename enum_map functionsGravatar Jeremy Linton 1-2/+2
2017-06-13trace: rename trace_enum_map to trace_eval_mapGravatar Jeremy Linton 1-2/+2
2017-05-17ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubGravatar Steven Rostedt (VMware) 1-0/+4
2017-05-17ftrace/instances: Clear function triggers when removing instancesGravatar Naveen N. Rao 1-0/+1
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+76
2017-04-20tracing/ftrace: Allow for the traceonoff probe be unique to instancesGravatar Steven Rostedt (VMware) 1-0/+2
2017-04-20tracing/ftrace: Add a better way to pass data via the probe functionsGravatar Steven Rostedt (VMware) 1-4/+4
2017-04-20ftrace: Dynamically create the probe ftrace_ops for the trace_arrayGravatar Steven Rostedt (VMware) 1-3/+2
2017-04-20tracing: Pass the trace_array into ftrace_probe_ops functionsGravatar Steven Rostedt (VMware) 1-0/+3
2017-04-20tracing: Have the trace_array hold the list of registered func probesGravatar Steven Rostedt (VMware) 1-3/+10
2017-04-20ftrace: Have the function probes call their own functionGravatar Steven Rostedt (VMware) 1-0/+1
2017-04-20ftrace: Have each function probe use its own ftrace_opsGravatar Steven Rostedt (VMware) 1-0/+1
2017-04-20ftrace: Have unregister_ftrace_function_probe_func() return a valueGravatar Steven Rostedt (VMware) 1-1/+1
2017-04-20ftrace: Remove data field from ftrace_func_probe structureGravatar Steven Rostedt (VMware) 1-1/+1
2017-04-20ftrace: Remove unused unregister_ftrace_function_probe_all() functionGravatar Steven Rostedt (VMware) 1-1/+0
2017-04-20ftrace: Remove unused unregister_ftrace_function_probe() functionGravatar Steven Rostedt (VMware) 1-3/+0
2017-04-20ftrace: Added ftrace_func_mapper for function probe triggersGravatar Steven Rostedt (VMware) 1-0/+14
2017-04-20ftrace: Pass probe ops to probe functionGravatar Steven Rostedt (VMware) 1-0/+1
2017-04-20ftrace: Move the function commands into the tracing directoryGravatar Steven Rostedt (VMware) 1-0/+20
2017-04-18ftrace: Move the probe function into the tracing directoryGravatar Steven Rostedt (VMware) 1-0/+25
2017-04-17ftrace: Add 'function-fork' trace optionGravatar Namhyung Kim 1-1/+5
2017-04-17ftrace: Fix function pid filter on instancesGravatar Namhyung Kim 1-0/+2
2017-03-24ftrace: Have function tracing start in early boot upGravatar Steven Rostedt (VMware) 1-0/+2
2017-02-15tracing: Use modern function declarationGravatar Arnd Bergmann 1-1/+1
2017-02-10tracing: Have COMM event filter key be treated as a stringGravatar Steven Rostedt (VMware) 1-1/+2
2017-01-20ftrace: Convert graph filter to use hash tablesGravatar Namhyung Kim 1-33/+31
2017-01-20ftrace: Expose ftrace_hash_empty and ftrace_lookup_ipGravatar Namhyung Kim 1-1/+15
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-4/+4
2016-12-09tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooGravatar Steven Rostedt (Red Hat) 1-0/+11
2016-11-23tracing: Make __buffer_unlock_commit() always_inlineGravatar Steven Rostedt (Red Hat) 1-2/+2
2016-11-15tracing: Add new trace_marker_rawGravatar Steven Rostedt 1-0/+2
2016-11-14ftrace: Support full glob matchingGravatar Masami Hiramatsu 1-0/+2