1. 4e341ca tracing: Fix selftest config check for function graph start up test by Steven Rostedt (VMware) · 3 years, 2 months ago
  2. 130c080 tracing: Add trampoline/graph selftest by Jiri Olsa · 3 years, 3 months ago
  3. 43c9dd8 ftrace: Add unit test for removing trace function by Carles Pey · 3 years, 3 months ago
  4. f2cc020 tracing: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
  5. 60efe21 tracing: Disable ftrace selftests when any tracer is running by Masami Hiramatsu · 4 years, 1 month ago
  6. d19ad07 ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs by Steven Rostedt (VMware) · 4 years, 2 months ago
  7. a25d036 ftrace: Reverse what the RECURSION flag means in the ftrace_ops by Steven Rostedt (VMware) · 4 years, 2 months ago
  8. 726b3d3 ftrace: Handle tracing when switching between context by Steven Rostedt (VMware) · 4 years, 2 months ago
  9. 1c5eb44 tracing: Rename trace_buffer to array_buffer by Steven Rostedt (VMware) · 5 years ago
  10. 52fde6e function_graph: Have selftest also emulate tr->reset() as it did with tr->init() by Steven Rostedt (VMware) · 6 years ago
  11. 688f708 fgraph: Add new fgraph_ops structure to enable function graph hooks by Steven Rostedt (VMware) · 6 years ago
  12. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. c3b5b6e tracing: mark trace_test_buffer as __maybe_unused by Arnd Bergmann · 7 years ago
  15. d8c4dee tracing: Remove obsolete sched_switch tracer selftest by Joel Fernandes · 7 years ago
  16. 46320a6 ftrace: Fix selftest goto location on error by Steven Rostedt (VMware) · 7 years ago
  17. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  18. 8df6be1 Merge tag 'trace-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  19. addff1f tracing: Clean up scheduling in trace_wakeup_test_thread() by Steven Rostedt · 10 years ago
  20. 3ddee63 ftrace: Only disable ftrace_enabled to test buffer in selftest by Steven Rostedt (Red Hat) · 10 years ago
  21. ad1438a tracing: Add static to local functions by Fabian Frederick · 11 years ago
  22. 0b9b12c tracing: Move ftrace_max_lock into trace_array by Steven Rostedt (Red Hat) · 11 years ago
  23. 6d9b3fa tracing: Move tracing_max_latency into trace_array by Steven Rostedt (Red Hat) · 11 years ago
  24. 4104d32 ftrace: Remove global function list and call function directly by Steven Rostedt (Red Hat) · 11 years ago
  25. af6ace7 sched/deadline: Add latency tracing for SCHED_DEADLINE tasks by Dario Faggioli · 11 years ago
  26. f1ed7c7 ftrace: Do not run selftest if command line parameter is set by Steven Rostedt (Red Hat) · 12 years ago
  27. 0184d50 tracing: Fix bad parameter passed in branch selftest by Steven Rostedt (Red Hat) · 12 years ago
  28. 7fe70b5 tracing: Fix ftrace_dump() by Steven Rostedt (Red Hat) · 12 years ago
  29. 12883ef tracing: Consolidate max_tr into main trace_array structure by Steven Rostedt (Red Hat) · 12 years ago
  30. 9640388 ftrace: Fix function tracing recursion self test by Steven Rostedt · 12 years ago
  31. 05cbbf6 tracing: Fix selftest function recursion accounting by Steven Rostedt · 12 years ago
  32. 06aeaae ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig by Masami Hiramatsu · 12 years ago
  33. 0d5c6e1 tracing: Use irq_work for wake ups and remove *_nowake_*() functions by Steven Rostedt · 12 years ago
  34. 0fb9656 tracing: Make tracing_enabled be equal to tracing_on by Steven Rostedt · 13 years ago
  35. 3c18c10 tracing: Fix wakeup_rt self test on virtual machines by Steven Rostedt · 12 years ago
  36. ad97772 ftrace: Add selftest to test function save-regs support by Steven Rostedt · 12 years ago
  37. ea701f1 ftrace: Add selftest to test function trace recursion protection by Steven Rostedt · 12 years ago
  38. 4740974 ftrace: Add default recursion protection for function tracing by Steven Rostedt · 12 years ago
  39. a1e2e31 ftrace: Return pt_regs to function trace callback by Steven Rostedt · 13 years ago
  40. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 13 years ago
  41. 95950c2 ftrace: Add self-tests for multiple function trace users by Steven Rostedt · 14 years ago
  42. 936e074 ftrace: Modify ftrace_set_filter/notrace to take ops by Steven Rostedt · 14 years ago
  43. c9b5f50 sched: Constify function scope static struct sched_param usage by Peter Zijlstra · 14 years ago
  44. fe7de49 sched: Make sched_param argument static in sched_setscheduler() callers by KOSAKI Motohiro · 14 years ago
  45. eb7beb5 tracing: Remove special traces by Frederic Weisbecker · 14 years ago
  46. f376bf5 tracing: Remove sysprof ftrace plugin by Frederic Weisbecker · 14 years ago
  47. 5d55046 tracing: Remove ksym tracer by Frederic Weisbecker · 14 years ago
  48. 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 · 15 years ago
  49. 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  50. cecbca9 tracing: Dump either the oops's cpu source or all cpus buffers by Frederic Weisbecker · 15 years ago
  51. ca7e0c6 Merge branch 'linus' into perf/core by Ingo Molnar · 15 years ago
  52. c1ab9ca Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  53. 66a8cb9 ring-buffer: Add place holder recording of dropped events by Steven Rostedt · 15 years ago
  54. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  55. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 15 years ago
  56. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  57. 30ff21e3 ksym_tracer: Remove KSYM_SELFTEST_ENTRY by Li Zefan · 15 years ago
  58. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 15 years ago
  59. a1922ed Merge branch 'tracing/core' into tracing/hw-breakpoints by Ingo Molnar · 15 years ago
  60. 1a0799a tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer file by Frederic Weisbecker · 15 years ago
  61. 0722db0 hw-breakpoints: ftrace plugin for kernel symbol tracing using HW Breakpoint interfaces by K.Prasad · 16 years ago
  62. 4d657e5 x86, hw-branch-tracer: allocate selftest iterator on heap by Markus Metzger · 16 years ago
  63. 2e8844e Merge branch 'linus' into tracing/hw-branch-tracing by Ingo Molnar · 16 years ago
  64. 0cf53ff tracing: keep the tracing buffer after self-test failure by Frederic Weisbecker · 16 years ago
  65. cf586b6 tracing/function-graph-tracer: prevent hangs during self-tests by Frederic Weisbecker · 16 years ago
  66. 4903620 tracing/ftrace: stop {irqs, preempt}soff tracers when tracing is stopped by Frederic Weisbecker · 16 years ago
  67. ac1d52d tracing/ftrace: fix double calls to tracing_start() by Frederic Weisbecker · 16 years ago
  68. e9a22d1 x86, bts: cleanups by Ingo Molnar · 16 years ago
  69. 321bb5e x86, hw-branch-tracer: add selftest by Markus Metzger · 16 years ago
  70. 9cc26a2 tracing: use generic __stringify by Steven Rostedt · 16 years ago
  71. 4099909 Merge branches 'tracing/blktrace', 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  72. 4b3e3d2 tracing: limit the number of loops the ring buffer self test can make by Steven Rostedt · 16 years ago
  73. 0c5119c tracing: disable tracing while testing ring buffer by Steven Rostedt · 16 years ago
  74. 73d8b8b tracing: fix typing mistake in hint message and comments by Wenji Huang · 16 years ago
  75. d2ef7c2 tracing: fix the return value of trace selftest by Wenji Huang · 16 years ago
  76. 7447dce tracing/function-graph-tracer: provide a selftest for the function graph tracer by Frederic Weisbecker · 16 years ago
  77. b6f11df trace: Call tracing_reset_online_cpus before tracer->init() by Arnaldo Carvalho de Melo · 16 years ago
  78. a103e2a tracing/selftest: remove TRACE_CONT reference by Ingo Molnar · 16 years ago
  79. 1c80025 tracing/ftrace: change the type of the init() callback by Frederic Weisbecker · 16 years ago
  80. d51ad7a ftrace: replace raw_local_irq_save with local_irq_save by Steven Rostedt · 16 years ago
  81. 80e5ea4 ftrace: add tracer called branch by Steven Rostedt · 16 years ago
  82. 769c48e ftrace: force pass of preemptoff selftest by Steven Rostedt · 16 years ago
  83. c76f069 ftrace: remove trace array ctrl by Steven Rostedt · 16 years ago
  84. bbf5b1a ftrace: remove ctrl_update method by Steven Rostedt · 16 years ago
  85. cb7be3b ftrace: remove daemon by Steven Rostedt · 16 years ago
  86. 606576c ftrace: rename FTRACE to FUNCTION_TRACER by Steven Rostedt · 16 years ago
  87. 3928a8a ftrace: make work with new ring buffer by Steven Rostedt · 16 years ago
  88. 5aa60c6 ftrace: give time for wakeup test to run by Steven Rostedt · 16 years ago
  89. fb1b6d8 ftrace: add nop tracer by Steven Noonan · 16 years ago
  90. dd0e545 ftrace: printk formatting infrastructure by Steven Rostedt · 16 years ago
  91. ec1bb60 Merge branch 'tracing/sysprof' into auto-ftrace-next by Ingo Molnar · 16 years ago
  92. 19384c0 ftrace: limit use of check pages by Steven Rostedt · 17 years ago
  93. ef4ab15 ftrace: make sysprof dependent on x86 for now by Ingo Molnar · 17 years ago
  94. a6dd24f ftrace: sysprof-plugin, add self-tests by Ingo Molnar · 17 years ago
  95. 4e491d1 ftrace: support for PowerPC by Steven Rostedt · 17 years ago
  96. 05bd68c ftrace: user proper API for setting RT prios in selftest by Steven Rostedt · 17 years ago
  97. 30afdcb ftrace: selftest protect againt max flip by Steven Rostedt · 17 years ago
  98. d05cdb2 ftrace: fix dynamic ftrace selftest by Steven Rostedt · 17 years ago
  99. 06fa75a ftrace: add TRACE_STACK and TRACE_SPECIAL to selftest validation by Steven Rostedt · 17 years ago
  100. 5742279 ftrace: add wakeup events to sched tracer by Ingo Molnar · 17 years ago