index
:
kernel_xiaomi_vayu.git
r11.1
s12.1
kernel_xiaomi_vayu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2022-03-12
1
-1
/
+1
*
Merge branch 'android-4.14-stable' of https://android.googlesource.com/kernel...
Jebaitedneko
2021-12-22
1
-6
/
+18
|
\
|
*
tracing: Fix pid filtering when triggers are attached
Steven Rostedt (VMware)
2021-12-08
1
-6
/
+18
*
|
Merge branch 'android-4.14-stable' of https://android.googlesource.com/kernel...
Jebaitedneko
2021-11-11
1
-44
/
+20
|
\
|
|
*
tracing: Have all levels of checks prevent recursion
Steven Rostedt (VMware)
2021-10-27
1
-44
/
+20
*
|
Merge branch 'android-4.14-stable' of https://github.com/Jebaitedneko/ack-4.1...
Jebaitedneko
2021-07-05
1
-5
/
+27
|
\
|
|
*
tracing: Fix userstacktrace option for instances
Steven Rostedt (VMware)
2020-12-11
1
-2
/
+4
|
*
ftrace: Handle tracing when switching between context
Steven Rostedt (VMware)
2020-11-10
1
-2
/
+21
|
*
ftrace: Fix recursion check for NMI test
Steven Rostedt (VMware)
2020-11-10
1
-1
/
+2
*
|
Merge android-4.14.171 (998aa7d) into msm-4.14
Srinivasarao P
2020-07-27
1
-5
/
+24
|
\
|
|
*
ftrace: Protect ftrace_graph_hash with ftrace_sync
Steven Rostedt (VMware)
2020-02-14
1
-0
/
+2
|
*
ftrace: Add comment to why rcu_dereference_sched() is open coded
Steven Rostedt (VMware)
2020-02-14
1
-0
/
+10
|
*
tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu
Amol Grover
2020-02-14
1
-2
/
+6
|
*
tracing: Annotate ftrace_graph_hash pointer with __rcu
Amol Grover
2020-02-14
1
-3
/
+6
*
|
Merge android-4.14.130 (fe57a37) into msm-4.14
Blagovest Kolenichev
2019-07-23
1
-0
/
+18
|
\
|
|
*
tracing: Silence GCC 9 array bounds warning
Miguel Ojeda
2019-06-25
1
-0
/
+18
*
|
Merge android-4.14.120 (eeb46d8) into msm-4.14
Blagovest Kolenichev
2019-07-23
1
-3
/
+54
|
\
|
|
*
tracing/fgraph: Fix set_graph_function from showing interrupts
Steven Rostedt (VMware)
2019-05-16
1
-3
/
+54
*
|
Merge remote-tracking branch 'remotes/origin/tmp-eca84e5' into msm-4.14
Isaac J. Manjarres
2018-06-05
1
-0
/
+11
|
\
|
|
*
tracing: Make the snapshot trigger work with instances
Steven Rostedt (VMware)
2018-06-05
1
-0
/
+11
*
|
Merge remote-tracking branch 'remotes/origin/tmp-39dae59' into msm-next
Runmin Wang
2017-11-06
1
-0
/
+1
|
\
|
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
coresight: enable stm logging for trace events, marker and printk
Shashank Mittal
2017-10-19
1
-2
/
+8
|
/
*
tracing: Ignore mmiotrace from kernel commandline
Ziqian SUN (Zamir)
2017-09-19
1
-0
/
+2
*
tracing: Only have rmmod clear buffers that its events were active in
Steven Rostedt (VMware)
2017-08-31
1
-0
/
+1
*
trace: fix the errors caused by incompatible type of RCU variables
Chunyan Zhang
2017-07-20
1
-3
/
+3
*
tracing: Add support for recording tgid of tasks
Joel Fernandes
2017-06-27
1
-0
/
+7
*
ftrace: Have cached module filters be an active filter
Steven Rostedt (VMware)
2017-06-26
1
-1
/
+6
*
ftrace: Add :mod: caching infrastructure to trace_array
Steven Rostedt (VMware)
2017-06-26
1
-0
/
+12
*
trace: rename enum_map functions
Jeremy Linton
2017-06-13
1
-2
/
+2
*
trace: rename trace_enum_map to trace_eval_map
Jeremy Linton
2017-06-13
1
-2
/
+2
*
ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stub
Steven Rostedt (VMware)
2017-05-17
1
-0
/
+4
*
ftrace/instances: Clear function triggers when removing instances
Naveen N. Rao
2017-05-17
1
-0
/
+1
*
Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2017-05-03
1
-1
/
+76
|
\
|
*
tracing/ftrace: Allow for the traceonoff probe be unique to instances
Steven Rostedt (VMware)
2017-04-20
1
-0
/
+2
|
*
tracing/ftrace: Add a better way to pass data via the probe functions
Steven Rostedt (VMware)
2017-04-20
1
-4
/
+4
|
*
ftrace: Dynamically create the probe ftrace_ops for the trace_array
Steven Rostedt (VMware)
2017-04-20
1
-3
/
+2
|
*
tracing: Pass the trace_array into ftrace_probe_ops functions
Steven Rostedt (VMware)
2017-04-20
1
-0
/
+3
|
*
tracing: Have the trace_array hold the list of registered func probes
Steven Rostedt (VMware)
2017-04-20
1
-3
/
+10
|
*
ftrace: Have the function probes call their own function
Steven Rostedt (VMware)
2017-04-20
1
-0
/
+1
|
*
ftrace: Have each function probe use its own ftrace_ops
Steven Rostedt (VMware)
2017-04-20
1
-0
/
+1
|
*
ftrace: Have unregister_ftrace_function_probe_func() return a value
Steven Rostedt (VMware)
2017-04-20
1
-1
/
+1
|
*
ftrace: Remove data field from ftrace_func_probe structure
Steven Rostedt (VMware)
2017-04-20
1
-1
/
+1
|
*
ftrace: Remove unused unregister_ftrace_function_probe_all() function
Steven Rostedt (VMware)
2017-04-20
1
-1
/
+0
|
*
ftrace: Remove unused unregister_ftrace_function_probe() function
Steven Rostedt (VMware)
2017-04-20
1
-3
/
+0
|
*
ftrace: Added ftrace_func_mapper for function probe triggers
Steven Rostedt (VMware)
2017-04-20
1
-0
/
+14
|
*
ftrace: Pass probe ops to probe function
Steven Rostedt (VMware)
2017-04-20
1
-0
/
+1
|
*
ftrace: Move the function commands into the tracing directory
Steven Rostedt (VMware)
2017-04-20
1
-0
/
+20
|
*
ftrace: Move the probe function into the tracing directory
Steven Rostedt (VMware)
2017-04-18
1
-0
/
+25
|
*
ftrace: Add 'function-fork' trace option
Namhyung Kim
2017-04-17
1
-1
/
+5
[next]