aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace.h
Commit message (Expand)AuthorAgeFilesLines
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2022-03-121-1/+1
* Merge branch 'android-4.14-stable' of https://android.googlesource.com/kernel...Jebaitedneko2021-12-221-6/+18
|\
| * tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)2021-12-081-6/+18
* | Merge branch 'android-4.14-stable' of https://android.googlesource.com/kernel...Jebaitedneko2021-11-111-44/+20
|\|
| * tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)2021-10-271-44/+20
* | Merge branch 'android-4.14-stable' of https://github.com/Jebaitedneko/ack-4.1...Jebaitedneko2021-07-051-5/+27
|\|
| * tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-111-2/+4
| * ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2020-11-101-2/+21
| * ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)2020-11-101-1/+2
* | Merge android-4.14.171 (998aa7d) into msm-4.14Srinivasarao P2020-07-271-5/+24
|\|
| * ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2020-02-141-0/+2
| * ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)2020-02-141-0/+10
| * tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2020-02-141-2/+6
| * tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2020-02-141-3/+6
* | Merge android-4.14.130 (fe57a37) into msm-4.14Blagovest Kolenichev2019-07-231-0/+18
|\|
| * tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-06-251-0/+18
* | Merge android-4.14.120 (eeb46d8) into msm-4.14Blagovest Kolenichev2019-07-231-3/+54
|\|
| * tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)2019-05-161-3/+54
* | Merge remote-tracking branch 'remotes/origin/tmp-eca84e5' into msm-4.14Isaac J. Manjarres2018-06-051-0/+11
|\|
| * tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-06-051-0/+11
* | Merge remote-tracking branch 'remotes/origin/tmp-39dae59' into msm-nextRunmin Wang2017-11-061-0/+1
|\|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | coresight: enable stm logging for trace events, marker and printkShashank Mittal2017-10-191-2/+8
|/
* 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
| * ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)2017-04-201-0/+1
| * ftrace: Move the function commands into the tracing directorySteven Rostedt (VMware)2017-04-201-0/+20
| * ftrace: Move the probe function into the tracing directorySteven Rostedt (VMware)2017-04-181-0/+25
| * ftrace: Add 'function-fork' trace optionNamhyung Kim2017-04-171-1/+5