index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
ftrace.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2019-12-11
1
-0
/
+5
|
\
|
*
ftrace: Fix function_graph tracer interaction with BPF trampoline
Alexei Starovoitov
2019-12-10
1
-0
/
+5
*
|
Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-11-27
1
-20
/
+92
|
\
|
|
*
ftrace: Use BIT() macro
Enrico Weigelt, metux IT consult
2019-11-22
1
-18
/
+18
|
*
ftrace: Return ENOTSUPP when DYNAMIC_FTRACE_WITH_DIRECT_CALLS is not configured
Alexei Starovoitov
2019-11-20
1
-3
/
+3
|
*
ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...
Steven Rostedt (VMware)
2019-11-18
1
-2
/
+19
|
*
ftrace: Add modify_ftrace_direct()
Steven Rostedt (VMware)
2019-11-14
1
-0
/
+6
|
*
ftrace/x86: Add a counter to test function_graph with direct
Steven Rostedt (VMware)
2019-11-13
1
-0
/
+2
|
*
ftrace/x86: Add register_ftrace_direct() for custom trampolines
Steven Rostedt (VMware)
2019-11-13
1
-0
/
+6
|
*
ftrace: Add ftrace_find_direct_func()
Steven Rostedt (VMware)
2019-11-13
1
-0
/
+6
|
*
ftrace: Add register_ftrace_direct()
Steven Rostedt (VMware)
2019-11-13
1
-2
/
+34
|
*
ftrace: Introduce PERMANENT ftrace_ops flag
Miroslav Benes
2019-11-04
1
-0
/
+3
*
|
module/ftrace: handle patchable-function-entry
Mark Rutland
2019-11-06
1
-0
/
+5
*
|
ftrace: add ftrace_init_nop()
Mark Rutland
2019-11-06
1
-3
/
+32
|
/
*
ftrace: Make enable and update parameters bool when applicable
Steven Rostedt (VMware)
2019-05-25
1
-2
/
+2
*
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-05-15
1
-0
/
+2
|
\
|
*
function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ft...
Steven Rostedt (VMware)
2019-04-29
1
-0
/
+2
*
|
tracing: Cleanup stack trace code
Thomas Gleixner
2019-04-29
1
-14
/
+4
|
/
*
Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-12-31
1
-21
/
+15
|
\
|
*
ftrace: Allow ftrace_replace_code() to be schedulable
Steven Rostedt (VMware)
2018-12-10
1
-0
/
+1
|
*
function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()
Steven Rostedt (VMware)
2018-12-08
1
-0
/
+3
|
*
fgraph: Add new fgraph_ops structure to enable function graph hooks
Steven Rostedt (VMware)
2018-12-08
1
-10
/
+11
|
*
function_graph: Remove the use of FTRACE_NOTRACE_DEPTH
Steven Rostedt (VMware)
2018-12-08
1
-1
/
+0
|
*
function_graph: Remove unused task_curr_ret_stack()
Steven Rostedt (VMware)
2018-11-29
1
-10
/
+0
*
|
Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the tree
Ingo Molnar
2018-12-03
1
-2
/
+2
|
\
|
|
*
function_graph: Make ftrace_push_return_trace() static
Steven Rostedt (VMware)
2018-11-27
1
-3
/
+0
|
*
function_graph: Create function_graph_enter() to consolidate architecture code
Steven Rostedt (VMware)
2018-11-26
1
-0
/
+3
*
|
x86/headers: Fix -Wmissing-prototypes warning
Yi Wang
2018-11-23
1
-0
/
+3
|
/
*
tracing: Centralize preemptirq tracepoints and unify their usage
Joel Fernandes (Google)
2018-07-31
1
-10
/
+1
*
tracing: Remove orphaned function ftrace_nr_registered_ops()
Masami Hiramatsu
2018-07-26
1
-6
/
+0
*
ftrace: Nuke clear_ftrace_function
Yisheng Xie
2018-07-03
1
-2
/
+0
*
docs: Fix some broken references
Mauro Carvalho Chehab
2018-06-15
1
-1
/
+1
*
Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-01-29
1
-12
/
+0
|
\
|
*
Expand various INIT_* macros and remove
David Howells
2018-01-17
1
-12
/
+0
*
|
ftrace, orc, x86: Handle ftrace dynamically allocated trampolines
Steven Rostedt (VMware)
2018-01-23
1
-0
/
+2
|
/
*
Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2017-11-17
1
-70
/
+43
|
\
|
*
ftrace: Kill FTRACE_OPS_FL_PER_CPU
Peter Zijlstra
2017-10-16
1
-69
/
+14
|
*
tracing: Add support for preempt and irq enable/disable events
Joel Fernandes
2017-10-10
1
-1
/
+2
|
*
ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions
Steven Rostedt (VMware)
2017-10-05
1
-0
/
+9
|
*
ftrace: Save module init functions kallsyms symbols for tracing
Steven Rostedt (VMware)
2017-10-05
1
-2
/
+18
|
*
ftrace: Add a ftrace_free_mem() function for modules to use
Steven Rostedt (VMware)
2017-10-04
1
-0
/
+2
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
ftrace: Fix debug preempt config name in stack_tracer_{en,dis}able
Zev Weiss
2017-08-31
1
-2
/
+2
*
trace: fix the errors caused by incompatible type of RCU variables
Chunyan Zhang
2017-07-20
1
-3
/
+3
*
ftrace: Have cached module filters be an active filter
Steven Rostedt (VMware)
2017-06-26
1
-0
/
+2
*
ftrace: Have the cached module list show in set_ftrace_filter
Steven Rostedt (VMware)
2017-06-26
1
-1
/
+2
*
ftrace: Add missing comment for FTRACE_OPS_FL_RCU
Steven Rostedt (VMware)
2017-06-21
1
-0
/
+1
*
scripts/spelling.txt: add regsiter -> register spelling mistake
Stephen Boyd
2017-05-08
1
-1
/
+1
*
ftrace: Have the function probes call their own function
Steven Rostedt (VMware)
2017-04-20
1
-2
/
+2
*
ftrace: Move the function commands into the tracing directory
Steven Rostedt (VMware)
2017-04-20
1
-19
/
+0
[next]