1. 229c4ef ftrace: do_each_pid_task() needs rcu lock by Oleg Nesterov · 16 years ago
  2. 91a8d07 ring-buffer: reset timestamps when ring buffer is reset by Steven Rostedt · 16 years ago
  3. 1092307 trace: set max latency variable to zero on default by Steven Rostedt · 16 years ago
  4. a442e5e trace: stop all recording to ring buffer on ftrace_dump by Steven Rostedt · 16 years ago
  5. faf6861 trace: print ftrace_dump at KERN_EMERG log level by Steven Rostedt · 16 years ago
  6. 551b404 ring_buffer: reset write when reserve buffer fail by Lai Jiangshan · 16 years ago
  7. 00f57f5 tracing/function-graph-tracer: fix a regression while suspend to disk by Frederic Weisbecker · 16 years ago
  8. 082605d ring-buffer: fix alignment problem by Steven Rostedt · 16 years ago
  9. 4ce5f24 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile by Linus Torvalds · 16 years ago
  10. 465634a ring_buffer: fix ring_buffer_event_length() by Robert Richter · 16 years ago
  11. 4462344 cpumask: convert kernel trace functions further by Rusty Russell · 16 years ago
  12. 9e01c1b cpumask: convert kernel trace functions by Rusty Russell · 16 years ago
  13. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
  14. 1af237a tracing: removed duplicated #include by Huang Weiyi · 16 years ago
  15. 526ea06 Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  16. bb758e9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  17. 33edcf1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
  18. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  19. 32e8d18 Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/core by Ingo Molnar · 16 years ago
  20. 5250d32 Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/ring-buffer'; commit 'v2.6.28' into tracing/core by Ingo Molnar · 16 years ago
  21. 468a15b sched, trace: update trace_sched_wakeup() by Peter Zijlstra · 16 years ago
  22. 98db8df ring-buffer: prevent false positive warning by Steven Rostedt · 16 years ago
  23. a8ccf1d ring-buffer: fix dangling commit race by Steven Rostedt · 16 years ago
  24. 213cc06 ftrace: introduce tracing_reset_online_cpus() helper by Pekka J Enberg · 16 years ago
  25. 30cd324 Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  26. c71dd42 tracing: fix warnings in kernel/trace/trace_sched_switch.c by Ingo Molnar · 16 years ago
  27. 3bddb9a tracing: fix warning in kernel/trace/trace.c by Ingo Molnar · 16 years ago
  28. 6d102bc tracing/ring-buffer: remove unused ring_buffer size by Lai Jiangshan · 16 years ago
  29. 3d9101e trace: fix task state printout by Thomas Gleixner · 16 years ago
  30. ea3a6d6 ftrace: add not to regex on filtering functions by Steven Rostedt · 16 years ago
  31. e05a43b trace: better use of stack_trace_enabled for boot up code by Steven Rostedt · 16 years ago
  32. f38f1d2 trace: add a way to enable or disable the stack tracer by Steven Rostedt · 16 years ago
  33. 66896a8 tracing/ftrace: add the printk-msg-only option by Frederic Weisbecker · 16 years ago
  34. 2c2d732 tracing/ftrace: use preempt_enable_no_resched_notrace in ring_buffer_time_stamp() by Frederic Weisbecker · 16 years ago
  35. 9dfc3bc Merge branches 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/hw-branch-tracing' into tracing/core by Ingo Molnar · 16 years ago
  36. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  37. f8b755a tracing/function-graph-tracer: Output arrows signal on hardirq call/return by Frederic Weisbecker · 16 years ago
  38. a93751c x86, bts, ftrace: adapt the hw-branch-tracer to the ds.c interface by Markus Metzger · 16 years ago
  39. c4f5018 ring_buffer: adding EXPORT_SYMBOLs by Robert Richter · 16 years ago
  40. e2ac8ef ftrace: remove unused function arg in trace_iterator_increment() by Robert Richter · 16 years ago
  41. 68814b5 ring_buffer: update description for ring_buffer_alloc() by Robert Richter · 16 years ago
  42. e726f5f tracing/function-graph-tracer: fix 'flags' variable mismatch by Ingo Molnar · 16 years ago
  43. 380c4b1 tracing/function-graph-tracer: append the tracing_graph_flag by Frederic Weisbecker · 16 years ago
  44. 8e1b82e tracing/function-graph-tracer: turn tracing_selftest_running into an int by Frederic Weisbecker · 16 years ago
  45. decbec3 tracing/function-graph-tracer: implement a print_headers function by Frederic Weisbecker · 16 years ago
  46. 21bbecd ftrace: use init_struct_pid as swapper pid by Steven Rostedt · 16 years ago
  47. 21a8c46 tracing/ftrace: provide the macro task_curr_ret_stack() by Frederic Weisbecker · 16 years ago
  48. 77d683f tracing/ftrace: fix the check of ftrace_trace_task by Frederic Weisbecker · 16 years ago
  49. ff32504 tracing/ftrace: don't insert TRACE_PRINT during selftests by Frederic Weisbecker · 16 years ago
  50. 970987b Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  51. 1fd8f2a tracing/function-graph-tracer: handle ftrace_printk entries by Frederic Weisbecker · 16 years ago
  52. faec2ec ftrace: avoid duplicated function when writing set_graph_function by Liming Wang · 16 years ago
  53. 6b25393 tracing: fix typo and missing inline function by Ingo Molnar · 16 years ago
  54. e32d895 ftrace: add ability to only trace swapper tasks by Steven Rostedt · 16 years ago
  55. 978f3a4 ftrace: use struct pid by Steven Rostedt · 16 years ago
  56. 804a685 ftrace: trace single pid for function graph tracer by Steven Rostedt · 16 years ago
  57. 0ef8cde ftrace: use task struct trace flag to filter on pid by Steven Rostedt · 16 years ago
  58. ea4e2bc ftrace: graph of a single function by Steven Rostedt · 16 years ago
  59. b29144c Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 16 years ago
  60. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  61. 0a37119 trace: fix output of stack trace by Steven Rostedt · 16 years ago
  62. 764f3b9 tracing/function-graph-tracer: enabled by default by Ingo Molnar · 16 years ago
  63. 166d3c7 tracing/function-graph-tracer: improve duration output by Frederic Weisbecker · 16 years ago
  64. 11e84ac tracing/function-graph-tracer: display unified style cmdline and pid by Frederic Weisbecker · 16 years ago
  65. e49dc19 ftrace: function graph return for function entry by Steven Rostedt · 16 years ago
  66. 044fa78 ring-buffer: change "page" variable names to "bpage" by Steven Rostedt · 16 years ago
  67. 14a866c ftrace: add ftrace_graph_stop() by Steven Rostedt · 16 years ago
  68. 8789a9e ring-buffer: read page interface by Steven Rostedt · 16 years ago
  69. abc9b56 ring-buffer: move some metadata into buffer page by Steven Rostedt · 16 years ago
  70. a5e2588 ftrace: replace raw_local_irq_save with local_irq_save by Steven Rostedt · 16 years ago
  71. f0461d0 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 16 years ago
  72. 48d68b2 tracing/function-graph-tracer: support for x86-64 by Frederic Weisbecker · 16 years ago
  73. 66eafeb function trace: fix a bug of single thread function trace by Liming Wang · 16 years ago
  74. 222658e Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-graph-tracer', 'tracing/markers', 'tracing/powerpc', 'tracing/stack-tracer' and 'tracing/tracepoints' into tracing/core by Ingo Molnar · 16 years ago
  75. 65c6dc6 tracing/branch-tracer: include missing irqflags.h by Frederic Weisbecker · 16 years ago
  76. 50cdaf0 ftrace: improve seq_operation of ftrace by Liming Wang · 16 years ago
  77. c7425ac tracing, alpha: fix build: add missing #ifdef CONFIG_STACKTRACE by Török Edwin · 16 years ago
  78. d51090b tracing/function-graph-tracer: more output tweaks by Ingo Molnar · 16 years ago
  79. 1a05615 tracing/function-graph-tracer: adjustments of the trace informations by Frederic Weisbecker · 16 years ago
  80. 83a8df6 tracing/function-graph-tracer: enhancements for the trace output by Frederic Weisbecker · 16 years ago
  81. c7cc773 Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/power-tracer' into tracing/core by Ingo Molnar · 16 years ago
  82. 4f5a7f4 ftrace: prevent recursion by Lai Jiangshan · 16 years ago
  83. f3f47a6 tracing: add "power-tracer": C/P state tracer to help power optimization by Arjan van de Ven · 16 years ago
  84. 437f24fb ftrace: add cpu annotation for function graph tracer by Steven Rostedt · 16 years ago
  85. 660c7f9 ftrace: add thread comm to function graph tracer by Steven Rostedt · 16 years ago
  86. e53a631 ftrace: let function tracing and function return run together by Steven Rostedt · 16 years ago
  87. 5a45cfe ftrace: use code patching for ftrace graph tracer by Steven Rostedt · 16 years ago
  88. df4fc31 ftrace: add function tracing to single thread by Steven Rostedt · 16 years ago
  89. 287b6e6 tracing/function-return-tracer: set a more human readable output by Frederic Weisbecker · 16 years ago
  90. fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 16 years ago
  91. 1e9b51c x86, bts, ftrace: a BTS ftrace plug-in prototype by Markus Metzger · 16 years ago
  92. 8bba1bf x86, ftrace: call trace->open() before stopping tracing; add trace->print_header() by Markus Metzger · 16 years ago
  93. ca10949 hrtimer: removing all ur callback modes by Peter Zijlstra · 16 years ago
  94. 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
  95. 7ee1768 x86, mmiotrace: fix buffer overrun detection by Pekka Paalanen · 16 years ago
  96. eae849c tracing/function-return-tracer: don't trace kfree while it frees the return stack by Frederic Weisbecker · 16 years ago
  97. e38da59 tracing/stack-tracer: avoid races accessing file by Török Edwin · 16 years ago
  98. 8d26487 tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT by Török Edwin · 16 years ago
  99. cffa10a tracing/stack-tracer: fix locking and refcounts by Török Edwin · 16 years ago
  100. 8d7c6a9 tracing/stack-tracer: fix style issues by Török Edwin · 16 years ago