1. 2fbcdb3 function-graph: calculate function depth within function graph tracer by Steven Rostedt · 17 years ago
  2. 5ef841f tracing: make print_(b)printk_msg_only global by Steven Rostedt · 17 years ago
  3. ac5f6c9 function-graph: consolidate prologues for output by Steven Rostedt · 17 years ago
  4. 4acd4d0 tracing: give easy way to clear trace buffer by Steven Rostedt · 17 years ago
  5. 4903620 tracing/ftrace: stop {irqs, preempt}soff tracers when tracing is stopped by Frederic Weisbecker · 17 years ago
  6. 327019b Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 17 years ago
  7. 62524d5 tracing: make power tracer start/stop methods lighter weight by Steven Rostedt · 17 years ago
  8. 5fec6dd tracing: make sched_switch stop/start light weight by Steven Rostedt · 17 years ago
  9. af4617b tracing: add global-clock option to provide cross CPU clock to traces by Steven Rostedt · 17 years ago
  10. 37886f6 ring-buffer: add api to allow a tracer to change clock source by Steven Rostedt · 17 years ago
  11. 4176935 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 17 years ago
  12. c269fc8 tracing: fix leak in event_format_read() by Tom Zanussi · 17 years ago
  13. 6adaad1 tracing: stop comm recording on tracing off by Steven Rostedt · 17 years ago
  14. 4ca53085 tracing: protect reader of cmdline output by Steven Rostedt · 17 years ago
  15. 0330354 tracing/ftrace: fix the check on nopped sites by Frederic Weisbecker · 17 years ago
  16. 2fc1dfb tracing/core: fix early free of cpumasks by Frederic Weisbecker · 17 years ago
  17. ac1d52d tracing/ftrace: fix double calls to tracing_start() by Frederic Weisbecker · 17 years ago
  18. 59f586d tracing/core: fix missing mutex unlock on tracing_set_tracer() by Frederic Weisbecker · 17 years ago
  19. 0ea1c41 tracing/syscalls: select kallsysms by Frederic Weisbecker · 17 years ago
  20. 5be71b6 tracing/syscalls: protect thread flag toggling from races by Frederic Weisbecker · 17 years ago
  21. 6404434 tracing/syscalls: various cleanups by Frederic Weisbecker · 17 years ago
  22. ac99c58 tracing/syscalls: fix missing release of tracing by Frederic Weisbecker · 17 years ago
  23. 7243f21 Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  24. bed1ffc tracing/syscalls: core infrastructure for syscalls tracing, enhancements by Frederic Weisbecker · 17 years ago
  25. e94142a ftrace: remove struct list_head from struct dyn_ftrace by Lai Jiangshan · 17 years ago
  26. 850a80c ftrace: use seq_read by Lai Jiangshan · 17 years ago
  27. fa9d13c ftrace: don't try to __ftrace_replace_code on !FTRACE_FL_CONVERTED rec by Zhaolei · 17 years ago
  28. b00f0b6 ftrace: avoid double-free of dyn_ftrace by Zhaolei · 17 years ago
  29. 62a394e Merge branches 'tracing/ftrace' and 'tracing/syscalls'; commit 'v2.6.29-rc8' into tracing/core by Ingo Molnar · 17 years ago
  30. ee08c6e tracing/ftrace: syscall tracing infrastructure, basics by Frederic Weisbecker · 17 years ago
  31. 7f96f93 tracing: move binary buffers into per cpu directory by Steven Rostedt · 17 years ago
  32. bdc06758 tracing: add comment for use of double __builtin_consant_p by Steven Rostedt · 17 years ago
  33. eb1871f tracing: left align location header in stack_trace by Steven Rostedt · 17 years ago
  34. 5cc9854 ring-buffer: document reader page design by Steven Rostedt · 17 years ago
  35. f28e557 tracing: show event name in trace for TRACE_EVENT created events by Steven Rostedt · 17 years ago
  36. 889a6c3 tracing: Don't use tracing_record_cmdline() in workqueue tracer fix by KOSAKI Motohiro · 17 years ago
  37. e447e1d tracing: explain why stack tracer is empty by Steven Rostedt · 17 years ago
  38. 2da03ec tracing: fix stack tracer header by Steven Rostedt · 17 years ago
  39. 7975a2b tracing: export trace formats to user space by Steven Rostedt · 17 years ago
  40. e9fb2b6 tracing: have event_trace_printk use static tracer by Steven Rostedt · 17 years ago
  41. 8282755 tracing: make bprint event use the proper event id by Steven Rostedt · 17 years ago
  42. 48ead02 tracing/core: bring back raw trace_printk for dynamic formats strings by Frederic Weisbecker · 17 years ago
  43. db526ca tracing: show that buffer size is not expanded by Steven Rostedt · 17 years ago
  44. 8aabee5 ring-buffer: remove unneeded get_online_cpus by Steven Rostedt · 17 years ago
  45. 59222ef ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUG by Steven Rostedt · 17 years ago
  46. 1027fcb tracing: protect ring_buffer_expanded with trace_types_lock by Steven Rostedt · 17 years ago
  47. a123c52 tracing: fix comments about trace buffer resizing by Steven Rostedt · 17 years ago
  48. 51b643b Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/ftrace-merge by Steven Rostedt · 17 years ago
  49. 554f786 ring-buffer: only allocate buffers for online cpus by Steven Rostedt · 17 years ago
  50. 9aba60f tracing: fix trace_wait to know to wait on all cpus or just one by Steven Rostedt · 17 years ago
  51. 1852fcc tracing: expand the ring buffers when an event is activated by Steven Rostedt · 17 years ago
  52. 73c5162 tracing: keep ring buffer to minimum size till used by Steven Rostedt · 17 years ago
  53. aecfcde Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 17 years ago
  54. e2b8b28 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 17 years ago
  55. 80370cb tracing: use raw spinlocks for trace_vprintk by Steven Rostedt · 17 years ago
  56. 6cc3c6e trace_clock: fix preemption bug by Peter Zijlstra · 17 years ago
  57. ef18012 tracing: remove funky whitespace in the trace code by Steven Rostedt · 17 years ago
  58. 0e3d0f0 tracing: update comments to match event code macros by Steven Rostedt · 17 years ago
  59. 30a8fec tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro by Steven Rostedt · 17 years ago
  60. 2314c4a tracing: add back the available_events file by Steven Rostedt · 17 years ago
  61. 40e2681 tracing: do not allow modifying the ftrace events via the event files by Steven Rostedt · 17 years ago
  62. ce8eb2b tracing: fix printk format specifier by Steven Rostedt · 17 years ago
  63. bbcd306 tracing: Don't assume possible cpu list have continuous numbers by KOSAKI Motohiro · 17 years ago
  64. 8293dd6 Merge branch 'x86/core' into tracing/ftrace by Ingo Molnar · 17 years ago
  65. 9a1043d Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 17 years ago
  66. 157587d tracing: remove obsolete TRACE_EVENT_FORMAT macro by Steven Rostedt · 17 years ago
  67. da4d030 tracing: new format for specialized trace points by Steven Rostedt · 17 years ago
  68. 9cc26a2 tracing: use generic __stringify by Steven Rostedt · 17 years ago
  69. 2939b04 tracing: replace TP<var> with TP_<var> by Steven Rostedt · 17 years ago
  70. 156b5f1 tracing: typecast sizeof and offsetof to unsigned int by Steven Rostedt · 17 years ago
  71. c3ffc7a tracing: Don't use tracing_record_cmdline() in workqueue tracer by KOSAKI Motohiro · 17 years ago
  72. 888b55d ftrace: tracing header should put '#' at the beginning of a line by KOSAKI Motohiro · 17 years ago
  73. dba58e3 Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing/textedit' into tracing/core by Ingo Molnar · 17 years ago
  74. 9de3682 tracing: trace_bprintk() cleanups by Ingo Molnar · 17 years ago
  75. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 17 years ago
  76. 1ba28e0 tracing: add trace_bprintk() by Lai Jiangshan · 17 years ago
  77. 1427cdf tracing: infrastructure for supporting binary record by Lai Jiangshan · 17 years ago
  78. f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 17 years ago
  79. 10dd3eb tracing: fix deadlock when setting set_ftrace_pid by KOSAKI Motohiro · 17 years ago
  80. 422d3c7 tracing: current tip/master can't enable ftrace by KOSAKI Motohiro · 17 years ago
  81. bc722f5 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 17 years ago
  82. 1609743 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 17 years ago
  83. 770cb24 tracing: add format files for ftrace default entries by Steven Rostedt · 17 years ago
  84. 33b0c22 tracing: move print of event format to separate file by Steven Rostedt · 17 years ago
  85. 5e2336a tracing: make all file_operations const by Steven Rostedt · 17 years ago
  86. 40ada30 tracing: clean up menu by Ingo Molnar · 17 years ago
  87. 0012693 tracing/function-graph-tracer: use the more lightweight local clock by Frederic Weisbecker · 17 years ago
  88. 5e1607a tracing: rename ftrace_printk() => trace_printk() by Ingo Molnar · 17 years ago
  89. e9d25fe tracing: have latency tracers set the latency format by Steven Rostedt · 17 years ago
  90. 27d48be tracing: consolidate print_lat_fmt and print_trace_fmt by Steven Rostedt · 17 years ago
  91. 5fd73f8 tracing: remove extra latency_trace method from trace structure by Steven Rostedt · 17 years ago
  92. c032ef64 tracing: add latency output format option by Steven Rostedt · 17 years ago
  93. e74da52 tracing: fix seq read from trace files by Steven Rostedt · 17 years ago
  94. 2dc5d12 tracing: do not return EFAULT if read copied anything by Steven Rostedt · 17 years ago
  95. 4f3640f ring-buffer: fix timestamp in partial ring_buffer_page_read by Steven Rostedt · 17 years ago
  96. e543ad7 tracing: add cpu_file intialization for ftrace_dump by Steven Rostedt · 17 years ago
  97. efed792 tracing: add lockdep tracepoints for lock acquire/release by Peter Zijlstra · 17 years ago
  98. 2cadf91 tracing: add binary buffer files for use with splice by Steven Rostedt · 18 years ago
  99. 474d32b ring-buffer: make ring_buffer_read_page read from start on partial page by Steven Rostedt · 17 years ago
  100. e3d6bf0 ring-buffer: replace sizeof of event header with offsetof by Steven Rostedt · 17 years ago