1. 02b6751 tracing: add support for userspace stacktraces in tracing/iter_ctrl by Török Edwin · 17 years ago
  2. a0a70c7 Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  3. 522a110 function tracing: fix wrong position computing of stack_trace by Liming Wang · 17 years ago
  4. 9676e73 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  5. 86fa2f6 ftrace: fix selftest locking by Ingo Molnar · 17 years ago
  6. 6d5b43a Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 17 years ago
  7. 3246477 ftrace: fix dyn ftrace filter selection by Steven Rostedt · 17 years ago
  8. 8204327 ftrace: make filtered functions effective on setting by Steven Rostedt · 17 years ago
  9. f10ed36 ftrace: fix set_ftrace_filter by Steven Rostedt · 17 years ago
  10. a225063 ftrace: preemptoff selftest not working by Heiko Carstens · 17 years ago
  11. 641d2f6 trace: introduce missing mutex_unlock() by Vegard Nossum · 17 years ago
  12. 0bb943c tracing: kernel/trace/trace.c: introduce missing kfree() by Julia Lawall · 17 years ago
  13. 0231022 tracing/function-return-tracer: add the overrun field by Frederic Weisbecker · 17 years ago
  14. 0619faf tracing/ftrace: make nop tracer using tracer flags by Frederic Weisbecker · 17 years ago
  15. adf9f19 tracing/ftrace: implement a set_flag callback for tracers by Frederic Weisbecker · 17 years ago
  16. 5a209c2 Merge branches 'tracing/branch-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  17. 0c726da tracing: branch tracer, fix writing to trace/trace_options by Aneesh Kumar K.V · 17 years ago
  18. 3f8e402 Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/tracepoints' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  19. 5821e1b function tracing: fix wrong pos computing when read buffer has been fulfilled by walimis · 17 years ago
  20. e7d3737 tracing/function-return-tracer: support for dynamic ftrace on function return tracer by Frederic Weisbecker · 17 years ago
  21. 072b40a tracing/branch-tracer: fix a trace recursion on branch tracer by Frederic Weisbecker · 17 years ago
  22. 1c80025 tracing/ftrace: change the type of the init() callback by Frederic Weisbecker · 17 years ago
  23. e6e7a65 tracing/ftrace: fix unexpected -EINVAL when longest tracer name is set by Frederic Weisbecker · 17 years ago
  24. ee02a2e ftrace: make filtered functions effective on setting by Steven Rostedt · 17 years ago
  25. 982c350 ftrace: fix dyn ftrace filter by Steven Rostedt · 17 years ago
  26. 20e5227 ftrace: allow NULL pointers in mcount_loc by Steven Rostedt · 17 years ago
  27. 31e8890 ftrace: pass module struct to arch dynamic ftrace functions by Steven Rostedt · 17 years ago
  28. d51ad7a ftrace: replace raw_local_irq_save with local_irq_save by Steven Rostedt · 17 years ago
  29. 918c115 ftrace: do not process freed records by Steven Rostedt · 17 years ago
  30. b17e8a3 ftrace: disable ftrace on anomalies in trace start and stop by Steven Rostedt · 17 years ago
  31. f3c7ac4 ftrace: remove condition from ftrace_record_ip by Steven Rostedt · 17 years ago
  32. c91add5 Merge branches 'tracing/fastboot', 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  33. b3535c6 ftrace: remove unnecessary if condition of __unregister_ftrace_function by walimis · 17 years ago
  34. ee51a1d tracing: fix mmiotrace resizing crash by Ingo Molnar · 17 years ago
  35. 12ef7d4 ftrace: CPU buffer start annotation clean ups by Steven Rostedt · 17 years ago
  36. ee6bce5 ftrace: rename iter_ctrl to trace_options by Steven Rostedt · 17 years ago
  37. 1696b2b ftrace: show buffer size in kilobytes by Steven Rostedt · 17 years ago
  38. a94c80e ftrace: rename trace_entries to buffer_size_kb by Steven Rostedt · 17 years ago
  39. 24de386 Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function-return-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  40. 94b80ff ftrace: rename trace_unlikely.c file by Steven Rostedt · 17 years ago
  41. 80e5ea4 ftrace: add tracer called branch by Steven Rostedt · 17 years ago
  42. 9f029e8 ftrace: rename unlikely iter_ctrl to branch by Steven Rostedt · 17 years ago
  43. 2ed84ee trace: rename unlikely profiler to branch profiler by Steven Rostedt · 17 years ago
  44. 68d119f tracing: finetune branch-tracer output by Ingo Molnar · 17 years ago
  45. f88c4ae tracing: branch tracer, tweak output by Ingo Molnar · 17 years ago
  46. 52f232c tracing: likely/unlikely branch annotation tracer by Steven Rostedt · 17 years ago
  47. 1f0d69a tracing: profile likely and unlikely annotations by Steven Rostedt · 17 years ago
  48. cb9382e Merge branches 'tracing/fastboot', 'tracing/function-return-tracer' and 'tracing/ring-buffer' into tracing/core by Ingo Molnar · 17 years ago
  49. 642edba ring-buffer: fix deadlock from reader_lock in read_start by Steven Rostedt · 17 years ago
  50. 47e74f2 ring-buffer: no preempt for sched_clock() by Steven Rostedt · 17 years ago
  51. 7423907 tracing/fastboot: Use the ring-buffer timestamp for initcall entries by Frederic Weisbecker · 17 years ago
  52. 3f5ec13 tracing/fastboot: move boot tracer structs and funcs into their own header. by Frederic Weisbecker · 17 years ago
  53. 60a011c Merge branch 'tracing/function-return-tracer' into tracing/fastboot by Ingo Molnar · 17 years ago
  54. d06bbd6 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  55. 3e89c7b ring-buffer: clean up warn ons by Steven Rostedt · 17 years ago
  56. c1e7abb Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 17 years ago
  57. a358324 ring-buffer: buffer record on/off switch by Steven Rostedt · 17 years ago
  58. f83c9d0 ring-buffer: add reader lock by Steven Rostedt · 17 years ago
  59. 15e6cb3 tracing: add a tracer to catch execution time of kernel functions by Frederic Weisbecker · 17 years ago
  60. f536aaf ring-buffer: replace most bug ons with warn on and disable buffer by Steven Rostedt · 17 years ago
  61. 5aa1ba6 ftrace: prevent ftrace_special from recursion by Steven Rostedt · 17 years ago
  62. e0cb4eb Merge branch 'tracing/urgent' into tracing/ftrace by Ingo Molnar · 17 years ago
  63. 45b86a9 Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 17 years ago
  64. 4143c5c ring-buffer: prevent infinite looping on time stamping by Steven Rostedt · 17 years ago
  65. bf5e651 ftrace: disable tracing on resize by Steven Rostedt · 17 years ago
  66. a309720 ftrace: display start of CPU buffer in trace output by Steven Rostedt · 17 years ago
  67. 769c48e ftrace: force pass of preemptoff selftest by Steven Rostedt · 17 years ago
  68. c76f069 ftrace: remove trace array ctrl by Steven Rostedt · 17 years ago
  69. bbf5b1a ftrace: remove ctrl_update method by Steven Rostedt · 17 years ago
  70. 49833fc ftrace: enable trace_printk by default by Steven Rostedt · 17 years ago
  71. 4519317 ftrace: irqsoff tracer incorrect reset by Steven Rostedt · 17 years ago
  72. e168e05 ftrace: fix sched_switch API by Steven Rostedt · 17 years ago
  73. 75f5c47 ftrace: fix boot trace sched startup by Steven Rostedt · 17 years ago
  74. 0183fb1 ftrace: fix set_ftrace_filter by Steven Rostedt · 17 years ago
  75. a6b0786 Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  76. 3e03fb7 ring-buffer: convert to raw spinlocks by Steven Rostedt · 17 years ago
  77. 9036990 ftrace: restructure tracing start/stop infrastructure by Steven Rostedt · 17 years ago
  78. 0f04870 ftrace: soft tracing stop and start by Steven Rostedt · 17 years ago
  79. 60a7ecf ftrace: add quick function trace stop by Steven Rostedt · 17 years ago
  80. 79c81d2 Merge branch 'tracing/fastboot' into tracing/ftrace by Ingo Molnar · 17 years ago
  81. 072ba49 ftrace: fix breakage in bin_fmt results by Eric Anholt · 17 years ago
  82. 79a9d46 tracing/ftrace: fix a bug when switch current tracer to sched tracer by Frederic Weisbecker · 17 years ago
  83. efade6e tracing/ftrace: types and naming corrections for sched tracer by Frederic Weisbecker · 17 years ago
  84. d7ad44b tracing/fastboot: use sched switch tracer from boot tracer by Frederic Weisbecker · 17 years ago
  85. e55f605c tracing/ftrace: remove unused code in sched_switch tracer by Frederic Weisbecker · 17 years ago
  86. 07695fa tracing/ftrace: fix a race condition in sched_switch tracer by Frederic Weisbecker · 17 years ago
  87. 71566a0 tracing/fastboot: Enable boot tracing only during initcalls by Frederic Weisbecker · 17 years ago
  88. b2a866f ftrace: function tracer with irqs disabled by Steven Rostedt · 17 years ago
  89. 182e9f5 ftrace: insert in the ftrace_preempt_disable()/enable() functions by Steven Rostedt · 17 years ago
  90. 8f0a056 ftrace: introduce ftrace_preempt_disable()/enable() by Steven Rostedt · 17 years ago
  91. 818e3dd tracing, ring-buffer: add paranoid checks for loops by Steven Rostedt · 17 years ago
  92. b3aa557 ftrace: use kretprobe trampoline name to test in output by Steven Rostedt · 17 years ago
  93. 7a895f5 Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tracing/nmisafe', 'tracing/tracepoints' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  94. c2c8052 tracing, alpha: undefined reference to `save_stack_trace' by Al Viro · 17 years ago
  95. d9e5407 ftrace: ftrace_dump_on_oops=[tracer] by Peter Zijlstra · 17 years ago
  96. 3660946 Merge commit 'v2.6.28-rc3' into tracing/ftrace by Ingo Molnar · 17 years ago
  97. a26a2a2 ftrace: nmi safe code clean ups by Steven Rostedt · 17 years ago
  98. e1e302d Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 17 years ago
  99. 9244489 ftrace: handle archs that do not support irqs_disabled_flags by Steven Rostedt · 17 years ago
  100. b807c3d ftrace: nmi update statistics by Steven Rostedt · 17 years ago