1. 1cf41dd7 ftrace: Use hash instead for FTRACE_FL_FILTER by Steven Rostedt · 13 years ago
  2. b448c4e ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions by Steven Rostedt · 13 years ago
  3. d2c8c3e ftrace: Remove FTRACE_FL_CONVERTED flag by Steven Rostedt · 13 years ago
  4. 45a4a23 ftrace: Remove FTRACE_FL_FAILED flag by Steven Rostedt · 13 years ago
  5. 868baf0 ftrace: Fix memory leak with function graph and cpu hotplug by Steven Rostedt · 13 years ago
  6. 9849ed4 tracing/documentation: Document dynamic ftracer internals by Mike Frysinger · 14 years ago
  7. 752f114 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  8. 4dbf6bc tracing: Convert nop macros to static inlines by Steven Rostedt · 14 years ago
  9. 62b915f tracing: Add graph output support for irqsoff tracer by Jiri Olsa · 14 years ago
  10. cecbca9 tracing: Dump either the oops's cpu source or all cpus buffers by Frederic Weisbecker · 14 years ago
  11. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 14 years ago
  12. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  13. e7b8e67 tracing: Unify arch_syscall_addr() implementations by Mike Frysinger · 14 years ago
  14. f24bb99 ftrace: Remove record freezing by Masami Hiramatsu · 14 years ago
  15. 2cfa197 ftrace/alternatives: Introducing *_text_reserved functions by Masami Hiramatsu · 14 years ago
  16. e7247a1 tracing: correct module boundaries for ftrace_release by jolsa@redhat.com · 15 years ago
  17. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  18. 83ba7c3 includecheck fix: include/linux, ftrace.h by Jaswinder Singh Rajput · 15 years ago
  19. 71e308a function-graph: add stack frame test by Steven Rostedt · 15 years ago
  20. 261842b tracing: add same level recursion detection by Steven Rostedt · 15 years ago
  21. 93eb677 ftrace: use module notifier for function tracer by Steven Rostedt · 15 years ago
  22. 1cad125 Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  23. 47788c5 tracing/syscalls: use a dedicated file header by Frederic Weisbecker · 15 years ago
  24. f876d34 tracing: append a comma to INIT_FTRACE_GRAPH by Tetsuo Handa · 15 years ago
  25. 86665c7 Merge branch 'tracing/urgent' into tracing/ftrace by Ingo Molnar · 15 years ago
  26. 5ac9f62 function-graph: add proper initialization for init task by Steven Rostedt · 15 years ago
  27. a2a16d6 function-graph: add option to calculate graph time or not by Steven Rostedt · 15 years ago
  28. 493762f tracing: move function profiler data out of function struct by Steven Rostedt · 15 years ago
  29. bac429f tracing: add function profiler by Steven Rostedt · 15 years ago
  30. ee000b7 tracing: use union for multi-usages field by Lai Jiangshan · 15 years ago
  31. 5d1a03d function-graph: moved the timestamp from arch to generic code by Steven Rostedt · 15 years ago
  32. 7243f21 Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  33. bed1ffc tracing/syscalls: core infrastructure for syscalls tracing, enhancements by Frederic Weisbecker · 15 years ago
  34. e94142a ftrace: remove struct list_head from struct dyn_ftrace by Lai Jiangshan · 15 years ago
  35. ee08c6e tracing/ftrace: syscall tracing infrastructure, basics by Frederic Weisbecker · 15 years ago
  36. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 15 years ago
  37. 1ba28e0 tracing: add trace_bprintk() by Lai Jiangshan · 15 years ago
  38. 1427cdf tracing: infrastructure for supporting binary record by Lai Jiangshan · 15 years ago
  39. 1609743 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 15 years ago
  40. 0012693 tracing/function-graph-tracer: use the more lightweight local clock by Frederic Weisbecker · 15 years ago
  41. 526211b tracing: move utility functions from ftrace.h to kernel.h by Ingo Molnar · 15 years ago
  42. 5e1607a tracing: rename ftrace_printk() => trace_printk() by Ingo Molnar · 15 years ago
  43. c79a61f tracing: make CALLER_ADDRx overwriteable by Uwe Kleine-Koenig · 15 years ago
  44. c478f87 Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 15 years ago
  45. 000ab69 ftrace: allow archs to preform pre and post process for code modification by Steven Rostedt · 15 years ago
  46. 4cd0332 Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/function-graph-tracer by Ingo Molnar · 15 years ago
  47. 712406a tracing/function-graph-tracer: make arch generic push pop functions by Steven Rostedt · 15 years ago
  48. b6887d7 ftrace: rename _hook to _probe by Steven Rostedt · 15 years ago
  49. 97d0bb8 ftrace: fix !CONFIG_FTRACE [un_]register_ftrace_command() prototypes by Ingo Molnar · 15 years ago
  50. 809dcf2 ftrace: add pretty print to selected fuction traces by Steven Rostedt · 15 years ago
  51. 59df055f ftrace: trace different functions with a different tracer by Steven Rostedt · 15 years ago
  52. f618077 ftrace: add command interface for function selection by Steven Rostedt · 15 years ago
  53. 1292211 tracing/power: move the power trace headers to a dedicated file by Frederic Weisbecker · 15 years ago
  54. 57794a9 trace: trivial fixes in comment typos. by Wenji Huang · 15 years ago
  55. 9011262 ftrace: add ftrace_vprintk by Arnaldo Carvalho de Melo · 15 years ago
  56. b181874 x86, ftrace, hw-branch-tracer: dump trace on oops by Markus Metzger · 15 years ago
  57. f000120 ftrace, ia64: Add macro for ftrace_caller by Shaohua Li · 15 years ago
  58. 3ddeb91 ftrace: enable format arguments checking by Lai Jiangshan · 16 years ago
  59. 30cd324 Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  60. f38f1d2 trace: add a way to enable or disable the stack tracer by Steven Rostedt · 16 years ago
  61. bcbc4f2 tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interrupt by Frederic Weisbecker · 16 years ago
  62. 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 16 years ago
  63. 380c4b1 tracing/function-graph-tracer: append the tracing_graph_flag by Frederic Weisbecker · 16 years ago
  64. 8b96f01 tracing/function-graph-tracer: introduce __notrace_funcgraph to filter special functions by Frederic Weisbecker · 16 years ago
  65. 21a8c46 tracing/ftrace: provide the macro task_curr_ret_stack() by Frederic Weisbecker · 16 years ago
  66. ea4e2bc ftrace: graph of a single function by Steven Rostedt · 16 years ago
  67. e49dc19 ftrace: function graph return for function entry by Steven Rostedt · 16 years ago
  68. 14a866c ftrace: add ftrace_graph_stop() by Steven Rostedt · 16 years ago
  69. c7cc773 Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/power-tracer' into tracing/core by Ingo Molnar · 16 years ago
  70. f3f47a6 tracing: add "power-tracer": C/P state tracer to help power optimization by Arjan van de Ven · 16 years ago
  71. 5a45cfe ftrace: use code patching for ftrace graph tracer by Steven Rostedt · 16 years ago
  72. 287b6e6 tracing/function-return-tracer: set a more human readable output by Frederic Weisbecker · 16 years ago
  73. fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 16 years ago
  74. 6f893fb Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/power-tracer', 'tracing/powerpc', 'tracing/ring-buffer', 'tracing/stack-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  75. 69bb54e ftrace: add ftrace_off_permanent by Steven Rostedt · 16 years ago
  76. 82f60f0 tracing/function-return-tracer: clean up task start/exit callbacks by Ingo Molnar · 16 years ago
  77. f201ae2 tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically by Frederic Weisbecker · 16 years ago
  78. 0231022 tracing/function-return-tracer: add the overrun field by Frederic Weisbecker · 16 years ago
  79. e7d3737 tracing/function-return-tracer: support for dynamic ftrace on function return tracer by Frederic Weisbecker · 16 years ago
  80. 31e8890 ftrace: pass module struct to arch dynamic ftrace functions by Steven Rostedt · 16 years ago
  81. 3f5ec13 tracing/fastboot: move boot tracer structs and funcs into their own header. by Frederic Weisbecker · 16 years ago
  82. caf4b32 tracing, x86: add low level support for ftrace return tracing by Frederic Weisbecker · 16 years ago
  83. a6b0786 Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  84. 6a60dd1 ftrace: split out hardirq ftrace code into own header by Steven Rostedt · 16 years ago
  85. 0f04870 ftrace: soft tracing stop and start by Steven Rostedt · 16 years ago
  86. 60a7ecf ftrace: add quick function trace stop by Steven Rostedt · 16 years ago
  87. 71566a0 tracing/fastboot: Enable boot tracing only during initcalls by Frederic Weisbecker · 16 years ago
  88. 7e5e26a ftrace: fix hardirq header for non ftrace archs by Steven Rostedt · 16 years ago
  89. 7a895f5 Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tracing/nmisafe', 'tracing/tracepoints' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  90. a26a2a2 ftrace: nmi safe code clean ups by Steven Rostedt · 16 years ago
  91. e1e302d Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 16 years ago
  92. 944ac42 ftrace: ftrace dump on oops control by Steven Rostedt · 16 years ago
  93. 08f5ac90 ftrace: remove ftrace hash by Steven Rostedt · 16 years ago
  94. 4d296c2 ftrace: remove mcount set by Steven Rostedt · 16 years ago
  95. 81adbdc ftrace: only have ftrace_kill atomic by Steven Rostedt · 16 years ago
  96. 593eb8a ftrace: return error on failed modified text. by Steven Rostedt · 16 years ago
  97. 606576c ftrace: rename FTRACE to FUNCTION_TRACER by Steven Rostedt · 16 years ago
  98. ca538f6 tracing/fastboot: add better resolution to initcall debug/tracing by Tim Bird · 16 years ago
  99. 097d036 tracing/fastboot: only trace non-module initcalls by Frederic Weisbecker · 16 years ago
  100. eb7fa93 ftrace: ktime.h not included in ftrace.h by Steven Noonan · 16 years ago