1. 0ad5d70 Merge branch 'tracing/hw-branch-tracing' into tracing/core by Ingo Molnar · 17 years ago
  2. 9456f0f tracing: reset ring buffer when removing modules with events by Steven Rostedt · 17 years ago
  3. 20c8928 tracing/events: fix concurrent access to ftrace_events list by Li Zefan · 17 years ago
  4. 8b37256 tracing/filters: a better event parser by Tom Zanussi · 17 years ago
  5. a118e4d tracing/filters: distinguish between signed and unsigned fields by Tom Zanussi · 17 years ago
  6. 30e673b tracing/filters: move preds into event_filter object by Tom Zanussi · 17 years ago
  7. 416dfdc Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing by Ingo Molnar · 17 years ago
  8. 7a4f453 tracing/events: make struct trace_entry->type to be int type by Li Zefan · 17 years ago
  9. ac1adc5 tracing/filters: add filter_mutex to protect filter predicates by Tom Zanussi · 17 years ago
  10. a59fd60 tracing/events: convert event call sites to use a link list by Steven Rostedt · 17 years ago
  11. 97f2025 tracing/events: move declarations from trace directory to core include by Steven Rostedt · 17 years ago
  12. 9504504 tracing: make trace_seq operations available for core kernel by Steven Rostedt · 17 years ago
  13. 0a19e53 tracing/filters: allow on-the-fly filter switching by Tom Zanussi · 17 years ago
  14. eb02ce0 tracing/filters: use ring_buffer_discard_commit() in filter_check_discard() by Tom Zanussi · 17 years ago
  15. 77d9f46 tracing/filters: use ring_buffer_discard_commit for discarded events by Steven Rostedt · 17 years ago
  16. e45f2e2 tracing/filters: add TRACE_EVENT_FORMAT_NOFILTER event macro by Tom Zanussi · 17 years ago
  17. e1112b4 tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT events by Tom Zanussi · 17 years ago
  18. 02af61b tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part by Zhaolei · 17 years ago
  19. c93f216 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  20. 5452af6 tracing/ftrace: factorize the tracing files creation by Frederic Weisbecker · 17 years ago
  21. 86665c7 Merge branch 'tracing/urgent' into tracing/ftrace by Ingo Molnar · 17 years ago
  22. cf8e347 tracing: fix incorrect return type of ns2usecs() by Lai Jiangshan · 17 years ago
  23. 93776a8 Merge branch 'linus' into tracing/core by Ingo Molnar · 17 years ago
  24. 2e8844e Merge branch 'linus' into tracing/hw-branch-tracing by Ingo Molnar · 17 years ago
  25. ca2b84c kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 17 years ago
  26. 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
  27. a2a16d6 function-graph: add option to calculate graph time or not by Steven Rostedt · 17 years ago
  28. 0706f1c tracing: adding function timings to function profiler by Steven Rostedt · 17 years ago
  29. be6f164 function-graph: add option for include sleep times by Steven Rostedt · 17 years ago
  30. 4bda2d5 tracing/filters: use trace_seq_printf() to print filters by Tom Zanussi · 17 years ago
  31. 07edf71 tracing/events: don't use wake up for events by Frederic Weisbecker · 17 years ago
  32. cfb180f tracing: add per-subsystem filtering by Tom Zanussi · 17 years ago
  33. 7ce7e42 tracing: add per-event filtering by Tom Zanussi · 17 years ago
  34. cf027f6 tracing: add run-time field descriptions for event filtering by Tom Zanussi · 17 years ago
  35. ac199db ftrace: event profile hooks by Peter Zijlstra · 17 years ago
  36. 40ce74f tracing: remove recording function depth from trace_printk by Steven Rostedt · 17 years ago
  37. 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
  38. af4617b tracing: add global-clock option to provide cross CPU clock to traces by Steven Rostedt · 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. 4ca5308 tracing: protect reader of cmdline output by Steven Rostedt · 17 years ago
  41. 7243f21 Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  42. bed1ffc tracing/syscalls: core infrastructure for syscalls tracing, enhancements by Frederic Weisbecker · 17 years ago
  43. 321bb5e x86, hw-branch-tracer: add selftest by Markus Metzger · 17 years ago
  44. 62a394e Merge branches 'tracing/ftrace' and 'tracing/syscalls'; commit 'v2.6.29-rc8' into tracing/core by Ingo Molnar · 17 years ago
  45. ee08c6e tracing/ftrace: syscall tracing infrastructure, basics by Frederic Weisbecker · 17 years ago
  46. bdc0675 tracing: add comment for use of double __builtin_consant_p by Steven Rostedt · 17 years ago
  47. e9fb2b6 tracing: have event_trace_printk use static tracer by Steven Rostedt · 17 years ago
  48. 48ead02 tracing/core: bring back raw trace_printk for dynamic formats strings by Frederic Weisbecker · 17 years ago
  49. 1852fcc tracing: expand the ring buffers when an event is activated by Steven Rostedt · 17 years ago
  50. da4d030 tracing: new format for specialized trace points by Steven Rostedt · 17 years ago
  51. 9de3682 tracing: trace_bprintk() cleanups by Ingo Molnar · 17 years ago
  52. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 17 years ago
  53. 1427cdf tracing: infrastructure for supporting binary record by Lai Jiangshan · 17 years ago
  54. 5e1607a tracing: rename ftrace_printk() => trace_printk() by Ingo Molnar · 17 years ago
  55. c032ef64 tracing: add latency output format option by Steven Rostedt · 17 years ago
  56. 2cadf91 tracing: add binary buffer files for use with splice by Steven Rostedt · 17 years ago
  57. 981d081 tracing: add format file to describe event struct fields by Steven Rostedt · 17 years ago
  58. f952075 tracing: make trace_seq_reset global and rename to trace_seq_init by Steven Rostedt · 17 years ago
  59. fd99498 tracing: add raw fast tracing interface for trace events by Steven Rostedt · 17 years ago
  60. c32e827 tracing: add raw trace point recording infrastructure by Steven Rostedt · 17 years ago
  61. ef5580d tracing: add interface to write into current tracer buffer by Steven Rostedt · 17 years ago
  62. d7350c3 tracing/core: make the read callbacks reentrants by Frederic Weisbecker · 17 years ago
  63. b04cc6b tracing/core: introduce per cpu tracing files by Frederic Weisbecker · 17 years ago
  64. 6eaaa5d tracing/core: use appropriate waiting on trace_pipe by Frederic Weisbecker · 17 years ago
  65. 3c56819 tracing: splice support for tracing_pipe by Eduard - Gabriel Munteanu · 17 years ago
  66. b91facc tracing/function-graph-tracer: handle the leaf functions from trace_pipe by Frederic Weisbecker · 17 years ago
  67. 1292211 tracing/power: move the power trace headers to a dedicated file by Frederic Weisbecker · 17 years ago
  68. 7447dce tracing/function-graph-tracer: provide a selftest for the function graph tracer by Frederic Weisbecker · 17 years ago
  69. 44b0635 Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 17 years ago
  70. 57794a9 trace: trivial fixes in comment typos. by Wenji Huang · 17 years ago
  71. 1830b52 trace: remove deprecated entry->cpu by Steven Rostedt · 17 years ago
  72. b6f11df trace: Call tracing_reset_online_cpus before tracer->init() by Arnaldo Carvalho de Melo · 17 years ago
  73. 51a763d tracing: Introduce trace_buffer_{lock_reserve,unlock_commit} by Arnaldo Carvalho de Melo · 17 years ago
  74. 7be4215 trace: Remove unused trace_array_cpu parameter by Arnaldo Carvalho de Melo · 17 years ago
  75. c4a8e8b trace: better manage the context info for events by Frederic Weisbecker · 17 years ago
  76. c71a896 blktrace: add ftrace plugin by Arnaldo Carvalho de Melo · 17 years ago
  77. b181874 x86, ftrace, hw-branch-tracer: dump trace on oops by Markus Metzger · 17 years ago
  78. a225cdd ftrace: remove static from function tracer functions by Steven Rostedt · 17 years ago
  79. 5361499 ftrace: add stack trace to function tracer by Steven Rostedt · 17 years ago
  80. 002bb86 tracing/ftrace: separate events tracing and stats tracing engine by Frederic Weisbecker · 17 years ago
  81. 034939b tracing/ftrace: handle more than one stat file per tracer by Frederic Weisbecker · 17 years ago
  82. 99793e3 Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgent by Ingo Molnar · 17 years ago
  83. 3d7a96f Merge branch 'linus' into tracing/kmemtrace2 by Ingo Molnar · 17 years ago
  84. 4462344 cpumask: convert kernel trace functions further by Rusty Russell · 17 years ago
  85. 36994e5 tracing/kmemtrace: normalize the raw tracer event to the unified tracing API by Frederic Weisbecker · 17 years ago
  86. f7d48cb tracing/ftrace: make trace_find_cmdline() generally available by Ingo Molnar · 17 years ago
  87. dbd0b4b tracing/ftrace: provide the base infrastructure for histogram tracing by Frederic Weisbecker · 17 years ago
  88. f0868d1 ftrace: set up trace event hash infrastructure by Steven Rostedt · 17 years ago
  89. c47956d ftrace: remove obsolete print continue functionality by Steven Rostedt · 17 years ago
  90. 213cc06 ftrace: introduce tracing_reset_online_cpus() helper by Pekka J Enberg · 17 years ago
  91. 66896a8 tracing/ftrace: add the printk-msg-only option by Frederic Weisbecker · 17 years ago
  92. a93751c x86, bts, ftrace: adapt the hw-branch-tracer to the ds.c interface by Markus Metzger · 17 years ago
  93. 77d683f tracing/ftrace: fix the check of ftrace_trace_task by Frederic Weisbecker · 17 years ago
  94. 970987b Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  95. 1fd8f2a tracing/function-graph-tracer: handle ftrace_printk entries by Frederic Weisbecker · 17 years ago
  96. 6b25393 tracing: fix typo and missing inline function by Ingo Molnar · 17 years ago
  97. 978f3a4 ftrace: use struct pid by Steven Rostedt · 17 years ago
  98. 804a685 ftrace: trace single pid for function graph tracer by Steven Rostedt · 17 years ago
  99. ea4e2bc ftrace: graph of a single function by Steven Rostedt · 17 years ago
  100. e49dc19 ftrace: function graph return for function entry by Steven Rostedt · 17 years ago