1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  2. 8655e7e Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  3. 0e95017 function-graph: Add tracing_thresh support to function_graph tracer by Tim Bird · 15 years ago
  4. a094fe0 function-graph: Use comment notation for func names of dangling '}' by Steven Rostedt · 15 years ago
  5. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  6. f1c7f51 ftrace: Add function names to dangling } in function graph tracer by Steven Rostedt · 15 years ago
  7. c85f3a9 tracing: Remove unnecessary variable in print_graph_return by Wenji Huang · 15 years ago
  8. ea2c68a tracing: Simplify test for function_graph tracing start point by Lai Jiangshan · 15 years ago
  9. 24a5365 tracing: Drop the tr check from the graph tracing path by Frederic Weisbecker · 15 years ago
  10. 32032df Merge branch 'master' into percpu by Tejun Heo · 15 years ago
  11. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  12. be1eca3 tracing: Fix function graph trace_pipe to properly display failed entries by Jiri Olsa · 15 years ago
  13. dd17c8f percpu: remove per_cpu__ prefix. by Rusty Russell · 15 years ago
  14. dec54bf this_cpu: Use this_cpu_xx in trace_functions_graph.c by Tejun Heo · 15 years ago
  15. b375a11 tracing: switch function prints from %pf to %ps by Steven Rostedt · 15 years ago
  16. f81c972 tracing: consolidate code between trace_output.c and trace_function_graph.c by Steven Rostedt · 15 years ago
  17. 637e7e8 tracing: add lock depth to entries by Steven Rostedt · 15 years ago
  18. 49ff590 tracing: add latency format to function_graph tracer by Steven Rostedt · 15 years ago
  19. e77405a tracing: pass around ring buffer instead of tracer by Steven Rostedt · 15 years ago
  20. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  21. 1a0799a tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer file by Frederic Weisbecker · 15 years ago
  22. 0c9e6f6 tracing: Simplify print_graph_cpu() by Lai Jiangshan · 15 years ago
  23. 38ceb59 tracing: Fix invalid function_graph entry by Lai Jiangshan · 15 years ago
  24. 68baafc tracing/function-graph-tracer: Use the %pf format by Frederic Weisbecker · 15 years ago
  25. 71e308a function-graph: add stack frame test by Steven Rostedt · 16 years ago
  26. 991ec02 Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  27. 82310a3 function-graph: enable the stack after initialization of other variables by Steven Rostedt · 16 years ago
  28. a2a16d6 function-graph: add option to calculate graph time or not by Steven Rostedt · 16 years ago
  29. 0706f1c tracing: adding function timings to function profiler by Steven Rostedt · 16 years ago
  30. 5d1a03d function-graph: moved the timestamp from arch to generic code by Steven Rostedt · 16 years ago
  31. 5087f8d function-graph: show binary events as comments by Steven Rostedt · 16 years ago
  32. 2fbcdb3 function-graph: calculate function depth within function graph tracer by Steven Rostedt · 16 years ago
  33. ac5f6c9 function-graph: consolidate prologues for output by Steven Rostedt · 16 years ago
  34. 4ca53085 tracing: protect reader of cmdline output by Steven Rostedt · 16 years ago
  35. 48ead02 tracing/core: bring back raw trace_printk for dynamic formats strings by Frederic Weisbecker · 16 years ago
  36. e2b8b28 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 · 16 years ago
  37. ef18012 tracing: remove funky whitespace in the trace code by Steven Rostedt · 16 years ago
  38. 8293dd6 Merge branch 'x86/core' into tracing/ftrace by Ingo Molnar · 16 years ago
  39. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 16 years ago
  40. 0012693 tracing/function-graph-tracer: use the more lightweight local clock by Frederic Weisbecker · 16 years ago
  41. 00a8bf8 tracing/function-graph-tracer: fix merge by Ingo Molnar · 16 years ago
  42. d1f9cbd tracing/function-graph-tracer: fix traces weirdness while absolute time printing by Frederic Weisbecker · 16 years ago
  43. 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 · 16 years ago
  44. 712406a tracing/function-graph-tracer: make arch generic push pop functions by Steven Rostedt · 16 years ago
  45. 6eaaa5d tracing/core: use appropriate waiting on trace_pipe by Frederic Weisbecker · 16 years ago
  46. 810dc73 tracing: provide correct return value after outputting the event by Wenji Huang · 16 years ago
  47. b91facc tracing/function-graph-tracer: handle the leaf functions from trace_pipe by Frederic Weisbecker · 16 years ago
  48. 7447dce tracing/function-graph-tracer: provide a selftest for the function graph tracer by Frederic Weisbecker · 16 years ago
  49. b6f11df trace: Call tracing_reset_online_cpus before tracer->init() by Arnaldo Carvalho de Melo · 16 years ago
  50. f04109b trace: Use tracing_reset_online_cpus in more places by Arnaldo Carvalho de Melo · 16 years ago
  51. 9005f3e tracing/function-graph-tracer: various fixes and features by Frederic Weisbecker · 16 years ago
  52. 99793e3 Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgent by Ingo Molnar · 16 years ago
  53. 3d7a96f Merge branch 'linus' into tracing/kmemtrace2 by Ingo Molnar · 16 years ago
  54. 4462344 cpumask: convert kernel trace functions further by Rusty Russell · 16 years ago
  55. f0868d1 ftrace: set up trace event hash infrastructure by Steven Rostedt · 16 years ago
  56. c47956d ftrace: remove obsolete print continue functionality by Steven Rostedt · 16 years ago
  57. 412d0bb tracing/function-graph-tracer: strip ending newlines on comments by Frederic Weisbecker · 16 years ago
  58. f8b755a tracing/function-graph-tracer: Output arrows signal on hardirq call/return by Frederic Weisbecker · 16 years ago
  59. decbec3 tracing/function-graph-tracer: implement a print_headers function by Frederic Weisbecker · 16 years ago
  60. 1fd8f2a tracing/function-graph-tracer: handle ftrace_printk entries by Frederic Weisbecker · 16 years ago
  61. 166d3c7 tracing/function-graph-tracer: improve duration output by Frederic Weisbecker · 16 years ago
  62. 11e84ac tracing/function-graph-tracer: display unified style cmdline and pid by Frederic Weisbecker · 16 years ago
  63. d51090b tracing/function-graph-tracer: more output tweaks by Ingo Molnar · 16 years ago
  64. 1a05615 tracing/function-graph-tracer: adjustments of the trace informations by Frederic Weisbecker · 16 years ago
  65. 83a8df6 tracing/function-graph-tracer: enhancements for the trace output by Frederic Weisbecker · 16 years ago
  66. 437f24fb ftrace: add cpu annotation for function graph tracer by Steven Rostedt · 16 years ago
  67. 660c7f9 ftrace: add thread comm to function graph tracer by Steven Rostedt · 16 years ago
  68. 287b6e6 tracing/function-return-tracer: set a more human readable output by Frederic Weisbecker · 16 years ago
  69. fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 16 years ago