1. 7f24b31 ftrace: rename ftrace_match to ftrace_match_records by Steven Rostedt · 17 years ago
  2. 265c831 ftrace: add do_for_each_ftrace_rec and while_for_each_ftrace_rec by Steven Rostedt · 17 years ago
  3. 0c75a3e ftrace: state that all functions are enabled in set_ftrace_filter by Steven Rostedt · 17 years ago
  4. 57794a9 trace: trivial fixes in comment typos. by Wenji Huang · 17 years ago
  5. ce70a0b Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/urgent' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  6. 229c4ef ftrace: do_each_pid_task() needs rcu lock by Oleg Nesterov · 17 years ago
  7. 00f57f5 tracing/function-graph-tracer: fix a regression while suspend to disk by Frederic Weisbecker · 17 years ago
  8. 4a2b8dd tracing/function-graph-tracer: fix a regression while suspend to disk by Frederic Weisbecker · 17 years ago
  9. 3263292 ftrace, trivial: fix typo "resgister" -> "register" by Uwe Kleine-Koenig · 17 years ago
  10. f000120 ftrace, ia64: Add macro for ftrace_caller by Shaohua Li · 17 years ago
  11. 25aac9d ftrace, ia64: explictly ignore a file in recordmcount.pl by Shaohua Li · 17 years ago
  12. 431aa3f ftrace: convert unsigned index to signed by Steven Rostedt · 17 years ago
  13. ea3a6d6 ftrace: add not to regex on filtering functions by Steven Rostedt · 17 years ago
  14. 380c4b1 tracing/function-graph-tracer: append the tracing_graph_flag by Frederic Weisbecker · 17 years ago
  15. 21bbecd ftrace: use init_struct_pid as swapper pid by Steven Rostedt · 17 years ago
  16. faec2ec ftrace: avoid duplicated function when writing set_graph_function by Liming Wang · 17 years ago
  17. e32d895 ftrace: add ability to only trace swapper tasks by Steven Rostedt · 17 years ago
  18. 978f3a4 ftrace: use struct pid by Steven Rostedt · 17 years ago
  19. 804a685 ftrace: trace single pid for function graph tracer by Steven Rostedt · 17 years ago
  20. 0ef8cde ftrace: use task struct trace flag to filter on pid by Steven Rostedt · 17 years ago
  21. ea4e2bc ftrace: graph of a single function by Steven Rostedt · 17 years ago
  22. e49dc19 ftrace: function graph return for function entry by Steven Rostedt · 17 years ago
  23. 14a866c ftrace: add ftrace_graph_stop() by Steven Rostedt · 17 years ago
  24. f0461d0 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 17 years ago
  25. 48d68b2 tracing/function-graph-tracer: support for x86-64 by Frederic Weisbecker · 17 years ago
  26. 66eafeb function trace: fix a bug of single thread function trace by Liming Wang · 17 years ago
  27. 50cdaf0 ftrace: improve seq_operation of ftrace by Liming Wang · 17 years ago
  28. e53a631 ftrace: let function tracing and function return run together by Steven Rostedt · 17 years ago
  29. 5a45cfe ftrace: use code patching for ftrace graph tracer by Steven Rostedt · 17 years ago
  30. df4fc31 ftrace: add function tracing to single thread by Steven Rostedt · 17 years ago
  31. 287b6e6 tracing/function-return-tracer: set a more human readable output by Frederic Weisbecker · 17 years ago
  32. fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 17 years ago
  33. eae849c tracing/function-return-tracer: don't trace kfree while it frees the return stack by Frederic Weisbecker · 17 years ago
  34. f201ae2 tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically by Frederic Weisbecker · 17 years ago
  35. 3f8e402 Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/tracepoints' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  36. 5821e1b function tracing: fix wrong pos computing when read buffer has been fulfilled by walimis · 17 years ago
  37. e7d3737 tracing/function-return-tracer: support for dynamic ftrace on function return tracer by Frederic Weisbecker · 17 years ago
  38. ee02a2e ftrace: make filtered functions effective on setting by Steven Rostedt · 17 years ago
  39. 982c350 ftrace: fix dyn ftrace filter by Steven Rostedt · 17 years ago
  40. 20e5227 ftrace: allow NULL pointers in mcount_loc by Steven Rostedt · 17 years ago
  41. 31e8890 ftrace: pass module struct to arch dynamic ftrace functions by Steven Rostedt · 17 years ago
  42. 918c115 ftrace: do not process freed records by Steven Rostedt · 17 years ago
  43. b17e8a3 ftrace: disable ftrace on anomalies in trace start and stop by Steven Rostedt · 17 years ago
  44. f3c7ac4 ftrace: remove condition from ftrace_record_ip by Steven Rostedt · 17 years ago
  45. b3535c6 ftrace: remove unnecessary if condition of __unregister_ftrace_function by walimis · 17 years ago
  46. 60a011c Merge branch 'tracing/function-return-tracer' into tracing/fastboot by Ingo Molnar · 17 years ago
  47. d06bbd6 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  48. a358324 ring-buffer: buffer record on/off switch by Steven Rostedt · 17 years ago
  49. 15e6cb3 tracing: add a tracer to catch execution time of kernel functions by Frederic Weisbecker · 17 years ago
  50. 0183fb1 ftrace: fix set_ftrace_filter by Steven Rostedt · 17 years ago
  51. 60a7ecf ftrace: add quick function trace stop by Steven Rostedt · 17 years ago
  52. 0b6e4d5 ftrace: perform an initialization for ftrace to enable it by Frederic Weisbecker · 17 years ago
  53. f17845e ftrace: warning in kernel/trace/ftrace.c by Ingo Molnar · 17 years ago
  54. 66b0de3 ftrace: fix build failure by Ingo Molnar · 17 years ago
  55. 08f5ac90 ftrace: remove ftrace hash by Steven Rostedt · 17 years ago
  56. 4d296c2 ftrace: remove mcount set by Steven Rostedt · 17 years ago
  57. cb7be3b ftrace: remove daemon by Steven Rostedt · 17 years ago
  58. 6912896 ftrace: add ftrace warn on to disable ftrace by Steven Rostedt · 17 years ago
  59. 81adbdc ftrace: only have ftrace_kill atomic by Steven Rostedt · 17 years ago
  60. 593eb8a ftrace: return error on failed modified text. by Steven Rostedt · 17 years ago
  61. bd95b88 ftrace: release functions from hash by Steven Rostedt · 17 years ago
  62. 05736a4 ftrace: warn on failure to disable mcount callers by Steven Rostedt · 17 years ago
  63. 71c67d5 ftrace: mcount_addr defined but not used by Steven Noonan · 17 years ago
  64. 644f991 ftrace: fix unlocking of hash by Steven Rostedt · 17 years ago
  65. 3b47bfc ftrace: remove direct reference to mcount in trace code by Steven Rostedt · 17 years ago
  66. ac8825e ftrace: clean up macro usage by Ingo Molnar · 17 years ago
  67. 2d7da80 ftrace: fix build failure by Stephen Rothwell · 17 years ago
  68. 99ecdc4 ftrace: add necessary locking for ftrace records by Steven Rostedt · 17 years ago
  69. 00fd61a ftrace: do not init module on ftrace disabled by Steven Rostedt · 17 years ago
  70. fed1939 ftrace: remove old pointers to mcount by Steven Rostedt · 17 years ago
  71. a9fdda3 ftrace: do not show freed records in available_filter_functions by Steven Rostedt · 17 years ago
  72. 90d595f ftrace: enable mcount recording for modules by Steven Rostedt · 17 years ago
  73. 68bf21a ftrace: mcount call site on boot nops core by Steven Rostedt · 17 years ago
  74. 784e2d7 stop_machine: fix up ftrace.c by Rusty Russell · 17 years ago
  75. b2613e3 ftrace: build fix for ftraced_suspend by Ingo Molnar · 17 years ago
  76. a2bb6a3 ftrace: add ftrace_kill_atomic by Steven Rostedt · 17 years ago
  77. 98a05ed ftrace: prevent ftrace modifications while being kprobe'd, v2 by Abhishek Sagar · 17 years ago
  78. f22f9a8 ftrace: avoid modifying kprobe'd records by Abhishek Sagar · 17 years ago
  79. ecea656 ftrace: freeze kprobe'd records by Abhishek Sagar · 17 years ago
  80. 395a59d ftrace: store mcount address in rec->ip by Abhishek Sagar · 17 years ago
  81. f225293 namespacecheck: fixes by Ingo Molnar · 17 years ago
  82. a4500b8 ftrace: fix "notrace" filtering priority by Abhishek Sagar · 17 years ago
  83. 34078a5 ftrace: prevent freeing of all failed updates by Abhishek Sagar · 17 years ago
  84. eb9a7bf ftrace: add debugfs entry 'failures' by Abhishek Sagar · 17 years ago
  85. 1d74f2a ftrace: remove ftrace_ip_converted() by Abhishek Sagar · 17 years ago
  86. 0eb9670 ftrace: prevent freeing of all failed updates by Abhishek Sagar · 17 years ago
  87. ad90c0e ftrace: user update and disable dynamic ftrace daemon by Steven Rostedt · 17 years ago
  88. 492a7ea5 ftrace: fix updating of ftrace_update_cnt by Abhishek Sagar · 17 years ago
  89. ffdaa35 ftrace: safe traversal of ftrace_hash hlist by Abhishek Sagar · 17 years ago
  90. 41c52c0 ftrace: set_ftrace_notrace feature by Steven Rostedt · 17 years ago
  91. 2d8b820 ftrace: cleanups by Ingo Molnar · 18 years ago
  92. 3713567 ftrace: fix mcount export bug by Ingo Molnar · 17 years ago
  93. aa5e5ce ftrace: remove packed attribute on ftrace_page. by David Miller · 17 years ago
  94. 2bb6f8d ftrace: use raw_smp_processor_id for mcount functions by Steven Rostedt · 17 years ago
  95. 07a267c ftrace: add UNINTERRUPTIBLE state for kftraced on disable by Steven Rostedt · 17 years ago
  96. e309b41 ftrace: remove notrace by Ingo Molnar · 17 years ago
  97. caf8cde ftrace: remove address of function names by Steven Rostedt · 17 years ago
  98. 9ff9cdb ftrace: cleanups by Ingo Molnar · 17 years ago
  99. 4eebcc8 ftrace: disable tracing on failure by Steven Rostedt · 17 years ago
  100. 37ad508 ftrace - fix dynamic ftrace memory leak by Steven Rostedt · 17 years ago