1. ed011b2 Merge commit 'v2.6.31-rc9' into tracing/core by Ingo Molnar · 16 years ago
  2. eda1e32 tracing: handle broken names in ftrace filter by Jiri Olsa · 16 years ago
  3. 3be04b4 ftrace: Simplify seqfile code by Li Zefan · 16 years ago
  4. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 16 years ago
  5. 8650ae3 tracing: only truncate ftrace files when O_TRUNC is set by Steven Rostedt · 16 years ago
  6. 8782711 function-graph: Fix seqfile memory leak by Li Zefan · 16 years ago
  7. 566b0aa tracing: Remove unused fields/variables by jolsa@redhat.com · 16 years ago
  8. 45bceff Merge branch 'linus' into tracing/core by Ingo Molnar · 16 years ago
  9. 6f2f3cf tracing/function: Cleanup for function tracer by Xiao Guangrong · 16 years ago
  10. 64fbcd1 tracing/function: Simplify __ftrace_replace_code() by Xiao Guangrong · 16 years ago
  11. 6ab5d66 tracing/function-profiler: do not free per cpu variable stat by Steven Rostedt · 17 years ago
  12. a32c776 tracing: Fix stack tracer sysctl handling by Li Zefan · 17 years ago
  13. 0296e42 ftrace: Fix the output of profile by Li Zefan · 17 years ago
  14. d82d624 ftrace: Fix t_hash_start() by Li Zefan · 17 years ago
  15. 694ce0a ftrace: Don't manipulate @pos in t_start() by Li Zefan · 17 years ago
  16. 8595184 ftrace: Don't increment @pos in g_start() by Li Zefan · 17 years ago
  17. 9ea1a15 tracing/urgent: warn in case of ftrace_start_up inbalance by Frederic Weisbecker · 17 years ago
  18. 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 · 17 years ago
  19. 84047e3 function-graph: always initialize task ret_stack by Steven Rostedt · 17 years ago
  20. 26c0162 function-graph: add memory barriers for accessing task's ret_stack by Steven Rostedt · 17 years ago
  21. 82310a3 function-graph: enable the stack after initialization of other variables by Steven Rostedt · 17 years ago
  22. 179c498 function-graph: only allocate init tasks if it was not already done by Steven Rostedt · 17 years ago
  23. 0f6ce3d ftrace: do not profile functions when disabled by Steven Rostedt · 17 years ago
  24. 2af15d6 ftrace: add kernel command line function filtering by Steven Rostedt · 17 years ago
  25. 24ed0c4 tracing: fix check for return value of register_module_notifier by Ming Lei · 17 years ago
  26. 93eb677 ftrace: use module notifier for function tracer by Steven Rostedt · 17 years ago
  27. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 17 years ago
  28. 597af81 function-graph: use int instead of atomic for ftrace_graph_active by Steven Rostedt · 17 years ago
  29. 5452af6 tracing/ftrace: factorize the tracing files creation by Frederic Weisbecker · 17 years ago
  30. 93776a8 Merge branch 'linus' into tracing/core by Ingo Molnar · 17 years ago
  31. 2aad1b7 function-graph: allow unregistering twice by Steven Rostedt · 17 years ago
  32. 34886c8 tracing: add average time in function to function profiler by Steven Rostedt · 17 years ago
  33. 318e0a7 tracing: remove on the fly allocator from function profiler by Steven Rostedt · 17 years ago
  34. 2a4efa4 ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release() by Zhaolei · 17 years ago
  35. fb9fb01 tracing: clean up tracing profiler by Steven Rostedt · 17 years ago
  36. a2a16d6 function-graph: add option to calculate graph time or not by Steven Rostedt · 17 years ago
  37. cafb168 tracing: make the function profiler per cpu by Steven Rostedt · 17 years ago
  38. 0706f1c tracing: adding function timings to function profiler by Steven Rostedt · 17 years ago
  39. 493762f tracing: move function profiler data out of function struct by Steven Rostedt · 17 years ago
  40. bac429f tracing: add function profiler by Steven Rostedt · 17 years ago
  41. ee000b7 tracing: use union for multi-usages field by Lai Jiangshan · 17 years ago
  42. cc59c9e ftrace: show virtual PID by Lai Jiangshan · 17 years ago
  43. be6f164 function-graph: add option for include sleep times by Steven Rostedt · 17 years ago
  44. 8aef2d2 function-graph: ignore times across schedule by Steven Rostedt · 17 years ago
  45. 05ce581 function-graph: prevent more than one tracer registering by Steven Rostedt · 17 years ago
  46. 0330354 tracing/ftrace: fix the check on nopped sites by Frederic Weisbecker · 17 years ago
  47. e94142a ftrace: remove struct list_head from struct dyn_ftrace by Lai Jiangshan · 17 years ago
  48. 850a80c ftrace: use seq_read by Lai Jiangshan · 17 years ago
  49. fa9d13c ftrace: don't try to __ftrace_replace_code on !FTRACE_FL_CONVERTED rec by Zhaolei · 17 years ago
  50. b00f0b6 ftrace: avoid double-free of dyn_ftrace by Zhaolei · 17 years ago
  51. 10dd3eb tracing: fix deadlock when setting set_ftrace_pid by KOSAKI Motohiro · 17 years ago
  52. 5e2336a0 tracing: make all file_operations const by Steven Rostedt · 17 years ago
  53. 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 · 17 years ago
  54. 4377245 ftrace: break out modify loop immediately on detection of error by Steven Rostedt · 17 years ago
  55. 000ab69 ftrace: allow archs to preform pre and post process for code modification by Steven Rostedt · 17 years ago
  56. f9349a8 tracing/function-graph-tracer: make set_graph_function file support ftrace regex by Frederic Weisbecker · 17 years ago
  57. ac07bca 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 · 17 years ago
  58. 37bd824 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  59. 5b058bc tracing/function-graph-tracer: trace the idle tasks by Frederic Weisbecker · 17 years ago
  60. b6887d7 ftrace: rename _hook to _probe by Steven Rostedt · 17 years ago
  61. 6a24a24 ftrace: clean up coding style by Steven Rostedt · 17 years ago
  62. 73d3fd9 ftrace: fix !CONFIG_DYNAMIC_FTRACE ftrace_swapper_pid definition by Ingo Molnar · 17 years ago
  63. 809dcf2 ftrace: add pretty print to selected fuction traces by Steven Rostedt · 17 years ago
  64. 8fc0c70 ftrace: show selected functions in set_ftrace_filter by Steven Rostedt · 17 years ago
  65. 59df055f ftrace: trace different functions with a different tracer by Steven Rostedt · 17 years ago
  66. e6ea44e ftrace: consolidate mutexes by Steven Rostedt · 17 years ago
  67. 52baf11 ftrace: convert ftrace_lock from a spinlock to mutex by Steven Rostedt · 17 years ago
  68. f618077 ftrace: add command interface for function selection by Steven Rostedt · 17 years ago
  69. e68746a ftrace: enable filtering only when a function is filtered on by Steven Rostedt · 17 years ago
  70. 64e7c44 ftrace: add module command function filter selection by Steven Rostedt · 17 years ago
  71. 9f4801e ftrace: break up ftrace_match_records into smaller components by Steven Rostedt · 17 years ago
  72. 7f24b31 ftrace: rename ftrace_match to ftrace_match_records by Steven Rostedt · 17 years ago
  73. 265c831 ftrace: add do_for_each_ftrace_rec and while_for_each_ftrace_rec by Steven Rostedt · 17 years ago
  74. 0c75a3e ftrace: state that all functions are enabled in set_ftrace_filter by Steven Rostedt · 17 years ago
  75. 57794a9 trace: trivial fixes in comment typos. by Wenji Huang · 17 years ago
  76. ce70a0b Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/urgent' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  77. 229c4ef ftrace: do_each_pid_task() needs rcu lock by Oleg Nesterov · 17 years ago
  78. 00f57f5 tracing/function-graph-tracer: fix a regression while suspend to disk by Frederic Weisbecker · 17 years ago
  79. 4a2b8dd tracing/function-graph-tracer: fix a regression while suspend to disk by Frederic Weisbecker · 17 years ago
  80. 3263292 ftrace, trivial: fix typo "resgister" -> "register" by Uwe Kleine-Koenig · 17 years ago
  81. f000120 ftrace, ia64: Add macro for ftrace_caller by Shaohua Li · 17 years ago
  82. 25aac9d ftrace, ia64: explictly ignore a file in recordmcount.pl by Shaohua Li · 17 years ago
  83. 431aa3f ftrace: convert unsigned index to signed by Steven Rostedt · 17 years ago
  84. ea3a6d6 ftrace: add not to regex on filtering functions by Steven Rostedt · 17 years ago
  85. 380c4b1 tracing/function-graph-tracer: append the tracing_graph_flag by Frederic Weisbecker · 17 years ago
  86. 21bbecd ftrace: use init_struct_pid as swapper pid by Steven Rostedt · 17 years ago
  87. faec2ec ftrace: avoid duplicated function when writing set_graph_function by Liming Wang · 17 years ago
  88. e32d895 ftrace: add ability to only trace swapper tasks by Steven Rostedt · 17 years ago
  89. 978f3a4 ftrace: use struct pid by Steven Rostedt · 17 years ago
  90. 804a685 ftrace: trace single pid for function graph tracer by Steven Rostedt · 17 years ago
  91. 0ef8cde ftrace: use task struct trace flag to filter on pid by Steven Rostedt · 17 years ago
  92. ea4e2bc ftrace: graph of a single function by Steven Rostedt · 17 years ago
  93. e49dc19 ftrace: function graph return for function entry by Steven Rostedt · 17 years ago
  94. 14a866c ftrace: add ftrace_graph_stop() by Steven Rostedt · 17 years ago
  95. f0461d0 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 17 years ago
  96. 48d68b2 tracing/function-graph-tracer: support for x86-64 by Frederic Weisbecker · 17 years ago
  97. 66eafeb function trace: fix a bug of single thread function trace by Liming Wang · 17 years ago
  98. 50cdaf0 ftrace: improve seq_operation of ftrace by Liming Wang · 17 years ago
  99. e53a631 ftrace: let function tracing and function return run together by Steven Rostedt · 17 years ago
  100. 5a45cfe ftrace: use code patching for ftrace graph tracer by Steven Rostedt · 17 years ago