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