1. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 10 years ago
  2. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 10 years ago
  3. f8b8be8 ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict by Masami Hiramatsu · 10 years ago
  4. aec0be2 ftrace/x86/extable: Add is_ftrace_trampoline() function by Steven Rostedt (Red Hat) · 10 years ago
  5. 4fd3279 ftrace: Add more information to ftrace_bug() output by Steven Rostedt (Red Hat) · 10 years ago
  6. f3bea49 ftrace/x86: Add dynamic allocated trampoline for ftrace_ops by Steven Rostedt (Red Hat) · 10 years ago
  7. fef5aee ftrace: Replace tramp_hash with old_*_hash to save space by Steven Rostedt (Red Hat) · 10 years ago
  8. e1effa0 ftrace: Annotate the ops operation on update by Steven Rostedt (Red Hat) · 10 years ago
  9. 8735405 ftrace: Add helper function ftrace_ops_get_func() by Steven Rostedt (Red Hat) · 10 years ago
  10. 33b7f99 ftrace: Allow ftrace_ops to use the hashes from other ops by Steven Rostedt (Red Hat) · 10 years ago
  11. 0162d62 ftrace: Rename ftrace_ops field from trampolines to nr_trampolines by Steven Rostedt (Red Hat) · 10 years ago
  12. 3a63638 tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST by Steven Rostedt (Red Hat) · 10 years ago
  13. 7544256a ftrace: Remove check for HAVE_FUNCTION_TRACE_MCOUNT_TEST by Steven Rostedt (Red Hat) · 10 years ago
  14. 0ef1b9e ftrace: Remove ftrace_start/stop() by Steven Rostedt (Red Hat) · 10 years ago
  15. 1b2f121 ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop() by Steven Rostedt (Red Hat) · 10 years ago
  16. 646d704 ftrace: Allow archs to specify if they need a separate function graph trampoline by Steven Rostedt (Red Hat) · 10 years ago
  17. 79922b8 ftrace: Optimize function graph to be called directly by Steven Rostedt (Red Hat) · 10 years ago
  18. 0376bde ftrace: Add ftrace_rec_counter() macro to simplify the code by Steven Rostedt (Red Hat) · 10 years ago
  19. cf2cb0b ftrace: Use macros for numbers in ftrace rec shift bits by Steven Rostedt (Red Hat) · 10 years ago
  20. 214b931 Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  21. eed542d ftrace: Make CALLER_ADDRx macros more generic by AKASHI Takahiro · 10 years ago
  22. f1b2f2b ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flag by Steven Rostedt (Red Hat) · 10 years ago
  23. 7413af1 ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() global by Steven Rostedt (Red Hat) · 10 years ago
  24. a949ae5 ftrace/module: Hardcode ftrace_module_init() call into load_module() by Steven Rostedt (Red Hat) · 10 years ago
  25. 4104d32 ftrace: Remove global function list and call function directly by Steven Rostedt (Red Hat) · 10 years ago
  26. d88471c ftrace: Constify ftrace_text_reserved by Sasha Levin · 11 years ago
  27. a762782 ftrace: Remove freelist from struct dyn_ftrace by Jiri Slaby · 10 years ago
  28. 3a36cb1 ftrace: Do not pass data to ftrace_dyn_arch_init by Jiri Slaby · 10 years ago
  29. 591dffd ftrace: Allow for function tracing instance to filter functions by Steven Rostedt (Red Hat) · 10 years ago
  30. b7e00a6 ftrace: Add private data to ftrace_ops by Steven Rostedt (Red Hat) · 11 years ago
  31. 098c879 tracing: Add generic tracing_lseek() function by Steven Rostedt (Red Hat) · 11 years ago
  32. 38de93a tracing: Make register/unregister_ftrace_command __init by Tom Zanussi · 11 years ago
  33. 29ad23b ftrace: Add set_graph_notrace filter by Namhyung Kim · 11 years ago
  34. de7edd3 tracing: Disable tracing on warning by Steven Rostedt (Red Hat) · 11 years ago
  35. 1b3d062 ftrace: Remove ftrace_regex_lseek() by Li Zefan · 11 years ago
  36. f04f24fb ftrace, kprobes: Fix a deadlock on ftrace_regex_lock by Masami Hiramatsu · 11 years ago
  37. 9e8529a Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  38. 7f49ef6 ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section by Steven Rostedt (Red Hat) · 11 years ago
  39. 6a76f8c tracing: Fix possible NULL pointer dereferences by Namhyung Kim · 11 years ago
  40. 395b97a ftrace: Do not call stub functions in control loop by Steven Rostedt (Red Hat) · 11 years ago
  41. e67efb9 ftrace: Clean up function probe methods by Steven Rostedt (Red Hat) · 11 years ago
  42. 06aeaae ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig by Masami Hiramatsu · 12 years ago
  43. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  44. 4dc9367 ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACE by Steven Rostedt · 12 years ago
  45. 647664e ftrace: add ftrace_set_filter_ip() for address based filter by Masami Hiramatsu · 12 years ago
  46. ea701f1 ftrace: Add selftest to test function trace recursion protection by Steven Rostedt · 12 years ago
  47. 4740974 ftrace: Add default recursion protection for function tracing by Steven Rostedt · 12 years ago
  48. 08f6fba ftrace/x86: Add separate function to save regs by Steven Rostedt · 12 years ago
  49. a1e2e31 ftrace: Return pt_regs to function trace callback by Steven Rostedt · 13 years ago
  50. ccf3672 ftrace: Consolidate arch dependent functions with 'list' function by Steven Rostedt · 12 years ago
  51. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 13 years ago
  52. e4f5d54 ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code() by Steven Rostedt · 12 years ago
  53. 8ed3e2c ftrace: Make ftrace_modify_all_code() global for archs to use by Steven Rostedt · 12 years ago
  54. f0cf973 ftrace: Return record ip addr for ftrace_location() by Steven Rostedt · 12 years ago
  55. b02ee9a tracing: Prevent wasting time evaluating parameters in trace_preempt_on/off by Minho Ban · 12 years ago
  56. 08d636b ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine by Steven Rostedt · 13 years ago
  57. 5500fa5 ftrace, perf: Add filter support for function trace event by Jiri Olsa · 12 years ago
  58. e248491 ftrace: Add enable/disable ftrace_ops control interface by Jiri Olsa · 12 years ago
  59. ac483c4 ftrace: Change filter/notrace set functions to return exit code by Jiri Olsa · 13 years ago
  60. 96de37b tracing: Fix compile error when static ftrace is enabled by Steven Rostedt · 12 years ago
  61. 2a85a37 ftrace: Allow access to the boot time function enabling by Steven Rostedt · 13 years ago
  62. 69a3083 ftrace: Decouple hash items from showing filtered functions by Steven Rostedt · 13 years ago
  63. fc13cb0 ftrace: Allow other users of function tracing to use the output listing by Steven Rostedt · 13 years ago
  64. 85ae32a ftrace: Replace record newlist with record page list by Steven Rostedt · 13 years ago
  65. 3208230 ftrace: Remove usage of "freed" records by Steven Rostedt · 13 years ago
  66. c88fd86 ftrace: Allow archs to modify code without stop machine by Steven Rostedt · 13 years ago
  67. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  68. 04da85b ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not defined by Steven Rostedt · 13 years ago
  69. 43dd61c ftrace: Fix regression of :mod:module function enabling by Steven Rostedt · 13 years ago
  70. 936e074 ftrace: Modify ftrace_set_filter/notrace to take ops by Steven Rostedt · 13 years ago
  71. cdbe61b ftrace: Allow dynamically allocated function tracers by Steven Rostedt · 13 years ago
  72. b848914 ftrace: Implement separate user function filtering by Steven Rostedt · 13 years ago
  73. ed926f9 ftrace: Use counters to enable functions to trace by Steven Rostedt · 13 years ago
  74. f45948e ftrace: Create a global_ops to hold the filter and notrace hashes by Steven Rostedt · 13 years ago
  75. 1cf41dd7 ftrace: Use hash instead for FTRACE_FL_FILTER by Steven Rostedt · 13 years ago
  76. b448c4e ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions by Steven Rostedt · 13 years ago
  77. d2c8c3e ftrace: Remove FTRACE_FL_CONVERTED flag by Steven Rostedt · 13 years ago
  78. 45a4a23 ftrace: Remove FTRACE_FL_FAILED flag by Steven Rostedt · 13 years ago
  79. 868baf0 ftrace: Fix memory leak with function graph and cpu hotplug by Steven Rostedt · 13 years ago
  80. 9849ed4 tracing/documentation: Document dynamic ftracer internals by Mike Frysinger · 14 years ago
  81. 752f114 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  82. 4dbf6bc tracing: Convert nop macros to static inlines by Steven Rostedt · 14 years ago
  83. 62b915f tracing: Add graph output support for irqsoff tracer by Jiri Olsa · 14 years ago
  84. cecbca9 tracing: Dump either the oops's cpu source or all cpus buffers by Frederic Weisbecker · 14 years ago
  85. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 14 years ago
  86. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  87. e7b8e67 tracing: Unify arch_syscall_addr() implementations by Mike Frysinger · 14 years ago
  88. f24bb99 ftrace: Remove record freezing by Masami Hiramatsu · 14 years ago
  89. 2cfa197 ftrace/alternatives: Introducing *_text_reserved functions by Masami Hiramatsu · 14 years ago
  90. e7247a1 tracing: correct module boundaries for ftrace_release by jolsa@redhat.com · 15 years ago
  91. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  92. 83ba7c3 includecheck fix: include/linux, ftrace.h by Jaswinder Singh Rajput · 15 years ago
  93. 71e308a function-graph: add stack frame test by Steven Rostedt · 15 years ago
  94. 261842b tracing: add same level recursion detection by Steven Rostedt · 15 years ago
  95. 93eb677 ftrace: use module notifier for function tracer by Steven Rostedt · 15 years ago
  96. 1cad125 Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  97. 47788c5 tracing/syscalls: use a dedicated file header by Frederic Weisbecker · 15 years ago
  98. f876d34 tracing: append a comma to INIT_FTRACE_GRAPH by Tetsuo Handa · 15 years ago
  99. 86665c7 Merge branch 'tracing/urgent' into tracing/ftrace by Ingo Molnar · 15 years ago
  100. 5ac9f62 function-graph: add proper initialization for init task by Steven Rostedt · 15 years ago