| Commit message (Expand) | Author | Age |
* | Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-06-09 |
|\ |
|
| * | ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flag | Steven Rostedt (Red Hat) | 2014-05-14 |
| * | ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() global | Steven Rostedt (Red Hat) | 2014-05-14 |
| * | ftrace: Remove global function list and call function directly | Steven Rostedt (Red Hat) | 2014-04-21 |
* | | ftrace: Make CALLER_ADDRx macros more generic | AKASHI Takahiro | 2014-05-21 |
* | | ftrace/module: Hardcode ftrace_module_init() call into load_module() | Steven Rostedt (Red Hat) | 2014-04-28 |
|/ |
|
* | ftrace: Constify ftrace_text_reserved | Sasha Levin | 2014-03-11 |
* | 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-03-07 |
* | 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-02-20 |
* | tracing: Add generic tracing_lseek() function | Steven Rostedt (Red Hat) | 2014-01-02 |
* | tracing: Make register/unregister_ftrace_command __init | Tom Zanussi | 2013-11-05 |
* | ftrace: Add set_graph_notrace filter | Namhyung Kim | 2013-10-18 |
* | tracing: Disable tracing on warning | Steven Rostedt (Red Hat) | 2013-06-19 |
* | ftrace: Remove ftrace_regex_lseek() | Li Zefan | 2013-06-11 |
* | ftrace, kprobes: Fix a deadlock on ftrace_regex_lock | Masami Hiramatsu | 2013-05-09 |
* | Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2013-04-29 |
|\ |
|
| * | ftrace: Clean up function probe methods | Steven Rostedt (Red Hat) | 2013-03-15 |
* | | 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-12 |
* | | ftrace: Do not call stub functions in control loop | Steven Rostedt (Red Hat) | 2013-04-08 |
|/ |
|
* | ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig | Masami Hiramatsu | 2013-01-21 |
* | lseek: the "whence" argument is called "whence" | Andrew Morton | 2012-12-17 |
* | 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-31 |
* | 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-07-19 |
* | 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-16 |
* | tracing: Prevent wasting time evaluating parameters in trace_preempt_on/off | Minho Ban | 2012-05-08 |
* | ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine | Steven Rostedt | 2012-04-27 |
* | 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-21 |
* | ftrace: Change filter/notrace set functions to return exit code | Jiri Olsa | 2012-02-03 |
* | tracing: Fix compile error when static ftrace is enabled | Steven Rostedt | 2012-01-07 |
* | 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-12-21 |
* | include: replace linux/module.h with "struct module" wherever possible | Paul Gortmaker | 2011-10-31 |
* | ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not defined | Steven Rostedt | 2011-07-11 |
* | ftrace: Fix regression of :mod:module function enabling | Steven Rostedt | 2011-07-07 |