1. 12fe32e Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  2. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  3. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 17 years ago
  4. c826e3c kmemtrace: small cleanups by Ingo Molnar · 17 years ago
  5. 42af905 kmemtrace: restore original tracing data binary format, improve ABI by Eduard - Gabriel Munteanu · 17 years ago
  6. da2635a kmemtrace: kmemtrace_alloc() must fill type_id by Eduard - Gabriel Munteanu · 17 years ago
  7. ca2b84c kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 17 years ago
  8. 2e57289 ring-buffer: do not remove reader page from list on ring buffer free by Steven Rostedt · 17 years ago
  9. 2aad1b7 function-graph: allow unregistering twice by Steven Rostedt · 17 years ago
  10. 8b54e45 Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2 by Ingo Molnar · 17 years ago
  11. b14b70a trace: make argument 'mem' of trace_seq_putmem() const by Li Zefan · 17 years ago
  12. f285901 tracing: add missing 'extern' keywords to trace_output.h by Eduard - Gabriel Munteanu · 17 years ago
  13. bdd6df6 tracing: provide trace_seq_reserve() by Eduard - Gabriel Munteanu · 17 years ago
  14. 18cea45 blktrace: print out BLK_TN_MESSAGE properly by Li Zefan · 17 years ago
  15. b6a4b0c blktrace: extract duplidate code by Li Zefan · 17 years ago
  16. ad5dd54 blktrace: fix memory leak when freeing struct blk_io_trace by Li Zefan · 17 years ago
  17. 17ba97e blktrace: fix blk_probes_ref chaos by Li Zefan · 17 years ago
  18. 35ac51b blktrace: make classic output more classic by Li Zefan · 17 years ago
  19. eb08f8e blktrace: fix off-by-one bug by Li Zefan · 17 years ago
  20. 5554720 blktrace: fix the original blktrace by Li Zefan · 17 years ago
  21. b5230b5 blktrace: fix a race when creating blk_tree_root in debugfs by Li Zefan · 17 years ago
  22. 6c051ce blktrace: fix timestamp in binary output by Li Zefan · 17 years ago
  23. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 17 years ago
  24. 2a93a1f trivial: fix typo "resgister" -> "register" by Uwe Kleine-Koenig · 17 years ago
  25. 9a8118b tracing: filter fix for TRACE_EVENT_FORMAT events by Tom Zanussi · 17 years ago
  26. 2a4efa4 ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release() by Zhaolei · 17 years ago
  27. 2f63b84 trace_workqueues: fix empty line's output by Lai Jiangshan · 17 years ago
  28. 220ba35 trace_stat: keep original order by Lai Jiangshan · 17 years ago
  29. e6f48901 trace_stat: don't call seq_printf() in seq_operation->start() by Lai Jiangshan · 17 years ago
  30. ee000b7 tracing: use union for multi-usages field by Lai Jiangshan · 17 years ago
  31. cc59c9e ftrace: show virtual PID by Lai Jiangshan · 17 years ago
  32. be6f164 function-graph: add option for include sleep times by Steven Rostedt · 17 years ago
  33. 8aef2d2 function-graph: ignore times across schedule by Steven Rostedt · 17 years ago
  34. 05ce581 function-graph: prevent more than one tracer registering by Steven Rostedt · 17 years ago
  35. 5d1a03d function-graph: moved the timestamp from arch to generic code by Steven Rostedt · 17 years ago
  36. 0983352 tracing: fix memory leak in trace_stat by Steven Rostedt · 17 years ago
  37. 0934199 blktrace: print human-readable act_mask by Li Zefan · 17 years ago
  38. e0dc81b blktrace: fix t_error() by Li Zefan · 17 years ago
  39. 6579634 blktrace: fix wrong calculation of RWBS by Li Zefan · 17 years ago
  40. e4955c9 blktrace: mark ddir_act[] const by Li Zefan · 17 years ago
  41. 9f58a15 tracing/filters: disallow integer values for string filters and vice versa by Tom Zanussi · 17 years ago
  42. 4bda2d5 tracing/filters: use trace_seq_printf() to print filters by Tom Zanussi · 17 years ago
  43. 09f1f24 tracing/filters: free pred when clearing filters by Tom Zanussi · 17 years ago
  44. 1fc2d5c tracing/filters: use list_for_each_entry by Tom Zanussi · 17 years ago
  45. 1618536 tracing/function-graph-tracer: fix functions call traces imbalance by Frederic Weisbecker · 17 years ago
  46. 45b9560 tracing: Fix TRACING_SUPPORT dependency for PPC32 by Anton Vorontsov · 17 years ago
  47. 3e1f60b tracing/ftrace: check if debugfs is registered before creating files by Frederic Weisbecker · 17 years ago
  48. c4cff06 tracing/filters: clean up filter_add_subsystem_pred() by Tom Zanussi · 17 years ago
  49. ee6cdab tracing/filters: fix bug in copy_pred() by Tom Zanussi · 17 years ago
  50. 75c8b41 tracing/filters: use list_for_each_entry_safe by Tom Zanussi · 17 years ago
  51. b118415 tracing/events: don't discard an event after commit by Frederic Weisbecker · 17 years ago
  52. 7e6ea92 tracing/ftrace: make nop-tracer use polling wait for events on pipe by Frederic Weisbecker · 17 years ago
  53. 07edf71 tracing/events: don't use wake up for events by Frederic Weisbecker · 17 years ago
  54. 9bd7d09 tracing/events: make the filter files writable by Frederic Weisbecker · 17 years ago
  55. fe9f57f tracing: add run-time field descriptions for event filtering, kfree fix by Ingo Molnar · 17 years ago
  56. cfb180f tracing: add per-subsystem filtering by Tom Zanussi · 17 years ago
  57. 7ce7e42 tracing: add per-event filtering by Tom Zanussi · 17 years ago
  58. 2d62271 tracing: add ring_buffer_event_discard() to ring buffer by Tom Zanussi · 17 years ago
  59. b8b9426 tracing: fix four sparse warnings by Dmitri Vorobiev · 17 years ago
  60. cf027f6 tracing: add run-time field descriptions for event filtering by Tom Zanussi · 17 years ago
  61. a524446 Merge branches 'tracing/ftrace', 'tracing/hw-breakpoints', 'tracing/ring-buffer', 'tracing/textedit' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  62. 0cf53ff tracing: keep the tracing buffer after self-test failure by Frederic Weisbecker · 17 years ago
  63. cf586b6 tracing/function-graph-tracer: prevent hangs during self-tests by Frederic Weisbecker · 17 years ago
  64. b125130 blktrace: avoid accessing NULL bdev->bd_disk by Li Zefan · 17 years ago
  65. cd649b8 blktrace: remove sysfs_blk_trace_enable_show/store() by Li Zefan · 17 years ago
  66. 15152e4 blktrace: report EBUSY correctly by Li Zefan · 17 years ago
  67. cbe2829 blktrace: don't increase blk_probes_ref if failed to setup blk trace by Li Zefan · 17 years ago
  68. 3c289ba blktrace: remove blk_probe_mutex by Li Zefan · 17 years ago
  69. 5006ea7 blktrace: make blk_tracer_enabled a bool flag by Li Zefan · 17 years ago
  70. 1a17662 blktrace: fix possible memory leak by Li Zefan · 17 years ago
  71. 09c9e84 tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinit by Frederic Weisbecker · 17 years ago
  72. ac199db ftrace: event profile hooks by Peter Zijlstra · 17 years ago
  73. 28bea27 ftrace: ensure every event gets an id by Peter Zijlstra · 17 years ago
  74. 23725ae ftrace: provide an id file for each event by Peter Zijlstra · 17 years ago
  75. 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
  76. 22de89b Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  77. 5087f8d function-graph: show binary events as comments by Steven Rostedt · 17 years ago
  78. 40ce74f tracing: remove recording function depth from trace_printk by Steven Rostedt · 17 years ago
  79. 2fbcdb3 function-graph: calculate function depth within function graph tracer by Steven Rostedt · 17 years ago
  80. 5ef841f tracing: make print_(b)printk_msg_only global by Steven Rostedt · 17 years ago
  81. 3bf832c tracing/ring-buffer: fix non cpu hotplug case by Frederic Weisbecker · 17 years ago
  82. ac5f6c9 function-graph: consolidate prologues for output by Steven Rostedt · 17 years ago
  83. 4acd4d0 tracing: give easy way to clear trace buffer by Steven Rostedt · 17 years ago
  84. 4903620 tracing/ftrace: stop {irqs, preempt}soff tracers when tracing is stopped by Frederic Weisbecker · 17 years ago
  85. a635cf0 tracing: fix command line to pid reverse map by Carsten Emde · 17 years ago
  86. 50d8875 tracing: fix trace_find_cmdline() by Thomas Gleixner · 17 years ago
  87. 2c7eea4 tracing: replace the crude (unsigned) -1 hackery by Thomas Gleixner · 17 years ago
  88. 18aecd3 tracing: stop command line recording when tracing is disabled by Thomas Gleixner · 17 years ago
  89. 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
  90. 62524d5 tracing: make power tracer start/stop methods lighter weight by Steven Rostedt · 17 years ago
  91. 5fec6dd tracing: make sched_switch stop/start light weight by Steven Rostedt · 17 years ago
  92. af4617b tracing: add global-clock option to provide cross CPU clock to traces by Steven Rostedt · 17 years ago
  93. 37886f6 ring-buffer: add api to allow a tracer to change clock source by Steven Rostedt · 17 years ago
  94. 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
  95. c269fc8 tracing: fix leak in event_format_read() by Tom Zanussi · 17 years ago
  96. 6adaad1 tracing: stop comm recording on tracing off by Steven Rostedt · 17 years ago
  97. 4ca5308 tracing: protect reader of cmdline output by Steven Rostedt · 17 years ago
  98. 0330354 tracing/ftrace: fix the check on nopped sites by Frederic Weisbecker · 17 years ago
  99. 2fc1dfb tracing/core: fix early free of cpumasks by Frederic Weisbecker · 17 years ago
  100. ac1d52d tracing/ftrace: fix double calls to tracing_start() by Frederic Weisbecker · 17 years ago