1. fe6f90e trace: mmiotrace to the tracer menu in Kconfig by Pekka Paalanen · 17 years ago
  2. 034939b tracing/ftrace: handle more than one stat file per tracer by Frederic Weisbecker · 17 years ago
  3. 67d3472 kernel/trace/ring_buffer.c: use DIV_ROUND_UP by Andrew Morton · 17 years ago
  4. 34a148b kernel/trace/ring_buffer.c: reduce inlining by Andrew Morton · 17 years ago
  5. 99cd707 Merge commit 'v2.6.29-rc1' into tracing/urgent by Ingo Molnar · 17 years ago
  6. 4ce5f24 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile by Linus Torvalds · 17 years ago
  7. 465634a ring_buffer: fix ring_buffer_event_length() by Robert Richter · 17 years ago
  8. e8a9cbf trace: clean up funny line breaks in stat_seq_show by Steven Rostedt · 17 years ago
  9. ff288b2 tracing/ftrace: fix a memory leak in stat tracing by Frederic Weisbecker · 17 years ago
  10. 431aa3f ftrace: convert unsigned index to signed by Steven Rostedt · 17 years ago
  11. 99793e3 Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgent by Ingo Molnar · 17 years ago
  12. 3e80680 kmemtrace: add kmemtrace_init() by Ingo Molnar · 17 years ago
  13. 3d7a96f Merge branch 'linus' into tracing/kmemtrace2 by Ingo Molnar · 17 years ago
  14. 723cbe0 kmemtrace: Remove the relay version of kmemtrace by Eduard - Gabriel Munteanu · 17 years ago
  15. 4462344 cpumask: convert kernel trace functions further by Rusty Russell · 17 years ago
  16. 9e01c1b cpumask: convert kernel trace functions by Rusty Russell · 17 years ago
  17. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 17 years ago
  18. 818fa7f Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2 by Ingo Molnar · 17 years ago
  19. 5fdf7e5 Merge branch 'linus' into tracing/kmemtrace by Ingo Molnar · 17 years ago
  20. 1af237a tracing: removed duplicated #include by Huang Weiyi · 17 years ago
  21. 526ea06 Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  22. 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 · 17 years ago
  23. 3fd4bc0 tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free() by Ingo Molnar · 17 years ago
  24. 36994e5 tracing/kmemtrace: normalize the raw tracer event to the unified tracing API by Frederic Weisbecker · 17 years ago
  25. 33edcf1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 17 years ago
  26. a103e2a tracing/selftest: remove TRACE_CONT reference by Ingo Molnar · 17 years ago
  27. f7d48cb tracing/ftrace: make trace_find_cmdline() generally available by Ingo Molnar · 17 years ago
  28. e302cf3 tracing/branch-tracer: adapt to the stat tracing API by Frederic Weisbecker · 17 years ago
  29. dbd0b4b tracing/ftrace: provide the base infrastructure for histogram tracing by Frederic Weisbecker · 17 years ago
  30. f633cef ftrace: change trace.c to use registered events by Steven Rostedt · 17 years ago
  31. f0868d1 ftrace: set up trace event hash infrastructure by Steven Rostedt · 17 years ago
  32. c47956d ftrace: remove obsolete print continue functionality by Steven Rostedt · 17 years ago
  33. 0f01f07 Merge branches 'tracing/docs', 'tracing/function-graph-tracer' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  34. 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 · 17 years ago
  35. 412d0bb tracing/function-graph-tracer: strip ending newlines on comments by Frederic Weisbecker · 17 years ago
  36. 32e8d18 Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/core by Ingo Molnar · 17 years ago
  37. 5250d32 Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/ring-buffer'; commit 'v2.6.28' into tracing/core by Ingo Molnar · 17 years ago
  38. 468a15b sched, trace: update trace_sched_wakeup() by Peter Zijlstra · 17 years ago
  39. 98db8df ring-buffer: prevent false positive warning by Steven Rostedt · 17 years ago
  40. a8ccf1d ring-buffer: fix dangling commit race by Steven Rostedt · 17 years ago
  41. 213cc06 ftrace: introduce tracing_reset_online_cpus() helper by Pekka J Enberg · 17 years ago
  42. 30cd324 Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  43. c71dd42 tracing: fix warnings in kernel/trace/trace_sched_switch.c by Ingo Molnar · 17 years ago
  44. 3bddb9a tracing: fix warning in kernel/trace/trace.c by Ingo Molnar · 17 years ago
  45. 6d102bc tracing/ring-buffer: remove unused ring_buffer size by Lai Jiangshan · 17 years ago
  46. 3d9101e trace: fix task state printout by Thomas Gleixner · 17 years ago
  47. ea3a6d6 ftrace: add not to regex on filtering functions by Steven Rostedt · 17 years ago
  48. e05a43b trace: better use of stack_trace_enabled for boot up code by Steven Rostedt · 17 years ago
  49. f38f1d2 trace: add a way to enable or disable the stack tracer by Steven Rostedt · 17 years ago
  50. 66896a8 tracing/ftrace: add the printk-msg-only option by Frederic Weisbecker · 17 years ago
  51. 2c2d732 tracing/ftrace: use preempt_enable_no_resched_notrace in ring_buffer_time_stamp() by Frederic Weisbecker · 17 years ago
  52. 9dfc3bc Merge branches 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/hw-branch-tracing' into tracing/core by Ingo Molnar · 17 years ago
  53. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 17 years ago
  54. f8b755a tracing/function-graph-tracer: Output arrows signal on hardirq call/return by Frederic Weisbecker · 17 years ago
  55. a93751c x86, bts, ftrace: adapt the hw-branch-tracer to the ds.c interface by Markus Metzger · 17 years ago
  56. c4f5018 ring_buffer: adding EXPORT_SYMBOLs by Robert Richter · 17 years ago
  57. e2ac8ef ftrace: remove unused function arg in trace_iterator_increment() by Robert Richter · 17 years ago
  58. 68814b5 ring_buffer: update description for ring_buffer_alloc() by Robert Richter · 17 years ago
  59. e726f5f tracing/function-graph-tracer: fix 'flags' variable mismatch by Ingo Molnar · 17 years ago
  60. 380c4b1 tracing/function-graph-tracer: append the tracing_graph_flag by Frederic Weisbecker · 17 years ago
  61. 8e1b82e tracing/function-graph-tracer: turn tracing_selftest_running into an int by Frederic Weisbecker · 17 years ago
  62. decbec3 tracing/function-graph-tracer: implement a print_headers function by Frederic Weisbecker · 17 years ago
  63. 21bbecd ftrace: use init_struct_pid as swapper pid by Steven Rostedt · 17 years ago
  64. 21a8c46 tracing/ftrace: provide the macro task_curr_ret_stack() by Frederic Weisbecker · 17 years ago
  65. 77d683f tracing/ftrace: fix the check of ftrace_trace_task by Frederic Weisbecker · 17 years ago
  66. ff32504 tracing/ftrace: don't insert TRACE_PRINT during selftests by Frederic Weisbecker · 17 years ago
  67. 970987b Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  68. 1fd8f2a tracing/function-graph-tracer: handle ftrace_printk entries by Frederic Weisbecker · 17 years ago
  69. faec2ec ftrace: avoid duplicated function when writing set_graph_function by Liming Wang · 17 years ago
  70. 6b25393 tracing: fix typo and missing inline function by Ingo Molnar · 17 years ago
  71. e32d895 ftrace: add ability to only trace swapper tasks by Steven Rostedt · 17 years ago
  72. 978f3a4 ftrace: use struct pid by Steven Rostedt · 17 years ago
  73. 804a685 ftrace: trace single pid for function graph tracer by Steven Rostedt · 17 years ago
  74. 0ef8cde ftrace: use task struct trace flag to filter on pid by Steven Rostedt · 17 years ago
  75. ea4e2bc ftrace: graph of a single function by Steven Rostedt · 17 years ago
  76. b29144c Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 17 years ago
  77. ec98ce4 Merge branch 'master' into next by James Morris · 17 years ago
  78. 0a37119 trace: fix output of stack trace by Steven Rostedt · 17 years ago
  79. 764f3b9 tracing/function-graph-tracer: enabled by default by Ingo Molnar · 17 years ago
  80. 166d3c7 tracing/function-graph-tracer: improve duration output by Frederic Weisbecker · 17 years ago
  81. 11e84ac tracing/function-graph-tracer: display unified style cmdline and pid by Frederic Weisbecker · 17 years ago
  82. e49dc19 ftrace: function graph return for function entry by Steven Rostedt · 17 years ago
  83. 044fa78 ring-buffer: change "page" variable names to "bpage" by Steven Rostedt · 17 years ago
  84. 14a866c ftrace: add ftrace_graph_stop() by Steven Rostedt · 17 years ago
  85. 8789a9e ring-buffer: read page interface by Steven Rostedt · 17 years ago
  86. abc9b56 ring-buffer: move some metadata into buffer page by Steven Rostedt · 17 years ago
  87. a5e2588 ftrace: replace raw_local_irq_save with local_irq_save by Steven Rostedt · 17 years ago
  88. f0461d0 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 17 years ago
  89. 48d68b2 tracing/function-graph-tracer: support for x86-64 by Frederic Weisbecker · 17 years ago
  90. 66eafeb function trace: fix a bug of single thread function trace by Liming Wang · 17 years ago
  91. 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 · 17 years ago
  92. 65c6dc6 tracing/branch-tracer: include missing irqflags.h by Frederic Weisbecker · 17 years ago
  93. 50cdaf0 ftrace: improve seq_operation of ftrace by Liming Wang · 17 years ago
  94. c7425ac tracing, alpha: fix build: add missing #ifdef CONFIG_STACKTRACE by Török Edwin · 17 years ago
  95. d51090b tracing/function-graph-tracer: more output tweaks by Ingo Molnar · 17 years ago
  96. 1a05615 tracing/function-graph-tracer: adjustments of the trace informations by Frederic Weisbecker · 17 years ago
  97. 83a8df6 tracing/function-graph-tracer: enhancements for the trace output by Frederic Weisbecker · 17 years ago
  98. c7cc773 Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/power-tracer' into tracing/core by Ingo Molnar · 17 years ago
  99. 4f5a7f4 ftrace: prevent recursion by Lai Jiangshan · 17 years ago
  100. f3f47a6 tracing: add "power-tracer": C/P state tracer to help power optimization by Arjan van de Ven · 17 years ago