1. 978f3a4 ftrace: use struct pid by Steven Rostedt · 16 years ago
  2. 804a685 ftrace: trace single pid for function graph tracer by Steven Rostedt · 16 years ago
  3. 0ef8cde ftrace: use task struct trace flag to filter on pid by Steven Rostedt · 16 years ago
  4. ea4e2bc ftrace: graph of a single function by Steven Rostedt · 16 years ago
  5. e49dc19 ftrace: function graph return for function entry by Steven Rostedt · 16 years ago
  6. 14a866c ftrace: add ftrace_graph_stop() by Steven Rostedt · 16 years ago
  7. f0461d0 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 16 years ago
  8. 48d68b2 tracing/function-graph-tracer: support for x86-64 by Frederic Weisbecker · 16 years ago
  9. 66eafeb function trace: fix a bug of single thread function trace by Liming Wang · 16 years ago
  10. 50cdaf0 ftrace: improve seq_operation of ftrace by Liming Wang · 16 years ago
  11. e53a631 ftrace: let function tracing and function return run together by Steven Rostedt · 16 years ago
  12. 5a45cfe ftrace: use code patching for ftrace graph tracer by Steven Rostedt · 16 years ago
  13. df4fc31 ftrace: add function tracing to single thread by Steven Rostedt · 16 years ago
  14. 287b6e6 tracing/function-return-tracer: set a more human readable output by Frederic Weisbecker · 16 years ago
  15. fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 16 years ago
  16. eae849c tracing/function-return-tracer: don't trace kfree while it frees the return stack by Frederic Weisbecker · 16 years ago
  17. f201ae2 tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically by Frederic Weisbecker · 16 years ago
  18. 3f8e402 Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/tracepoints' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  19. 5821e1b function tracing: fix wrong pos computing when read buffer has been fulfilled by walimis · 16 years ago
  20. e7d3737 tracing/function-return-tracer: support for dynamic ftrace on function return tracer by Frederic Weisbecker · 16 years ago
  21. ee02a2e ftrace: make filtered functions effective on setting by Steven Rostedt · 16 years ago
  22. 982c350 ftrace: fix dyn ftrace filter by Steven Rostedt · 16 years ago
  23. 20e5227 ftrace: allow NULL pointers in mcount_loc by Steven Rostedt · 16 years ago
  24. 31e8890 ftrace: pass module struct to arch dynamic ftrace functions by Steven Rostedt · 16 years ago
  25. 918c115 ftrace: do not process freed records by Steven Rostedt · 16 years ago
  26. b17e8a3 ftrace: disable ftrace on anomalies in trace start and stop by Steven Rostedt · 16 years ago
  27. f3c7ac4 ftrace: remove condition from ftrace_record_ip by Steven Rostedt · 16 years ago
  28. b3535c6 ftrace: remove unnecessary if condition of __unregister_ftrace_function by walimis · 16 years ago
  29. 60a011c Merge branch 'tracing/function-return-tracer' into tracing/fastboot by Ingo Molnar · 16 years ago
  30. d06bbd6 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  31. a358324 ring-buffer: buffer record on/off switch by Steven Rostedt · 16 years ago
  32. 15e6cb3 tracing: add a tracer to catch execution time of kernel functions by Frederic Weisbecker · 16 years ago
  33. 0183fb1c ftrace: fix set_ftrace_filter by Steven Rostedt · 16 years ago
  34. 60a7ecf ftrace: add quick function trace stop by Steven Rostedt · 16 years ago
  35. 0b6e4d5 ftrace: perform an initialization for ftrace to enable it by Frederic Weisbecker · 16 years ago
  36. f17845e ftrace: warning in kernel/trace/ftrace.c by Ingo Molnar · 16 years ago
  37. 66b0de3 ftrace: fix build failure by Ingo Molnar · 16 years ago
  38. 08f5ac90 ftrace: remove ftrace hash by Steven Rostedt · 16 years ago
  39. 4d296c2 ftrace: remove mcount set by Steven Rostedt · 16 years ago
  40. cb7be3b ftrace: remove daemon by Steven Rostedt · 16 years ago
  41. 6912896e ftrace: add ftrace warn on to disable ftrace by Steven Rostedt · 16 years ago
  42. 81adbdc ftrace: only have ftrace_kill atomic by Steven Rostedt · 16 years ago
  43. 593eb8a ftrace: return error on failed modified text. by Steven Rostedt · 16 years ago
  44. bd95b88 ftrace: release functions from hash by Steven Rostedt · 16 years ago
  45. 05736a4 ftrace: warn on failure to disable mcount callers by Steven Rostedt · 16 years ago
  46. 71c67d5 ftrace: mcount_addr defined but not used by Steven Noonan · 16 years ago
  47. 644f991 ftrace: fix unlocking of hash by Steven Rostedt · 16 years ago
  48. 3b47bfc ftrace: remove direct reference to mcount in trace code by Steven Rostedt · 16 years ago
  49. ac8825e ftrace: clean up macro usage by Ingo Molnar · 16 years ago
  50. 2d7da80 ftrace: fix build failure by Stephen Rothwell · 16 years ago
  51. 99ecdc4 ftrace: add necessary locking for ftrace records by Steven Rostedt · 16 years ago
  52. 00fd61a ftrace: do not init module on ftrace disabled by Steven Rostedt · 16 years ago
  53. fed1939 ftrace: remove old pointers to mcount by Steven Rostedt · 16 years ago
  54. a9fdda3 ftrace: do not show freed records in available_filter_functions by Steven Rostedt · 16 years ago
  55. 90d595f ftrace: enable mcount recording for modules by Steven Rostedt · 16 years ago
  56. 68bf21a ftrace: mcount call site on boot nops core by Steven Rostedt · 16 years ago
  57. 784e2d7 stop_machine: fix up ftrace.c by Rusty Russell · 16 years ago
  58. b2613e3 ftrace: build fix for ftraced_suspend by Ingo Molnar · 17 years ago
  59. a2bb6a3 ftrace: add ftrace_kill_atomic by Steven Rostedt · 17 years ago
  60. 98a05ed ftrace: prevent ftrace modifications while being kprobe'd, v2 by Abhishek Sagar · 17 years ago
  61. f22f9a8 ftrace: avoid modifying kprobe'd records by Abhishek Sagar · 17 years ago
  62. ecea656 ftrace: freeze kprobe'd records by Abhishek Sagar · 17 years ago
  63. 395a59d ftrace: store mcount address in rec->ip by Abhishek Sagar · 17 years ago
  64. f225293 namespacecheck: fixes by Ingo Molnar · 17 years ago
  65. a4500b8 ftrace: fix "notrace" filtering priority by Abhishek Sagar · 17 years ago
  66. 34078a5 ftrace: prevent freeing of all failed updates by Abhishek Sagar · 17 years ago
  67. eb9a7bf ftrace: add debugfs entry 'failures' by Abhishek Sagar · 17 years ago
  68. 1d74f2a ftrace: remove ftrace_ip_converted() by Abhishek Sagar · 17 years ago
  69. 0eb9670 ftrace: prevent freeing of all failed updates by Abhishek Sagar · 17 years ago
  70. ad90c0e ftrace: user update and disable dynamic ftrace daemon by Steven Rostedt · 17 years ago
  71. 492a7ea5 ftrace: fix updating of ftrace_update_cnt by Abhishek Sagar · 17 years ago
  72. ffdaa35 ftrace: safe traversal of ftrace_hash hlist by Abhishek Sagar · 17 years ago
  73. 41c52c0 ftrace: set_ftrace_notrace feature by Steven Rostedt · 17 years ago
  74. 2d8b820 ftrace: cleanups by Ingo Molnar · 17 years ago
  75. 3713567 ftrace: fix mcount export bug by Ingo Molnar · 17 years ago
  76. aa5e5ce ftrace: remove packed attribute on ftrace_page. by David Miller · 17 years ago
  77. 2bb6f8d ftrace: use raw_smp_processor_id for mcount functions by Steven Rostedt · 17 years ago
  78. 07a267cd ftrace: add UNINTERRUPTIBLE state for kftraced on disable by Steven Rostedt · 17 years ago
  79. e309b41 ftrace: remove notrace by Ingo Molnar · 17 years ago
  80. caf8cde ftrace: remove address of function names by Steven Rostedt · 17 years ago
  81. 9ff9cdb ftrace: cleanups by Ingo Molnar · 17 years ago
  82. 4eebcc8 ftrace: disable tracing on failure by Steven Rostedt · 17 years ago
  83. 37ad5084 ftrace - fix dynamic ftrace memory leak by Steven Rostedt · 17 years ago
  84. 750ed1a ftrace: timestamp syncing, prepare by Ingo Molnar · 17 years ago
  85. 4bf39a9 ftrace: cleanups by Ingo Molnar · 17 years ago
  86. 77a2b37 ftrace: startup tester on dynamic tracing. by Steven Rostedt · 17 years ago
  87. c7aafc5 ftrace: cleanups by Ingo Molnar · 17 years ago
  88. e1c08bd ftrace: force recording by Steven Rostedt · 17 years ago
  89. 5072c59 ftrace: add filter select functions to trace by Steven Rostedt · 17 years ago
  90. d61f82d ftrace: use dynamic patching for updating mcount calls by Steven Rostedt · 17 years ago
  91. 3c1720f ftrace: move memory management out of arch code by Steven Rostedt · 17 years ago
  92. b0fc494 ftrace: add ftrace_enabled sysctl to disable mcount function by Steven Rostedt · 17 years ago
  93. 3d08339 ftrace: dynamic enabling/disabling of function calls by Steven Rostedt · 17 years ago
  94. 16444a8 ftrace: add basic support for gcc profiler instrumentation by Arnaldo Carvalho de Melo · 17 years ago