1. 7f6878a tracing/kprobe: Update symbol reference when loading module by Masami Hiramatsu · 14 years ago
  2. 6142431 tracing/kprobes: Support module init function probing by Masami Hiramatsu · 14 years ago
  3. 1538f88 tracing/kprobes: Merge trace probe enable/disable functions by Masami Hiramatsu · 14 years ago
  4. 7143f168 tracing/kprobes: Rename probe_* to trace_probe_* by Masami Hiramatsu · 14 years ago
  5. 4a9bd3f tracing: Have dynamic size event stack traces by Steven Rostedt · 13 years ago
  6. 6331c28 ftrace: Fix dynamic selftest failure on some archs by Steven Rostedt · 13 years ago
  7. 072126f ftrace: Update filter when tracing enabled in set_ftrace_filter() by Steven Rostedt · 13 years ago
  8. 41fb61c ftrace: Balance records when updating the hash by Steven Rostedt · 13 years ago
  9. 4376cac ftrace: Do not disable interrupts for modules in mcount update by Steven Rostedt · 14 years ago
  10. e4a3f54 tracing: Still trace filtered irq functions when irq trace is disabled by Steven Rostedt · 14 years ago
  11. 931da61 Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  12. 1fd8df2 tracing/kprobes: Fix kprobe-tracer to support stack trace by Masami Hiramatsu · 14 years ago
  13. d7ec4bf ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating process by Vaibhav Nagarnaik · 14 years ago
  14. 22fe9b5 tracing: Convert to kstrtoul_from_user by Peter Huewe · 14 years ago
  15. 749230b tracing, function_graph: Add context-info support for function_graph tracer by Jiri Olsa · 14 years ago
  16. 199abfa tracing, function_graph: Remove lock-depth from latency trace by Jiri Olsa · 14 years ago
  17. f56e7f8 tracing, function: Fix trace header to follow context-info option by Jiri Olsa · 14 years ago
  18. ffeb80f tracing, function_graph: Merge overhead and duration display functions by Jiri Olsa · 14 years ago
  19. 321e68b tracing, function_graph: Remove dependency of abstime and duration fields on latency by Jiri Olsa · 14 years ago
  20. bd38c0e ftrace: Fixed an include coding style issue by Paul McQuade · 14 years ago
  21. cf30cf6 tracing: Add disable_on_free option by Steven Rostedt · 14 years ago
  22. 4f271a2 tracing: Add a proc file to stop tracing and free buffer by Vaibhav Nagarnaik · 14 years ago
  23. 7ea5906 tracing: Use NUMA allocation for per-cpu ring buffer pages by Vaibhav Nagarnaik · 14 years ago
  24. e7e2ee8 tracing: Schedule a delayed work to call wakeup() by Vaibhav Nagarnaik · 14 years ago
  25. db5e7ec tracing: Fix regression in printk_formats file by Steven Rostedt · 14 years ago
  26. a4f18ed ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqs by Steven Rostedt · 14 years ago
  27. 265a5b7 kprobes/trace: Fix kprobe selftest for gcc 4.6 by Steven Rostedt · 14 years ago
  28. 0aff1c0 ftrace: Fix possible undefined return code by GuoWen Li · 14 years ago
  29. b1cff0a ftrace: Add internal recursive checks by Steven Rostedt · 14 years ago
  30. 2fc1b6f tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine by liubo · 14 years ago
  31. 3b6cfdb ftrace: Set ops->flag to enabled even on static function tracing by Steven Rostedt · 14 years ago
  32. 17bb615 tracing: Have event with function tracer check error return by Steven Rostedt · 14 years ago
  33. a1cd617 ftrace: Have ftrace_startup() return failure code by Steven Rostedt · 14 years ago
  34. 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  35. 95950c2 ftrace: Add self-tests for multiple function trace users by Steven Rostedt · 14 years ago
  36. 936e074 ftrace: Modify ftrace_set_filter/notrace to take ops by Steven Rostedt · 14 years ago
  37. cdbe61b ftrace: Allow dynamically allocated function tracers by Steven Rostedt · 14 years ago
  38. b848914 ftrace: Implement separate user function filtering by Steven Rostedt · 14 years ago
  39. 07fd551 ftrace: Free hash with call_rcu_sched() by Steven Rostedt · 14 years ago
  40. 2b49938 ftrace: Have global_ops store the functions that are to be traced by Steven Rostedt · 14 years ago
  41. bd69c30 ftrace: Add ops parameter to ftrace_startup/shutdown functions by Steven Rostedt · 14 years ago
  42. 647bcd0 ftrace: Add enabled_functions file by Steven Rostedt · 14 years ago
  43. ed926f9 ftrace: Use counters to enable functions to trace by Steven Rostedt · 14 years ago
  44. 33dc9b1 ftrace: Separate hash allocation and assignment by Steven Rostedt · 14 years ago
  45. f45948e ftrace: Create a global_ops to hold the filter and notrace hashes by Steven Rostedt · 14 years ago
  46. 1cf41dd7 ftrace: Use hash instead for FTRACE_FL_FILTER by Steven Rostedt · 14 years ago
  47. b448c4e ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions by Steven Rostedt · 14 years ago
  48. 9cb5bab Merge commit 'v2.6.39-rc7' into sched/core by Ingo Molnar · 14 years ago
  49. 932fed4 Merge commit 'v2.6.39-rc7' into perf/core by Ingo Molnar · 14 years ago
  50. a3a4a5a Regression: partial revert "tracing: Remove lock_depth from event entry" by Arjan van de Ven · 14 years ago
  51. ac0a326 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  52. 809435f Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  53. b9df92d ftrace: Consolidate the function match routines for normal and mods by Steven Rostedt · 14 years ago
  54. 491d0dc ftrace: Consolidate updating of ftrace_trace_function by Steven Rostedt · 14 years ago
  55. 996e87b ftrace: Move record update for normal and modules into a separate function by Steven Rostedt · 14 years ago
  56. d2c8c3e ftrace: Remove FTRACE_FL_CONVERTED flag by Steven Rostedt · 14 years ago
  57. 45a4a23 ftrace: Remove FTRACE_FL_FAILED flag by Steven Rostedt · 14 years ago
  58. 3499e46 ftrace: Remove failures file by Steven Rostedt · 14 years ago
  59. 8ab2b7ef ftrace: Remove unnecessary disabling of irqs by Steven Rostedt · 14 years ago
  60. 0778d9a ftrace: Make FTRACE_WARN_ON() work in if condition by Steven Rostedt · 14 years ago
  61. 058e297 ftrace: Only update the function code on write to filter files by Steven Rostedt · 14 years ago
  62. 3267382 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  63. 6c8a721 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  64. 625f2a3 sched: Get rid of lock_depth by Jonathan Corbet · 14 years ago
  65. d20ac25 ftrace: Build without frame pointers on Microblaze by Michal Simek · 14 years ago
  66. 49cac01 block: make unplug timer trace event correspond to the schedule() unplug by Jens Axboe · 14 years ago
  67. 94b5eb2 block: fixup block IO unplug trace call by Jens Axboe · 14 years ago
  68. d9c9783 block: remove block_unplug_timer() trace point by Jens Axboe · 14 years ago
  69. ee5e51f tracing: Avoid soft lockup in trace_pipe by Jiri Olsa · 14 years ago
  70. 1813dc3 tracing: Print trace_bprintk() formats for modules too by Steven Rostedt · 14 years ago
  71. 0588fa3 tracing: Convert trace_printk() formats for module to const char * by Steven Rostedt · 14 years ago
  72. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  73. 2a20b02 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  74. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  75. e1eb029 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  76. 1106b69 tracing: Fix set_ftrace_filter probe function display by Jiri Olsa · 14 years ago
  77. 6192978 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  78. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  79. 1ef1d1c trace, filters: Initialize the match variable in process_ops() properly by Ingo Molnar · 14 years ago
  80. 13e5bef trace, documentation: Fix branch profiling location in debugfs by David Rientjes · 14 years ago
  81. 805f6b5 blktrace: Use rq->cmd_flags directly in blk_add_trace_rq. by Tao Ma · 14 years ago
  82. 4a0b166 tracing: Fix irqoff selftest expanding max buffer by Steven Rostedt · 14 years ago
  83. 9a24470 tracing: Align 4 byte ints together in struct tracer by Steven Rostedt · 14 years ago
  84. 56355b8 tracing: Export trace_set_clr_event() by Yuanhan Liu · 14 years ago
  85. 31274d7 tracing: Explain about unstable clock on resume with ring buffer warning by Jiri Olsa · 14 years ago
  86. 10da37a tracing: Adjust conditional expression latency formatting. by David Sharp · 14 years ago
  87. 140e4f2 tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeup by David Sharp · 14 years ago
  88. e6e1e25 tracing: Remove lock_depth from event entry by Steven Rostedt · 14 years ago
  89. de29be5 ring-buffer: Remove unused #include <linux/trace_irq.h> by David Sharp · 14 years ago
  90. 750912f tracing: Add an 'overwrite' trace_option. by David Sharp · 14 years ago
  91. 86cb2ec Merge commit 'v2.6.38-rc8' into perf/core by Ingo Molnar · 14 years ago
  92. 2d3a849 blktrace: Remove blk_fill_rwbs_rq. by Tao Ma · 14 years ago
  93. c09d7a3 Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git into perf/core by Frederic Weisbecker · 14 years ago
  94. e9345aa Revert "tracing: Add unstable sched clock note to the warning" by Ingo Molnar · 14 years ago
  95. 5beda5f Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  96. b00560f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  97. 0a9d59a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  98. bf1af3a Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  99. 0de4b34 tracing/kprobe: Fix NULL pointer deref check by Masami Hiramatsu · 14 years ago
  100. 868baf0 ftrace: Fix memory leak with function graph and cpu hotplug by Steven Rostedt · 14 years ago