1. da4d030 tracing: new format for specialized trace points by Steven Rostedt · 17 years ago
  2. 9de3682 tracing: trace_bprintk() cleanups by Ingo Molnar · 17 years ago
  3. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 17 years ago
  4. 1427cdf tracing: infrastructure for supporting binary record by Lai Jiangshan · 17 years ago
  5. 5e1607a tracing: rename ftrace_printk() => trace_printk() by Ingo Molnar · 17 years ago
  6. c032ef64 tracing: add latency output format option by Steven Rostedt · 17 years ago
  7. 2cadf91 tracing: add binary buffer files for use with splice by Steven Rostedt · 18 years ago
  8. 981d081 tracing: add format file to describe event struct fields by Steven Rostedt · 17 years ago
  9. f952075 tracing: make trace_seq_reset global and rename to trace_seq_init by Steven Rostedt · 17 years ago
  10. fd99498 tracing: add raw fast tracing interface for trace events by Steven Rostedt · 17 years ago
  11. c32e827 tracing: add raw trace point recording infrastructure by Steven Rostedt · 17 years ago
  12. ef5580d tracing: add interface to write into current tracer buffer by Steven Rostedt · 17 years ago
  13. d7350c3 tracing/core: make the read callbacks reentrants by Frederic Weisbecker · 17 years ago
  14. b04cc6b tracing/core: introduce per cpu tracing files by Frederic Weisbecker · 17 years ago
  15. 6eaaa5d tracing/core: use appropriate waiting on trace_pipe by Frederic Weisbecker · 17 years ago
  16. 3c56819 tracing: splice support for tracing_pipe by Eduard - Gabriel Munteanu · 17 years ago
  17. b91facc tracing/function-graph-tracer: handle the leaf functions from trace_pipe by Frederic Weisbecker · 17 years ago
  18. 1292211 tracing/power: move the power trace headers to a dedicated file by Frederic Weisbecker · 17 years ago
  19. 7447dce tracing/function-graph-tracer: provide a selftest for the function graph tracer by Frederic Weisbecker · 17 years ago
  20. 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
  21. 57794a9 trace: trivial fixes in comment typos. by Wenji Huang · 17 years ago
  22. 1830b52 trace: remove deprecated entry->cpu by Steven Rostedt · 17 years ago
  23. b6f11df trace: Call tracing_reset_online_cpus before tracer->init() by Arnaldo Carvalho de Melo · 17 years ago
  24. 51a763d tracing: Introduce trace_buffer_{lock_reserve,unlock_commit} by Arnaldo Carvalho de Melo · 17 years ago
  25. 7be4215 trace: Remove unused trace_array_cpu parameter by Arnaldo Carvalho de Melo · 17 years ago
  26. c4a8e8b trace: better manage the context info for events by Frederic Weisbecker · 17 years ago
  27. c71a896 blktrace: add ftrace plugin by Arnaldo Carvalho de Melo · 17 years ago
  28. b181874 x86, ftrace, hw-branch-tracer: dump trace on oops by Markus Metzger · 17 years ago
  29. a225cdd ftrace: remove static from function tracer functions by Steven Rostedt · 17 years ago
  30. 5361499 ftrace: add stack trace to function tracer by Steven Rostedt · 17 years ago
  31. 002bb86 tracing/ftrace: separate events tracing and stats tracing engine by Frederic Weisbecker · 18 years ago
  32. 034939b tracing/ftrace: handle more than one stat file per tracer by Frederic Weisbecker · 18 years ago
  33. 99793e3 Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgent by Ingo Molnar · 18 years ago
  34. 3d7a96f Merge branch 'linus' into tracing/kmemtrace2 by Ingo Molnar · 18 years ago
  35. 4462344 cpumask: convert kernel trace functions further by Rusty Russell · 18 years ago
  36. 36994e5 tracing/kmemtrace: normalize the raw tracer event to the unified tracing API by Frederic Weisbecker · 18 years ago
  37. f7d48cb tracing/ftrace: make trace_find_cmdline() generally available by Ingo Molnar · 18 years ago
  38. dbd0b4b tracing/ftrace: provide the base infrastructure for histogram tracing by Frederic Weisbecker · 18 years ago
  39. f0868d1 ftrace: set up trace event hash infrastructure by Steven Rostedt · 18 years ago
  40. c47956d ftrace: remove obsolete print continue functionality by Steven Rostedt · 18 years ago
  41. 213cc06 ftrace: introduce tracing_reset_online_cpus() helper by Pekka J Enberg · 18 years ago
  42. 66896a8 tracing/ftrace: add the printk-msg-only option by Frederic Weisbecker · 18 years ago
  43. a93751c x86, bts, ftrace: adapt the hw-branch-tracer to the ds.c interface by Markus Metzger · 18 years ago
  44. 77d683f tracing/ftrace: fix the check of ftrace_trace_task by Frederic Weisbecker · 18 years ago
  45. 970987b Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 18 years ago
  46. 1fd8f2a tracing/function-graph-tracer: handle ftrace_printk entries by Frederic Weisbecker · 18 years ago
  47. 6b25393 tracing: fix typo and missing inline function by Ingo Molnar · 18 years ago
  48. 978f3a4 ftrace: use struct pid by Steven Rostedt · 18 years ago
  49. 804a685 ftrace: trace single pid for function graph tracer by Steven Rostedt · 18 years ago
  50. ea4e2bc ftrace: graph of a single function by Steven Rostedt · 18 years ago
  51. e49dc19 ftrace: function graph return for function entry by Steven Rostedt · 18 years ago
  52. c7cc773 Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/power-tracer' into tracing/core by Ingo Molnar · 18 years ago
  53. f3f47a6 tracing: add "power-tracer": C/P state tracer to help power optimization by Arjan van de Ven · 18 years ago
  54. 660c7f9 ftrace: add thread comm to function graph tracer by Steven Rostedt · 18 years ago
  55. 287b6e6 tracing/function-return-tracer: set a more human readable output by Frederic Weisbecker · 18 years ago
  56. fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 18 years ago
  57. 1e9b51c x86, bts, ftrace: a BTS ftrace plug-in prototype by Markus Metzger · 18 years ago
  58. 8bba1bf x86, ftrace: call trace->open() before stopping tracing; add trace->print_header() by Markus Metzger · 18 years ago
  59. b54d3de tracing: identify which executable object the userspace address belongs to by Török Edwin · 18 years ago
  60. 02b6751 tracing: add support for userspace stacktraces in tracing/iter_ctrl by Török Edwin · 18 years ago
  61. 0231022 tracing/function-return-tracer: add the overrun field by Frederic Weisbecker · 18 years ago
  62. adf9f19 tracing/ftrace: implement a set_flag callback for tracers by Frederic Weisbecker · 18 years ago
  63. 5a209c2 Merge branches 'tracing/branch-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 18 years ago
  64. 0c726da tracing: branch tracer, fix writing to trace/trace_options by Aneesh Kumar K.V · 18 years ago
  65. 1c80025 tracing/ftrace: change the type of the init() callback by Frederic Weisbecker · 18 years ago
  66. 12ef7d4 ftrace: CPU buffer start annotation clean ups by Steven Rostedt · 18 years ago
  67. 80e5ea4 ftrace: add tracer called branch by Steven Rostedt · 18 years ago
  68. 9f029e8 ftrace: rename unlikely iter_ctrl to branch by Steven Rostedt · 18 years ago
  69. 2ed84ee trace: rename unlikely profiler to branch profiler by Steven Rostedt · 18 years ago
  70. 52f232c tracing: likely/unlikely branch annotation tracer by Steven Rostedt · 18 years ago
  71. 7423907 tracing/fastboot: Use the ring-buffer timestamp for initcall entries by Frederic Weisbecker · 18 years ago
  72. 3f5ec13 tracing/fastboot: move boot tracer structs and funcs into their own header. by Frederic Weisbecker · 18 years ago
  73. 15e6cb3 tracing: add a tracer to catch execution time of kernel functions by Frederic Weisbecker · 18 years ago
  74. a309720 ftrace: display start of CPU buffer in trace output by Steven Rostedt · 18 years ago
  75. c76f069 ftrace: remove trace array ctrl by Steven Rostedt · 18 years ago
  76. bbf5b1a ftrace: remove ctrl_update method by Steven Rostedt · 18 years ago
  77. e168e05 ftrace: fix sched_switch API by Steven Rostedt · 18 years ago
  78. 75f5c47 ftrace: fix boot trace sched startup by Steven Rostedt · 18 years ago
  79. 9036990 ftrace: restructure tracing start/stop infrastructure by Steven Rostedt · 18 years ago
  80. 79c81d2 Merge branch 'tracing/fastboot' into tracing/ftrace by Ingo Molnar · 18 years ago
  81. d7ad44b tracing/fastboot: use sched switch tracer from boot tracer by Frederic Weisbecker · 18 years ago
  82. b2a866f ftrace: function tracer with irqs disabled by Steven Rostedt · 18 years ago
  83. 8f0a056 ftrace: introduce ftrace_preempt_disable()/enable() by Steven Rostedt · 18 years ago
  84. 9244489 ftrace: handle archs that do not support irqs_disabled_flags by Steven Rostedt · 18 years ago
  85. 606576c ftrace: rename FTRACE to FUNCTION_TRACER by Steven Rostedt · 18 years ago
  86. 3869705 ftrace: preempt disable over interrupt disable by Steven Rostedt · 18 years ago
  87. 7104f30 ftrace: type cast filter+verifier by Steven Rostedt · 18 years ago
  88. 2c4f035 tracing/ftrace: change the type of the print_line callback by Frederic Weisbecker · 18 years ago
  89. 777e208 ftrace: take advantage of variable length entries by Steven Rostedt · 18 years ago
  90. 3928a8a ftrace: make work with new ring buffer by Steven Rostedt · 18 years ago
  91. d13744c tracing/ftrace: add the boot tracer by Frédéric Weisbecker · 18 years ago
  92. 43a1538 tracing/ftrace: replace none tracer by nop tracer by Frédéric Weisbecker · 18 years ago
  93. 8925b39 trace: remove pointless ifdefs by Steven Noonan · 18 years ago
  94. fb1b6d8 ftrace: add nop tracer by Steven Noonan · 18 years ago
  95. 5bf9a1e ftrace: inject markers via trace_marker file by Pekka Paalanen · 18 years ago
  96. fc5e27a mmiotrace: handle TRACE_PRINT entries by Pekka Paalanen · 18 years ago
  97. 801fe40 ftrace: add trace_vprintk() by Pekka Paalanen · 18 years ago
  98. 45dcd8b ftrace: move mmiotrace functions out of trace.c by Pekka Paalanen · 18 years ago
  99. 80b5e94 ftrace: sched_switch: show the wakee's cpu by Peter Zijlstra · 18 years ago
  100. f09ce57 ftrace: make ftrace_printk usable with the other tracers by Peter Zijlstra · 18 years ago