1. 7485058e ftrace: Check both notrace and filter for old hash by Steven Rostedt (Red Hat) · 10 years ago
  2. 8f86f83 ftrace: Fix updating of filters for shared global_ops filters 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. 0af2649 tracing/trivial: Fix typos and make an int into a bool by Steven Rostedt (Red Hat) · 10 years ago
  5. aec0be2 ftrace/x86/extable: Add is_ftrace_trampoline() function by Steven Rostedt (Red Hat) · 10 years ago
  6. fa6f0cc tracing: Replace seq_printf by simpler equivalents by Rasmus Villemoes · 10 years ago
  7. fe578ba ftrace: Have the control_ops get a trampoline by Steven Rostedt (Red Hat) · 10 years ago
  8. 4fd3279 ftrace: Add more information to ftrace_bug() output by Steven Rostedt (Red Hat) · 10 years ago
  9. 12cce59 ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolines by Steven Rostedt (Red Hat) · 10 years ago
  10. 15d5b02 ftrace/x86: Show trampoline call function in enabled_functions by Steven Rostedt (Red Hat) · 10 years ago
  11. f3bea49 ftrace/x86: Add dynamic allocated trampoline for ftrace_ops by Steven Rostedt (Red Hat) · 10 years ago
  12. 4fc4090 ftrace: Fix checking of trampoline ftrace_ops in finding trampoline by Steven Rostedt (Red Hat) · 10 years ago
  13. 8252ecf ftrace: Set ops->old_hash on modifying what an ops hooks to by Steven Rostedt (Red Hat) · 10 years ago
  14. 84bde62 ftrace: Add sanity check when unregistering last ftrace_ops by Steven Rostedt (Red Hat) · 10 years ago
  15. fef5aee ftrace: Replace tramp_hash with old_*_hash to save space by Steven Rostedt (Red Hat) · 10 years ago
  16. e1effa0 ftrace: Annotate the ops operation on update by Steven Rostedt (Red Hat) · 10 years ago
  17. 5fecaa0 ftrace: Grab any ops for a rec for enabled_functions output by Steven Rostedt (Red Hat) · 10 years ago
  18. 3296fc4 ftrace: Remove freeing of old_hash from ftrace_hash_move() by Steven Rostedt (Red Hat) · 10 years ago
  19. f7aad4e ftrace: Set callback to ftrace_stub when no ops are registered by Steven Rostedt (Red Hat) · 10 years ago
  20. 8735405 ftrace: Add helper function ftrace_ops_get_func() by Steven Rostedt (Red Hat) · 10 years ago
  21. f1ff634 ftrace: Add separate function for non recursive callbacks by Steven Rostedt (Red Hat) · 10 years ago
  22. 39b5552 ftrace: Use current addr when converting to nop in __ftrace_replace_code() by Steven Rostedt (Red Hat) · 10 years ago
  23. 5f151b2 ftrace: Fix function_profiler and function tracer together by Steven Rostedt (Red Hat) · 10 years ago
  24. bce0b6c ftrace: Fix up trampoline accounting with looping on hash ops by Steven Rostedt (Red Hat) · 10 years ago
  25. 8426191 ftrace: Update all ftrace_ops for a ftrace_hash_ops update by Steven Rostedt (Red Hat) · 10 years ago
  26. 33b7f99 ftrace: Allow ftrace_ops to use the hashes from other ops by Steven Rostedt (Red Hat) · 10 years ago
  27. b8c0aa4 Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  28. dc6f03f ftrace: Add warning if tramp hash does not match nr_trampolines by Steven Rostedt (Red Hat) · 10 years ago
  29. 2a0343b ftrace: Fix trampoline hash update check on rec->flags by Steven Rostedt (Red Hat) · 10 years ago
  30. 0162d62 ftrace: Rename ftrace_ops field from trampolines to nr_trampolines by Steven Rostedt (Red Hat) · 10 years ago
  31. b972cc5 ftrace: Do not copy old hash when resetting by Wang Nan · 10 years ago
  32. 3a63638 tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST by Steven Rostedt (Red Hat) · 10 years ago
  33. 1d48d59 ftrace: Remove function_trace_stop check from list func by Steven Rostedt (Red Hat) · 10 years ago
  34. 1820122 ftrace: Do no disable function tracing on enabling function tracing by Steven Rostedt (Red Hat) · 10 years ago
  35. 1b2f121 ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop() by Steven Rostedt (Red Hat) · 10 years ago
  36. 646d704 ftrace: Allow archs to specify if they need a separate function graph trampoline by Steven Rostedt (Red Hat) · 10 years ago
  37. 5f8bf2d2 tracing: Fix graph tracer with stack tracer on other archs by Steven Rostedt (Red Hat) · 10 years ago
  38. 8c006cf tracing: Improve message of empty set_ftrace_notrace file by Namhyung Kim · 10 years ago
  39. 280d142 tracing: Improve message of empty set_graph_notrace file by Namhyung Kim · 10 years ago
  40. 0d7d9a1 tracing: Add ftrace_graph_notrace boot parameter by Namhyung Kim · 10 years ago
  41. ef2fbe1 ftrace: Do not copy hash if O_TRUNC is set by Namhyung Kim · 10 years ago
  42. 1f61be00 ftrace: Fix memory leak on failure path in ftrace_allocate_pages() by Namhyung Kim · 10 years ago
  43. a737e6d ftrace: Get rid of obsolete global_start_up variable by Namhyung Kim · 10 years ago
  44. 5c27c77 ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_move by Masami Hiramatsu · 10 years ago
  45. 9674b2f ftrace: Add trampolines to enabled_functions debug file by Steven Rostedt (Red Hat) · 10 years ago
  46. 79922b8 ftrace: Optimize function graph to be called directly by Steven Rostedt (Red Hat) · 10 years ago
  47. 0376bde ftrace: Add ftrace_rec_counter() macro to simplify the code by Steven Rostedt (Red Hat) · 10 years ago
  48. 4fbb48c ftrace: Allow no regs if no more callbacks require it by Steven Rostedt (Red Hat) · 10 years ago
  49. 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
  50. f1b2f2b ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flag by Steven Rostedt (Red Hat) · 10 years ago
  51. 7c0868e ftrace: Use the ftrace_addr helper functions to find the ftrace_addr by Steven Rostedt (Red Hat) · 10 years ago
  52. 7413af1 ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() global by Steven Rostedt (Red Hat) · 10 years ago
  53. 68f4096 ftrace: Always inline ftrace_hash_empty() helper function by Steven Rostedt (Red Hat) · 10 years ago
  54. 19eab4a ftrace: Write in missing comment from a very old commit by Steven Rostedt (Red Hat) · 10 years ago
  55. 66209a5 ftrace: Remove boolean of hash_enable and hash_disable by Steven Rostedt (Red Hat) · 10 years ago
  56. bdffd89 tracing: Replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  57. fd06a54 ftrace: Have function graph tracer use global_ops for filtering by Steven Rostedt (Red Hat) · 10 years ago
  58. a949ae5 ftrace/module: Hardcode ftrace_module_init() call into load_module() by Steven Rostedt (Red Hat) · 10 years ago
  59. 8d1b065 tracing: Fix documentation of ftrace_set_global_{filter,notrace}() by Jiaxing Wang · 10 years ago
  60. 7eea4fc tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_func by Jiaxing Wang · 10 years ago
  61. 8275f69 ftrace: Statically initialize pm notifier block by Mathias Krause · 11 years ago
  62. 4104d32 ftrace: Remove global function list and call function directly by Steven Rostedt (Red Hat) · 11 years ago
  63. d88471c ftrace: Constify ftrace_text_reserved by Sasha Levin · 12 years ago
  64. db0fbad ftrace: Fix compilation warning about control_ops_free by Jiri Slaby · 11 years ago
  65. cd21067 ftrace: Warn on error when modifying ftrace function by Petr Mladek · 11 years ago
  66. 3a36cb1 ftrace: Do not pass data to ftrace_dyn_arch_init by Jiri Slaby · 11 years ago
  67. af64a7c ftrace: Pass retval through return in ftrace_dyn_arch_init() by Jiri Slaby · 11 years ago
  68. c867ccd ftrace: Inline the code from ftrace_dyn_table_alloc() by Jiri Slaby · 11 years ago
  69. 1dc43cf ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cnt by Jiri Slaby · 11 years ago
  70. 1fcc155 ftrace: Have static function trace clear ENABLED flag on unregister by Steven Rostedt (Red Hat) · 11 years ago
  71. 591dffd ftrace: Allow for function tracing instance to filter functions by Steven Rostedt (Red Hat) · 11 years ago
  72. e3b3e2e ftrace: Pass in global_ops for use with filtering files by Steven Rostedt (Red Hat) · 11 years ago
  73. e6435e9 ftrace: Copy ops private to global_ops private by Steven Rostedt (Red Hat) · 11 years ago
  74. 60eaa01 Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  75. a4c35ed2 ftrace: Fix synchronization location disabling and freeing ftrace_ops by Steven Rostedt (Red Hat) · 11 years ago
  76. 23a8e84 ftrace: Have function graph only trace based on global_ops filters by Steven Rostedt (Red Hat) · 11 years ago
  77. 405e1d8 ftrace: Synchronize setting function_trace_op with ftrace_trace_function by Steven Rostedt (Red Hat) · 11 years ago
  78. 098c879 tracing: Add generic tracing_lseek() function by Steven Rostedt (Red Hat) · 11 years ago
  79. c4602c1 ftrace: Initialize the ftrace profiler for each possible cpu by Miao Xie · 11 years ago
  80. 8a56d77 ftrace: Fix function graph with loading of modules by Steven Rostedt (Red Hat) · 11 years ago
  81. 38de93a tracing: Make register/unregister_ftrace_command __init by Tom Zanussi · 11 years ago
  82. b5aa3a4 ftrace: Have control op function callback only trace when RCU is watching by Steven Rostedt (Red Hat) · 11 years ago
  83. 29ad23b ftrace: Add set_graph_notrace filter by Namhyung Kim · 11 years ago
  84. 6a10108 ftrace: Narrow down the protected area of graph_lock by Namhyung Kim · 11 years ago
  85. faf982a ftrace: Introduce struct ftrace_graph_data by Namhyung Kim · 11 years ago
  86. 9aa72b4 ftrace: Get rid of ftrace_graph_filter_enabled by Namhyung Kim · 11 years ago
  87. 59338f7 ftrace: Fix a slight race in modifying what function callback gets traced by Steven Rostedt (Red Hat) · 11 years ago
  88. 8c4f3c3 ftrace: Check module functions being traced on reload by Steven Rostedt (Red Hat) · 11 years ago
  89. 1c80c43 ftrace: Consolidate some duplicate code for updating ftrace ops by Steven Rostedt (Red Hat) · 11 years ago
  90. 195a8af ftrace: Add check for NULL regs if ops has SAVE_REGS set by Steven Rostedt (Red Hat) · 11 years ago
  91. f1ed7c7 ftrace: Do not run selftest if command line parameter is set by Steven Rostedt (Red Hat) · 11 years ago
  92. 52d85d7 ftrace: Fix stddev calculation in function profiler by Juri Lelli · 11 years ago
  93. 7614c3d ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched() by Steven Rostedt · 11 years ago
  94. 1bb539c ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friends by Steven Rostedt · 11 years ago
  95. 19dd603 ftrace: Fix function probe when more than one probe is added by Steven Rostedt (Red Hat) · 11 years ago
  96. 23ea9c4 ftrace: Fix the output of enabled_functions debug file by Steven Rostedt (Red Hat) · 11 years ago
  97. 5ae0bf5 ftrace: Fix locking in register_ftrace_function_probe() by Steven Rostedt (Red Hat) · 11 years ago
  98. 3f2367b ftrace: Cleanup regex_lock and ftrace_lock around hash updating by Masami Hiramatsu · 11 years ago
  99. f04f24fb ftrace, kprobes: Fix a deadlock on ftrace_regex_lock by Masami Hiramatsu · 11 years ago
  100. 7c088b5 ftrace: Have ftrace_regex_write() return either read or error by Steven Rostedt (Red Hat) · 11 years ago