1. 8aef2d2 function-graph: ignore times across schedule by Steven Rostedt · 17 years ago
  2. 05ce581 function-graph: prevent more than one tracer registering by Steven Rostedt · 17 years ago
  3. 5d1a03d function-graph: moved the timestamp from arch to generic code by Steven Rostedt · 17 years ago
  4. 0983352 tracing: fix memory leak in trace_stat by Steven Rostedt · 17 years ago
  5. 45b9560 tracing: Fix TRACING_SUPPORT dependency for PPC32 by Anton Vorontsov · 17 years ago
  6. 3e1f60b tracing/ftrace: check if debugfs is registered before creating files by Frederic Weisbecker · 17 years ago
  7. b8b9426 tracing: fix four sparse warnings by Dmitri Vorobiev · 17 years ago
  8. a524446 Merge branches 'tracing/ftrace', 'tracing/hw-breakpoints', 'tracing/ring-buffer', 'tracing/textedit' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  9. 0cf53ff tracing: keep the tracing buffer after self-test failure by Frederic Weisbecker · 17 years ago
  10. cf586b6 tracing/function-graph-tracer: prevent hangs during self-tests by Frederic Weisbecker · 17 years ago
  11. 09c9e84 tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinit by Frederic Weisbecker · 17 years ago
  12. 505f2b9 tracing, Text Edit Lock - kprobes architecture independent support, nommu fix by Ingo Molnar · 17 years ago
  13. ac199db ftrace: event profile hooks by Peter Zijlstra · 17 years ago
  14. 28bea27 ftrace: ensure every event gets an id by Peter Zijlstra · 17 years ago
  15. 23725ae ftrace: provide an id file for each event by Peter Zijlstra · 17 years ago
  16. 44fc6ee 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
  17. 22de89b Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  18. 5087f8d function-graph: show binary events as comments by Steven Rostedt · 17 years ago
  19. 40ce74f tracing: remove recording function depth from trace_printk by Steven Rostedt · 17 years ago
  20. 2fbcdb3 function-graph: calculate function depth within function graph tracer by Steven Rostedt · 17 years ago
  21. 5ef841f tracing: make print_(b)printk_msg_only global by Steven Rostedt · 17 years ago
  22. 3bf832c tracing/ring-buffer: fix non cpu hotplug case by Frederic Weisbecker · 17 years ago
  23. ac5f6c9 function-graph: consolidate prologues for output by Steven Rostedt · 17 years ago
  24. ec625cb tracepoints: dont update zero-sized tracepoint sections by Ingo Molnar · 17 years ago
  25. 09933a1 tracing: fix oops in tracepoint_update_probe_range() by Jaswinder Singh Rajput · 17 years ago
  26. 4acd4d0 tracing: give easy way to clear trace buffer by Steven Rostedt · 17 years ago
  27. f02b862 kprobes: Fix locking imbalance in kretprobes by Ananth N Mavinakayanahalli · 17 years ago
  28. 4903620 tracing/ftrace: stop {irqs, preempt}soff tracers when tracing is stopped by Frederic Weisbecker · 17 years ago
  29. a635cf0 tracing: fix command line to pid reverse map by Carsten Emde · 17 years ago
  30. 50d8875 tracing: fix trace_find_cmdline() by Thomas Gleixner · 17 years ago
  31. 2c7eea4 tracing: replace the crude (unsigned) -1 hackery by Thomas Gleixner · 17 years ago
  32. 18aecd3 tracing: stop command line recording when tracing is disabled by Thomas Gleixner · 17 years ago
  33. 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
  34. 62524d5 tracing: make power tracer start/stop methods lighter weight by Steven Rostedt · 17 years ago
  35. 5fec6dd tracing: make sched_switch stop/start light weight by Steven Rostedt · 17 years ago
  36. af4617b tracing: add global-clock option to provide cross CPU clock to traces by Steven Rostedt · 17 years ago
  37. 37886f6 ring-buffer: add api to allow a tracer to change clock source by Steven Rostedt · 17 years ago
  38. 6e2b757 module: fix refptr allocation and release order by Masami Hiramatsu · 17 years ago
  39. 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
  40. c269fc8 tracing: fix leak in event_format_read() by Tom Zanussi · 17 years ago
  41. 6adaad1 tracing: stop comm recording on tracing off by Steven Rostedt · 17 years ago
  42. 4ca5308 tracing: protect reader of cmdline output by Steven Rostedt · 17 years ago
  43. 0330354 tracing/ftrace: fix the check on nopped sites by Frederic Weisbecker · 17 years ago
  44. 2fc1dfb tracing/core: fix early free of cpumasks by Frederic Weisbecker · 17 years ago
  45. ac1d52d tracing/ftrace: fix double calls to tracing_start() by Frederic Weisbecker · 17 years ago
  46. 59f586d tracing/core: fix missing mutex unlock on tracing_set_tracer() by Frederic Weisbecker · 17 years ago
  47. 0ea1c41 tracing/syscalls: select kallsysms by Frederic Weisbecker · 17 years ago
  48. 5be71b6 tracing/syscalls: protect thread flag toggling from races by Frederic Weisbecker · 17 years ago
  49. 6404434 tracing/syscalls: various cleanups by Frederic Weisbecker · 17 years ago
  50. ac99c58 tracing/syscalls: fix missing release of tracing by Frederic Weisbecker · 17 years ago
  51. 7243f21 Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  52. bed1ffc tracing/syscalls: core infrastructure for syscalls tracing, enhancements by Frederic Weisbecker · 17 years ago
  53. e94142a ftrace: remove struct list_head from struct dyn_ftrace by Lai Jiangshan · 17 years ago
  54. 850a80c ftrace: use seq_read by Lai Jiangshan · 17 years ago
  55. fa9d13c ftrace: don't try to __ftrace_replace_code on !FTRACE_FL_CONVERTED rec by Zhaolei · 17 years ago
  56. b00f0b6 ftrace: avoid double-free of dyn_ftrace by Zhaolei · 17 years ago
  57. 62a394e Merge branches 'tracing/ftrace' and 'tracing/syscalls'; commit 'v2.6.29-rc8' into tracing/core by Ingo Molnar · 17 years ago
  58. ee08c6e tracing/ftrace: syscall tracing infrastructure, basics by Frederic Weisbecker · 17 years ago
  59. 899039e softirq: no need to have SOFTIRQ in softirq name by Steven Rostedt · 17 years ago
  60. 7f96f93 tracing: move binary buffers into per cpu directory by Steven Rostedt · 17 years ago
  61. bdc0675 tracing: add comment for use of double __builtin_consant_p by Steven Rostedt · 17 years ago
  62. eb1871f tracing: left align location header in stack_trace by Steven Rostedt · 17 years ago
  63. 5cc9854 ring-buffer: document reader page design by Steven Rostedt · 17 years ago
  64. f28e557 tracing: show event name in trace for TRACE_EVENT created events by Steven Rostedt · 17 years ago
  65. 889a6c3 tracing: Don't use tracing_record_cmdline() in workqueue tracer fix by KOSAKI Motohiro · 17 years ago
  66. 3984232 tracing: tracepoints for softirq entry/exit - tracepoints by Jason Baron · 17 years ago
  67. 5d592b4 tracing: tracepoints for softirq entry/exit - add softirq-to-name array by Jason Baron · 17 years ago
  68. e447e1d tracing: explain why stack tracer is empty by Steven Rostedt · 17 years ago
  69. 2da03ec tracing: fix stack tracer header by Steven Rostedt · 17 years ago
  70. 7975a2b tracing: export trace formats to user space by Steven Rostedt · 17 years ago
  71. e9fb2b6 tracing: have event_trace_printk use static tracer by Steven Rostedt · 17 years ago
  72. 8282755 tracing: make bprint event use the proper event id by Steven Rostedt · 17 years ago
  73. 48ead02 tracing/core: bring back raw trace_printk for dynamic formats strings by Frederic Weisbecker · 17 years ago
  74. db526ca tracing: show that buffer size is not expanded by Steven Rostedt · 17 years ago
  75. 8aabee5 ring-buffer: remove unneeded get_online_cpus by Steven Rostedt · 17 years ago
  76. 59222ef ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUG by Steven Rostedt · 17 years ago
  77. 1027fcb tracing: protect ring_buffer_expanded with trace_types_lock by Steven Rostedt · 17 years ago
  78. a123c52 tracing: fix comments about trace buffer resizing by Steven Rostedt · 17 years ago
  79. 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
  80. 480c93d Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 17 years ago
  81. d820ac4 locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] by Ingo Molnar · 17 years ago
  82. 3c1f67d Merge branch 'linus' into core/locking by Ingo Molnar · 17 years ago
  83. 554f786 ring-buffer: only allocate buffers for online cpus by Steven Rostedt · 17 years ago
  84. 9aba60f tracing: fix trace_wait to know to wait on all cpus or just one by Steven Rostedt · 17 years ago
  85. 1852fcc tracing: expand the ring buffers when an event is activated by Steven Rostedt · 17 years ago
  86. 73c5162 tracing: keep ring buffer to minimum size till used by Steven Rostedt · 17 years ago
  87. 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
  88. be50b83 kernel/user.c: fix a memory leak when freeing up non-init usernamespaces users by Dhaval Giani · 17 years ago
  89. 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
  90. 4dd163a Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  91. 80370cb tracing: use raw spinlocks for trace_vprintk by Steven Rostedt · 17 years ago
  92. 6cc3c6e trace_clock: fix preemption bug by Peter Zijlstra · 17 years ago
  93. ef18012 tracing: remove funky whitespace in the trace code by Steven Rostedt · 17 years ago
  94. 0e3d0f0 tracing: update comments to match event code macros by Steven Rostedt · 17 years ago
  95. 30a8fec tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro by Steven Rostedt · 17 years ago
  96. 2314c4a tracing: add back the available_events file by Steven Rostedt · 17 years ago
  97. 40e2681 tracing: do not allow modifying the ftrace events via the event files by Steven Rostedt · 17 years ago
  98. ce8eb2b tracing: fix printk format specifier by Steven Rostedt · 17 years ago
  99. bbcd306 tracing: Don't assume possible cpu list have continuous numbers by KOSAKI Motohiro · 17 years ago
  100. 8293dd6 Merge branch 'x86/core' into tracing/ftrace by Ingo Molnar · 17 years ago