1. 345ddcc ftrace: Have set_ftrace_pid use the bitmap like events do by Steven Rostedt (Red Hat) · 8 years ago
  2. d39cdd2 tracing: Make tracer_flags use the right set_flag callback by Chunyu Hu · 8 years ago
  3. 0af2649 tracing/trivial: Fix typos and make an int into a bool by Steven Rostedt (Red Hat) · 10 years ago
  4. a9ce7c3 tracing: Fix race of function probes counting by Steven Rostedt (Red Hat) · 10 years ago
  5. fa6f0cc tracing: Replace seq_printf by simpler equivalents by Rasmus Villemoes · 10 years ago
  6. b1169cc tracing: Remove mock up poll wait function by Steven Rostedt (Red Hat) · 10 years ago
  7. 4104d32 ftrace: Remove global function list and call function directly by Steven Rostedt (Red Hat) · 10 years ago
  8. 5d6c97c tracing: Do not try to recreated toplevel set_ftrace_* files by Steven Rostedt (Red Hat) · 10 years ago
  9. 591dffd ftrace: Allow for function tracing instance to filter functions by Steven Rostedt (Red Hat) · 10 years ago
  10. f20a580 ftrace: Allow instances to use function tracing by Steven Rostedt (Red Hat) · 11 years ago
  11. 8c1a49a tracing: Pass trace_array to set_flag callback by Steven Rostedt (Red Hat) · 10 years ago
  12. 8f76899 tracing: Add ref_data to function and fgraph tracer structs by Steven Rostedt (Red Hat) · 11 years ago
  13. 90e3c03 tracing: Add function probe to trigger a ftrace dump of current CPU trace by Steven Rostedt (Red Hat) · 11 years ago
  14. ad71d88 tracing: Add function probe to trigger a ftrace dump to console by Steven Rostedt (Red Hat) · 11 years ago
  15. dd42cd3 tracing: Add function probe to trigger stack traces by Steven Rostedt (Red Hat) · 11 years ago
  16. 8380d24 ftrace: Separate unlimited probes from count limited probes by Steven Rostedt (Red Hat) · 11 years ago
  17. 8b8fa62 tracing: Consolidate ftrace_trace_onoff_unreg() into callback by Steven Rostedt (Red Hat) · 11 years ago
  18. 1c31714 tracing: Consolidate updating of count for traceon/off by Steven Rostedt (Red Hat) · 11 years ago
  19. 12883ef tracing: Consolidate max_tr into main trace_array structure by Steven Rostedt (Red Hat) · 11 years ago
  20. a7603ff tracing: Replace the static global per_cpu arrays with allocated per_cpu by Steven Rostedt · 12 years ago
  21. d41032a tracing: Fix unsigned int compare of zero in recursion check by Steven Rostedt · 11 years ago
  22. 897f68a ftrace: Use only the preempt version of function tracing by Steven Rostedt · 12 years ago
  23. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  24. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  25. 6f41567 tracing: Allow tracers to start at core initcall by Steven Rostedt · 12 years ago
  26. bcd83ea tracing: Replace strict_strto* with kstrto* by Daniel Walter · 12 years ago
  27. 7f60ba3 Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 12 years ago
  28. 65f8c95 pstore/ftrace: Convert to its own enable/disable debugfs knob by Anton Vorontsov · 12 years ago
  29. bcada3d Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  30. 4740974 ftrace: Add default recursion protection for function tracing by Steven Rostedt · 12 years ago
  31. a1e2e31 ftrace: Return pt_regs to function trace callback by Steven Rostedt · 13 years ago
  32. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 13 years ago
  33. f555f12 tracing/function: Convert func_set_flag() to a switch statement by Anton Vorontsov · 12 years ago
  34. 21f6794 tracing/function: Introduce persistent trace option by Anton Vorontsov · 12 years ago
  35. 43dd61c ftrace: Fix regression of :mod:module function enabling by Steven Rostedt · 13 years ago
  36. b848914 ftrace: Implement separate user function filtering by Steven Rostedt · 13 years ago
  37. 5168ae5 tracing: Remove ftrace_preempt_disable/enable by Steven Rostedt · 14 years ago
  38. b375a11 tracing: switch function prints from %pf to %ps by Steven Rostedt · 15 years ago
  39. 45bceff Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  40. 6f2f3cf tracing/function: Cleanup for function tracer by Xiao Guangrong · 15 years ago
  41. 04aef32 tracing/function: Fix the return value of ftrace_trace_onoff_callback() by Xiao Guangrong · 15 years ago
  42. 00e54d0 ftrace: Remove duplicate newline by Li Zefan · 15 years ago
  43. c85a17e tracing/urgent: fix unbalanced ftrace_start_up by Frederic Weisbecker · 15 years ago
  44. 6eaaa5d tracing/core: use appropriate waiting on trace_pipe by Frederic Weisbecker · 15 years ago
  45. 35ebf1c ftrace: show unlimited when traceon or traceoff has no counter by Steven Rostedt · 15 years ago
  46. b6887d7 ftrace: rename _hook to _probe by Steven Rostedt · 15 years ago
  47. 6a24a24 ftrace: clean up coding style by Steven Rostedt · 15 years ago
  48. e110e3d ftrace: add pretty print function for traceon and traceoff hooks by Steven Rostedt · 15 years ago
  49. 23b4ff3 ftrace: add traceon traceoff commands to enable/disable the buffers by Steven Rostedt · 15 years ago
  50. b6f11df trace: Call tracing_reset_online_cpus before tracer->init() by Arnaldo Carvalho de Melo · 15 years ago
  51. 7be4215 trace: Remove unused trace_array_cpu parameter by Arnaldo Carvalho de Melo · 15 years ago
  52. a225cdd ftrace: remove static from function tracer functions by Steven Rostedt · 15 years ago
  53. 3eb36aa ftrace: combine stack trace in function call by Steven Rostedt · 15 years ago
  54. bb3c3c9 ftrace: move function tracer functions out of trace.c by Steven Rostedt · 15 years ago
  55. 5361499 ftrace: add stack trace to function tracer by Steven Rostedt · 15 years ago
  56. 213cc06 ftrace: introduce tracing_reset_online_cpus() helper by Pekka J Enberg · 15 years ago
  57. 1c80025 tracing/ftrace: change the type of the init() callback by Frederic Weisbecker · 16 years ago
  58. c76f069 ftrace: remove trace array ctrl by Steven Rostedt · 16 years ago
  59. bbf5b1a ftrace: remove ctrl_update method by Steven Rostedt · 16 years ago
  60. 9036990 ftrace: restructure tracing start/stop infrastructure by Steven Rostedt · 16 years ago
  61. 3ce83ae ftrace: rename the ftrace tracer to function by Steven Rostedt · 16 years ago
  62. 3928a8a ftrace: make work with new ring buffer by Steven Rostedt · 16 years ago
  63. 26bc83f ftrace: use current CPU for function startup by Steven Rostedt · 16 years ago
  64. 41bc814 ftrace: fix up cmdline recording by Steven Rostedt · 16 years ago
  65. 25b0b44 ftrace: fix comm on function trace output by Steven Rostedt · 16 years ago
  66. e309b41 ftrace: remove notrace by Ingo Molnar · 16 years ago
  67. 2e0f576 ftrace: build fix by Ingo Molnar · 16 years ago
  68. 750ed1a ftrace: timestamp syncing, prepare by Ingo Molnar · 16 years ago
  69. 60a1177 ftrace: add self-tests by Steven Rostedt · 16 years ago
  70. 1b29b01 ftrace: function tracer by Steven Rostedt · 16 years ago