1. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  2. 1c5eb44 tracing: Rename trace_buffer to array_buffer by Steven Rostedt (VMware) · 5 years ago
  3. 50f9ad6 kernel/trace: Fix do not unregister tracepoints when register sched_migrate_task fail by Kaitao Cheng · 5 years ago
  4. 7b3c92b sched/core: Convert get_task_struct() to return the task by Matthew Wilcox (Oracle) · 6 years ago
  5. a35873a tracing: Add conditional snapshot by Tom Zanussi · 6 years ago
  6. f52d569 tracing: Show stacktrace for wakeup tracers by Changbin Du · 6 years ago
  7. 97f0a3b tracing: Show more info for funcgraph wakeup tracers by Changbin Du · 6 years ago
  8. 9acd8de function_graph: Support displaying relative timestamp by Changbin Du · 6 years ago
  9. 688f708 fgraph: Add new fgraph_ops structure to enable function graph hooks by Steven Rostedt (VMware) · 6 years ago
  10. 317e04ca tracing: Rearrange functions in trace_sched_wakeup.c by Steven Rostedt (VMware) · 6 years ago
  11. 5cf99a0f tracing/fgraph: Fix set_graph_function from showing interrupts by Steven Rostedt (VMware) · 6 years ago
  12. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 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. 1d48b08 sched/debug: Rename task-state printing helpers by Peter Zijlstra · 7 years ago
  15. 5f6ad26 sched/tracing: Use common task-state helpers by Peter Zijlstra · 7 years ago
  16. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  17. 1a41442 tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions too by Steven Rostedt (Red Hat) · 8 years ago
  18. 8d414bd tracing: Allow wakeup_dl tracer to be used by instances by Zhou Chengming · 8 years ago
  19. 22402cd Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  20. 26ab2ef tracing: report_latency() in trace_sched_wakeup.c can return boolean by Yaowei Bai · 9 years ago
  21. c73464b sched/core: Fix trace_sched_switch() by Peter Zijlstra · 9 years ago
  22. 983f938 tracing: Move trace_flags from global to a trace_array field by Steven Rostedt (Red Hat) · 9 years ago
  23. 8179e8a tracing: Do not create function tracer options when not compiled in by Steven Rostedt (Red Hat) · 9 years ago
  24. 729358d tracing: Only create function graph options when it is compiled in by Steven Rostedt (Red Hat) · 9 years ago
  25. 0390558 tracing: Move "display-graph" option to main options by Steven Rostedt (Red Hat) · 9 years ago
  26. b7f0c95 tracing: Pass trace_array into trace_buffer_unlock_commit() by Steven Rostedt (Red Hat) · 9 years ago
  27. fbd705a sched: Introduce the 'trace_sched_waking' tracepoint by Peter Zijlstra · 10 years ago
  28. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  29. 3efb5f2 tracing: Remove unneeded includes of debugfs.h and fs.h by Steven Rostedt (Red Hat) · 10 years ago
  30. 243f761 tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracer by Steven Rostedt (Red Hat) · 10 years ago
  31. b1169cc tracing: Remove mock up poll wait function by Steven Rostedt (Red Hat) · 11 years ago
  32. 65daaca7 tracing: Allow wakeup tracers to be used by instances by Steven Rostedt (Red Hat) · 11 years ago
  33. 6d9b3fa tracing: Move tracing_max_latency into trace_array by Steven Rostedt (Red Hat) · 11 years ago
  34. 4104d32 ftrace: Remove global function list and call function directly by Steven Rostedt (Red Hat) · 11 years ago
  35. bf6065b tracing: Pass trace_array to flag_changed callback by Steven Rostedt (Red Hat) · 11 years ago
  36. 8c1a49a tracing: Pass trace_array to set_flag callback by Steven Rostedt (Red Hat) · 11 years ago
  37. 2d3d891 sched/deadline: Add SCHED_DEADLINE inheritance logic by Dario Faggioli · 11 years ago
  38. af6ace7 sched/deadline: Add latency tracing for SCHED_DEADLINE tasks by Dario Faggioli · 11 years ago
  39. 328df47 tracing: Add function-trace option to disable function tracing of latency tracers by Steven Rostedt (Red Hat) · 12 years ago
  40. 12883ef tracing: Consolidate max_tr into main trace_array structure by Steven Rostedt (Red Hat) · 12 years ago
  41. a7603ff tracing: Replace the static global per_cpu arrays with allocated per_cpu by Steven Rostedt · 12 years ago
  42. 2b6080f tracing: Encapsulate global_trace and remove dependencies on global vars by Steven Rostedt · 13 years ago
  43. 613f04a tracing: Prevent buffer overwrite disabled for latency tracers by Steven Rostedt (Red Hat) · 12 years ago
  44. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  45. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  46. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  47. f43c738 tracing: Change tracer's integer flags to bool by Hiraku Toyooka · 12 years ago
  48. 6f41567 tracing: Allow tracers to start at core initcall by Steven Rostedt · 12 years ago
  49. 4740974 ftrace: Add default recursion protection for function tracing by Steven Rostedt · 12 years ago
  50. a1e2e31 ftrace: Return pt_regs to function trace callback by Steven Rostedt · 13 years ago
  51. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 13 years ago
  52. 7e9a49e tracing/latency: Fix header output for latency tracers by Jiri Olsa · 13 years ago
  53. 321e68b tracing, function_graph: Remove dependency of abstime and duration fields on latency by Jiri Olsa · 14 years ago
  54. b848914 ftrace: Implement separate user function filtering by Steven Rostedt · 14 years ago
  55. 7e40798 tracing: Fix compile issue for trace_sched_wakeup.c by Steven Rostedt · 14 years ago
  56. 542181d tracing: Use one prologue for the wakeup tracer function tracers by Steven Rostedt · 14 years ago
  57. 7495a5b tracing: Graph support for wakeup tracer by Jiri Olsa · 14 years ago
  58. ef710e1 tracing: Shrink max latency ringbuffer if unnecessary by KOSAKI Motohiro · 15 years ago
  59. 5168ae5 tracing: Remove ftrace_preempt_disable/enable by Steven Rostedt · 15 years ago
  60. 38516ab tracing: Let tracepoints have data passed to tracepoint callbacks by Steven Rostedt · 15 years ago
  61. 27a9da6 sched: Remove rq argument to the tracepoints by Peter Zijlstra · 15 years ago
  62. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  63. edc35bd locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED by Thomas Gleixner · 15 years ago
  64. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  65. b5130b1 tracing: do not update tracing_max_latency when tracer is stopped by Carsten Emde · 15 years ago
  66. 41dfba4 tracing: remove unused local variables in tracer probe functions by Carsten Emde · 15 years ago
  67. 478142c3 tracing: do not grab lock in wakeup latency function tracing by Steven Rostedt · 15 years ago
  68. 2f26ebd tracing: use timestamp to determine start of latency traces by Steven Rostedt · 15 years ago
  69. 9be2441 tracing/wakeup: move access to wakeup_cpu into spinlock by Steven Rostedt · 16 years ago
  70. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 16 years ago
  71. 301fd74 tracing: remove CALLER_ADDR2 from wakeup tracer by Steven Rostedt · 16 years ago
  72. e9d25fe tracing: have latency tracers set the latency format by Steven Rostedt · 16 years ago
  73. 6eaaa5d tracing/core: use appropriate waiting on trace_pipe by Frederic Weisbecker · 16 years ago
  74. 73d8b8b tracing: fix typing mistake in hint message and comments by Wenji Huang · 16 years ago
  75. 7be4215 trace: Remove unused trace_array_cpu parameter by Arnaldo Carvalho de Melo · 16 years ago
  76. b3a8c34 trace_sched_wakeup: Remove unused variable by Arnaldo Carvalho de Melo · 16 years ago
  77. f8ec106 wakeup-tracer: show scheduling data in output by Steven Rostedt · 16 years ago
  78. 3244351 trace: separate out rt tasks from wakeup tracer by Steven Rostedt · 16 years ago
  79. 5bc4564 trace: do not disable wake up tracer on output of trace by Steven Rostedt · 16 years ago
  80. 745b162 trace: set max latency variable to zero on default by Steven Rostedt · 16 years ago
  81. 468a15b sched, trace: update trace_sched_wakeup() by Peter Zijlstra · 16 years ago
  82. 1c80025 tracing/ftrace: change the type of the init() callback by Frederic Weisbecker · 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. 9036990 ftrace: restructure tracing start/stop infrastructure by Steven Rostedt · 16 years ago
  86. 182e9f5 ftrace: insert in the ftrace_preempt_disable()/enable() functions by Steven Rostedt · 16 years ago
  87. 606576c ftrace: rename FTRACE to FUNCTION_TRACER by Steven Rostedt · 16 years ago
  88. 3869705 ftrace: preempt disable over interrupt disable by Steven Rostedt · 16 years ago
  89. 3928a8a ftrace: make work with new ring buffer by Steven Rostedt · 16 years ago
  90. b07c3f1 ftrace: port to tracepoints by Mathieu Desnoyers · 16 years ago
  91. e59494f ftrace: fix 4d3702b6 (post-v2.6.26): WARNING: at kernel/lockdep.c:2731 check_flags (ftrace) by Steven Rostedt · 16 years ago
  92. ad59124 ftrace: start wakeup tracing after setting function tracer by Steven Rostedt · 17 years ago
  93. 7e18d8e ftrace: add function tracing to wake up tracing by Steven Rostedt · 17 years ago
  94. 5b82a1b Port ftrace to markers by Mathieu Desnoyers · 17 years ago
  95. 4fe8c30 ftrace: printk and trace irqsoff and wakeups by Steven Rostedt · 17 years ago
  96. 8ac0fca ftrace: sched tracer fix by Ingo Molnar · 17 years ago
  97. 5742279 ftrace: add wakeup events to sched tracer by Ingo Molnar · 17 years ago
  98. e309b41 ftrace: remove notrace by Ingo Molnar · 17 years ago
  99. 6fb44b7 ftrace: add trace_function api for other tracers to use by Steven Rostedt · 17 years ago
  100. 750ed1a ftrace: timestamp syncing, prepare by Ingo Molnar · 17 years ago