index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
ftrace.h
Age
Commit message (
Expand
)
Author
2014-03-11
ftrace: Constify ftrace_text_reserved
Sasha Levin
2014-03-07
ftrace: Remove freelist from struct dyn_ftrace
Jiri Slaby
2014-03-07
ftrace: Do not pass data to ftrace_dyn_arch_init
Jiri Slaby
2014-02-20
ftrace: Allow for function tracing instance to filter functions
Steven Rostedt (Red Hat)
2014-02-20
ftrace: Add private data to ftrace_ops
Steven Rostedt (Red Hat)
2014-01-02
tracing: Add generic tracing_lseek() function
Steven Rostedt (Red Hat)
2013-11-05
tracing: Make register/unregister_ftrace_command __init
Tom Zanussi
2013-10-18
ftrace: Add set_graph_notrace filter
Namhyung Kim
2013-06-19
tracing: Disable tracing on warning
Steven Rostedt (Red Hat)
2013-06-11
ftrace: Remove ftrace_regex_lseek()
Li Zefan
2013-05-09
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
Masami Hiramatsu
2013-04-29
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2013-04-12
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
Steven Rostedt (Red Hat)
2013-04-12
tracing: Fix possible NULL pointer dereferences
Namhyung Kim
2013-04-08
ftrace: Do not call stub functions in control loop
Steven Rostedt (Red Hat)
2013-03-15
ftrace: Clean up function probe methods
Steven Rostedt (Red Hat)
2013-01-21
ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig
Masami Hiramatsu
2012-12-17
lseek: the "whence" argument is called "whence"
Andrew Morton
2012-07-31
ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACE
Steven Rostedt
2012-07-31
ftrace: add ftrace_set_filter_ip() for address based filter
Masami Hiramatsu
2012-07-31
ftrace: Add selftest to test function trace recursion protection
Steven Rostedt
2012-07-31
ftrace: Add default recursion protection for function tracing
Steven Rostedt
2012-07-19
ftrace/x86: Add separate function to save regs
Steven Rostedt
2012-07-19
ftrace: Return pt_regs to function trace callback
Steven Rostedt
2012-07-19
ftrace: Consolidate arch dependent functions with 'list' function
Steven Rostedt
2012-07-19
ftrace: Pass ftrace_ops as third parameter to function trace callback
Steven Rostedt
2012-05-16
ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()
Steven Rostedt
2012-05-16
ftrace: Make ftrace_modify_all_code() global for archs to use
Steven Rostedt
2012-05-16
ftrace: Return record ip addr for ftrace_location()
Steven Rostedt
2012-05-08
tracing: Prevent wasting time evaluating parameters in trace_preempt_on/off
Minho Ban
2012-04-27
ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine
Steven Rostedt
2012-02-21
ftrace, perf: Add filter support for function trace event
Jiri Olsa
2012-02-21
ftrace: Add enable/disable ftrace_ops control interface
Jiri Olsa
2012-02-03
ftrace: Change filter/notrace set functions to return exit code
Jiri Olsa
2012-01-07
tracing: Fix compile error when static ftrace is enabled
Steven Rostedt
2011-12-21
ftrace: Allow access to the boot time function enabling
Steven Rostedt
2011-12-21
ftrace: Decouple hash items from showing filtered functions
Steven Rostedt
2011-12-21
ftrace: Allow other users of function tracing to use the output listing
Steven Rostedt
2011-12-21
ftrace: Replace record newlist with record page list
Steven Rostedt
2011-12-21
ftrace: Remove usage of "freed" records
Steven Rostedt
2011-12-21
ftrace: Allow archs to modify code without stop machine
Steven Rostedt
2011-10-31
include: replace linux/module.h with "struct module" wherever possible
Paul Gortmaker
2011-07-11
ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not defined
Steven Rostedt
2011-07-07
ftrace: Fix regression of :mod:module function enabling
Steven Rostedt
2011-05-18
ftrace: Modify ftrace_set_filter/notrace to take ops
Steven Rostedt
2011-05-18
ftrace: Allow dynamically allocated function tracers
Steven Rostedt
2011-05-18
ftrace: Implement separate user function filtering
Steven Rostedt
2011-05-18
ftrace: Use counters to enable functions to trace
Steven Rostedt
2011-05-18
ftrace: Create a global_ops to hold the filter and notrace hashes
Steven Rostedt
2011-05-18
ftrace: Use hash instead for FTRACE_FL_FILTER
Steven Rostedt
[next]