1. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  2. f4ae40a switch debugfs to umode_t by Al Viro · 14 years ago
  3. 77271ce tracing: Add irq, preempt-count and need resched info to default trace output by Steven Rostedt · 13 years ago
  4. 7e9a49e tracing/latency: Fix header output for latency tracers by Jiri Olsa · 13 years ago
  5. e0a413f tracing: Warn on output if the function tracer was found corrupted by Steven Rostedt · 13 years ago
  6. 1d0e78e tracing/filter: Add startup tests for events filter by Jiri Olsa · 13 years ago
  7. 61aaef5 tracing/filter: Remove field_name from filter_pred struct by Jiri Olsa · 13 years ago
  8. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  9. 40bcea7 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  10. 492f73a Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  11. e4a3f54 tracing: Still trace filtered irq functions when irq trace is disabled by Steven Rostedt · 14 years ago
  12. e9dbfae tracing: Fix bug when reading system filters on module removal by Steven Rostedt · 14 years ago
  13. 1fd8df2 tracing/kprobes: Fix kprobe-tracer to support stack trace by Masami Hiramatsu · 14 years ago
  14. cf30cf6 tracing: Add disable_on_free option by Steven Rostedt · 14 years ago
  15. b1cff0a ftrace: Add internal recursive checks by Steven Rostedt · 14 years ago
  16. 95950c2 ftrace: Add self-tests for multiple function trace users by Steven Rostedt · 14 years ago
  17. 9a24470 tracing: Align 4 byte ints together in struct tracer by Steven Rostedt · 14 years ago
  18. 750912f tracing: Add an 'overwrite' trace_option. by David Sharp · 14 years ago
  19. bf93f9e tracing/filter: Increase the max preds to 2^14 by Steven Rostedt · 14 years ago
  20. 4a3d27e tracing/filter: Move MAX_FILTER_PRED to local tracing directory by Steven Rostedt · 14 years ago
  21. 43cd414 tracing/filter: Optimize filter by folding the tree by Steven Rostedt · 14 years ago
  22. 61e9dea tracing/filter: Use a tree instead of stack for filter_match_preds() by Steven Rostedt · 14 years ago
  23. 74e9e58 tracing/filter: Allocate the preds in an array by Steven Rostedt · 14 years ago
  24. c9c53ca tracing/filter: Dynamically allocate preds by Steven Rostedt · 14 years ago
  25. 58d9a59 tracing/filter: Move OR and AND logic out of fn() method by Steven Rostedt · 14 years ago
  26. 0a77262 tracing: Make graph related irqs/preemptsoff functions global by Jiri Olsa · 14 years ago
  27. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  28. 955b61e ftrace,kdb: Extend kdb to be able to dump the ftrace buffer by Jason Wessel · 14 years ago
  29. 3a01736 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 15 years ago
  30. ef710e1 tracing: Shrink max latency ringbuffer if unnecessary by KOSAKI Motohiro · 15 years ago
  31. e870e9a tracing: Allow to disable cmdline recording by Li Zefan · 15 years ago
  32. eb7beb5 tracing: Remove special traces by Frederic Weisbecker · 15 years ago
  33. f376bf5 tracing: Remove sysprof ftrace plugin by Frederic Weisbecker · 15 years ago
  34. 5d55046 tracing: Remove ksym tracer by Frederic Weisbecker · 15 years ago
  35. 8728fe5 tracing: Don't allocate common fields for every trace events by Li Zefan · 15 years ago
  36. c726b61 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 15 years ago
  37. 039ca4e tracing: Remove kmemtrace ftrace plugin by Li Zefan · 15 years ago
  38. 30dbb20e tracing: Remove boot tracer by Américo Wang · 15 years ago
  39. 5168ae5 tracing: Remove ftrace_preempt_disable/enable by Steven Rostedt · 15 years ago
  40. f0218b3 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6 by Steven Rostedt · 15 years ago
  41. e1f7992 tracing: Fix function declarations if !CONFIG_STACKTRACE by Li Zefan · 15 years ago
  42. 553552c tracing: Combine event filter_active and enable into single flags field by Steven Rostedt · 15 years ago
  43. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 15 years ago
  44. 62b915f tracing: Add graph output support for irqsoff tracer by Jiri Olsa · 15 years ago
  45. d7a8d9e tracing: Have graph flags passed in to ouput functions by Jiri Olsa · 15 years ago
  46. 93ccae7 tracing/kprobes: Support basic types on dynamic events by Masami Hiramatsu · 15 years ago
  47. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 15 years ago
  48. 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
  49. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  50. 0e95017 function-graph: Add tracing_thresh support to function_graph tracer by Tim Bird · 15 years ago
  51. 86c38a3 tracing: Fix ftrace_event_call alignment for use with gcc 4.5 by Jeff Mahoney · 15 years ago
  52. c7c6b1f ftrace: Allow to remove a single function from function graph filter by Li Zefan · 15 years ago
  53. 1537a36 tree-wide: fix 'lenght' typo in comments and code by Daniel Mack · 15 years ago
  54. ea2c68a tracing: Simplify test for function_graph tracing start point by Lai Jiangshan · 15 years ago
  55. da184a8 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
  56. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  57. 2cbafd6 tracing: Remove useless trace option by Li Zefan · 15 years ago
  58. c521efd tracing: Add pipe_close interface by Steven Rostedt · 15 years ago
  59. 99df5a6 trace/syscalls: Change ret param in struct syscall_trace_exit to long by Tom Zanussi · 15 years ago
  60. 9620059 Merge branch 'tracing/hw-breakpoints' into perf/core by Ingo Molnar · 15 years ago
  61. 30ff21e3 ksym_tracer: Remove KSYM_SELFTEST_ENTRY by Li Zefan · 15 years ago
  62. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 15 years ago
  63. 43315956 Merge branch 'perf/core' into perf/probes by Ingo Molnar · 15 years ago
  64. 0f8f86c Merge commit 'perf/core' into perf/hw-breakpoint by Frederic Weisbecker · 15 years ago
  65. 6fb2915 tracing/profile: Add filter support by Li Zefan · 15 years ago
  66. b0f1a59 tracing/filters: Use a different op for glob match by Li Zefan · 15 years ago
  67. fce29d1 tracing/filters: Refactor subsystem filter code by Li Zefan · 15 years ago
  68. 756d17e tracing: Support multiple pids in set_pid_ftrace file by jolsa@redhat.com · 15 years ago
  69. bf7c5b4 tracing: Remove unused ftrace_trace_addr helper by Frederic Weisbecker · 15 years ago
  70. 9288f99 this_cpu: Use this_cpu_xx for ftrace by Christoph Lameter · 15 years ago
  71. 0aa73ba Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  72. 3f6fe06 tracing/filters: Unify the regex parsing helpers by Frederic Weisbecker · 15 years ago
  73. 1889d20 tracing/filters: Provide basic regex support by Frederic Weisbecker · 15 years ago
  74. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  75. 6161352 tracing, perf: Convert the power tracer into an event tracer by Arjan van de Ven · 15 years ago
  76. 4e5292e tracing: use the new trace_entries.h to create format files by Steven Rostedt · 15 years ago
  77. d731509 tracing: show details of structures within the ftrace structures by Steven Rostedt · 15 years ago
  78. 0a1c49d tracing: use macros to create internal ftrace entry ring buffer structures by Steven Rostedt · 15 years ago
  79. b5130b1 tracing: do not update tracing_max_latency when tracer is stopped by Carsten Emde · 15 years ago
  80. b63f39e tracing: create generic trace parser by jolsa@redhat.com · 15 years ago
  81. 48659d3 tracing: move tgid out of generic entry and into userstack by Steven Rostedt · 15 years ago
  82. 8f8ffe2 Merge commit 'tracing/core' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  83. 197e2ea tracing: move PRED macros to trace_events_filter.c by Li Zefan · 15 years ago
  84. a5921c6 tracing: remove stats from struct tracer by Li Zefan · 15 years ago
  85. bd9cfca tracing: format clean ups by Li Zefan · 15 years ago
  86. e0ab5f2 tracing: remove dead code by Li Zefan · 15 years ago
  87. a1922ed Merge branch 'tracing/core' into tracing/hw-breakpoints by Ingo Molnar · 15 years ago
  88. 659372d tracing: add trace_array_printk for internal tracers to use by Steven Rostedt · 15 years ago
  89. e77405a tracing: pass around ring buffer instead of tracer by Steven Rostedt · 15 years ago
  90. 2f26ebd tracing: use timestamp to determine start of latency traces by Steven Rostedt · 15 years ago
  91. 8248ac0 tracing: print out start and stop in latency traces by Steven Rostedt · 15 years ago
  92. 5d4a9db tracing: only show tracing_max_latency when latency tracer configured by Steven Rostedt · 15 years ago
  93. ff50d99 tracing: Kprobe tracer assigns new event ids for each event by Masami Hiramatsu · 15 years ago
  94. 413d37d tracing: Add kprobe-based event tracer by Masami Hiramatsu · 15 years ago
  95. 5079f32 ftrace: Move setting of clock-source out of options by Zhaolei · 15 years ago
  96. aa38e9f tracing/filters: Add filter_type to struct ftrace_event_field by Li Zefan · 15 years ago
  97. 64c12e0 tracing: Add individual syscalls tracepoint id support by Jason Baron · 15 years ago
  98. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  99. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 15 years ago
  100. 1a0799a tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer file by Frederic Weisbecker · 15 years ago