1. 69fd4f0 tracing: Add ftrace_event_call void * 'data' field by Jason Baron · 17 years ago
  2. f744bd5 tracing: Raw_init() bailout in trace event register fail case by Jason Baron · 17 years ago
  3. 066e037 tracing: Call arch_init_ftrace_syscalls at boot by Jason Baron · 17 years ago
  4. 7770841 tracing: Rename set_tracer_flags()'s local variable trace_flags by Zhaolei · 17 years ago
  5. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 17 years ago
  6. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 17 years ago
  7. e356033 Merge branch 'linus' into tracing/urgent by Ingo Molnar · 17 years ago
  8. fb82ad7 tracing/filters: Don't use pred on alloc failure by Tom Zanussi · 17 years ago
  9. 26528e7 tracing/filters: Always free pred on filter_add_subsystem_pred() failure by Tom Zanussi · 17 years ago
  10. 96b2de3 tracing/filters: Don't use pred on alloc failure by Tom Zanussi · 17 years ago
  11. bd3f022 ring-buffer: Fix memleak in ring_buffer_free() by Eric Dumazet · 17 years ago
  12. 469535a ring-buffer: Fix advance of reader in rb_buffer_peek() by Robert Richter · 17 years ago
  13. a2ca5e0 tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULES by Frederic Weisbecker · 17 years ago
  14. 1a0799a tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer file by Frederic Weisbecker · 17 years ago
  15. 82e04af tracing: Move sched event insertion helpers in the sched switch tracer file by Frederic Weisbecker · 17 years ago
  16. c0a0d0d tracing/core: Make the stack entry helpers global by Frederic Weisbecker · 17 years ago
  17. 5e5bf48 tracing/core: Turn ftrace_cpu_disabled into a global var by Frederic Weisbecker · 17 years ago
  18. 0c9e6f6 tracing: Simplify print_graph_cpu() by Lai Jiangshan · 17 years ago
  19. af6af30 ftrace: Fix perf-tracepoint OOPS by Peter Zijlstra · 17 years ago
  20. 464e85e ring-buffer: do not disable ring buffer on oops_in_progress by Steven Rostedt · 17 years ago
  21. 0f2541d ring-buffer: fix check of try_to_discard result by Steven Rostedt · 17 years ago
  22. e16852c Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgent by Ingo Molnar · 17 years ago
  23. 74e7ff8 tracing: Fix missing function_graph events when we splice_read from trace_pipe by Lai Jiangshan · 17 years ago
  24. 38ceb59 tracing: Fix invalid function_graph entry by Lai Jiangshan · 17 years ago
  25. 8650ae3 tracing: only truncate ftrace files when O_TRUNC is set by Steven Rostedt · 17 years ago
  26. 4c739ff tracing: show proper address for trace-printk format by Steven Rostedt · 17 years ago
  27. 636eace tracing/stat: Fix seqfile memory leak by Li Zefan · 17 years ago
  28. 8782711 function-graph: Fix seqfile memory leak by Li Zefan · 17 years ago
  29. d8cc1ab trace_stack: Fix seqfile memory leak by Li Zefan · 17 years ago
  30. 1f9963c tracing/filters: improve subsystem filter by Li Zefan · 17 years ago
  31. ff4e9da tracing: cleanup for tracing_trace_options_read() by Xiao Guangrong · 17 years ago
  32. 7d536cb tracing/events: record the size of dynamic arrays by Li Zefan · 17 years ago
  33. 566b0aa tracing: Remove unused fields/variables by jolsa@redhat.com · 17 years ago
  34. 45bceff Merge branch 'linus' into tracing/core by Ingo Molnar · 17 years ago
  35. 6f2f3cf tracing/function: Cleanup for function tracer by Xiao Guangrong · 17 years ago
  36. 79173bf tracing/trace_stack: Cleanup for trace_lookup_stack() by Xiao Guangrong · 17 years ago
  37. 64fbcd1 tracing/function: Simplify __ftrace_replace_code() by Xiao Guangrong · 17 years ago
  38. 04aef32 tracing/function: Fix the return value of ftrace_trace_onoff_callback() by Xiao Guangrong · 17 years ago
  39. da706d8 ring_buffer: Fix warning while ignoring cmpxchg return value by Lai Jiangshan · 17 years ago
  40. 6ab5d66 tracing/function-profiler: do not free per cpu variable stat by Steven Rostedt · 17 years ago
  41. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 17 years ago
  42. e202687 Merge branch 'tip/tracing/ring-buffer-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core by Ingo Molnar · 17 years ago
  43. a357800 tracing/workqueues: Add refcnt to struct cpu_workqueue_stats by Lai Jiangshan · 17 years ago
  44. d8ea37d tracing/stat: Add stat_release() callback by Lai Jiangshan · 17 years ago
  45. 80098c2 kmemtrace: Rename some functions by Li Zefan · 17 years ago
  46. 6a167c6 tracing/kmemtrace: Use the %pf format by Frederic Weisbecker · 17 years ago
  47. 68baafc tracing/function-graph-tracer: Use the %pf format by Frederic Weisbecker · 17 years ago
  48. dc82ec98a tracing/filter: Remove empty subsystem and its directory by Xiao Guangrong · 17 years ago
  49. c5cb183 tracing/filter: Remove preds from struct event_subsystem by Xiao Guangrong · 17 years ago
  50. 77ae365 ring-buffer: make lockless by Steven Rostedt · 17 years ago
  51. 3adc54f ring-buffer: make the buffer a true circular link list by Steven Rostedt · 17 years ago
  52. ddc1637 kmemtrace: Print binary output only if 'bin' option is set by Li Zefan · 17 years ago
  53. e1af3ae tracing: Fix trace_print_seq() by Xiao Guangrong · 17 years ago
  54. 020e5f8 tracing/events: Add trace_event boot option by Li Zefan · 17 years ago
  55. 238a24f tracing/fastboot: Document the need of initcall_debug by Li Zefan · 17 years ago
  56. 82d5308 trace_export: Repair missed fields by Lai Jiangshan · 17 years ago
  57. a32c776 tracing: Fix stack tracer sysctl handling by Li Zefan · 17 years ago
  58. 0296e42 ftrace: Fix the output of profile by Li Zefan · 17 years ago
  59. 1155de4 ring-buffer: Make it generally available by Paul Mundt · 17 years ago
  60. 00e54d0 ftrace: Remove duplicate newline by Li Zefan · 17 years ago
  61. 9d612be tracing: Fix trace_buf_size boot option by Li Zefan · 17 years ago
  62. d82d624 ftrace: Fix t_hash_start() by Li Zefan · 17 years ago
  63. 694ce0a ftrace: Don't manipulate @pos in t_start() by Li Zefan · 17 years ago
  64. 8595184 ftrace: Don't increment @pos in g_start() by Li Zefan · 17 years ago
  65. f129e96 tracing: Reset iterator in t_start() by Li Zefan · 17 years ago
  66. 2961bf3 trace_stat: Don't increment @pos in seq start() by Li Zefan · 17 years ago
  67. c8961ec tracing_bprintk: Don't increment @pos in t_start() by Li Zefan · 17 years ago
  68. e1c7e2a tracing/events: Don't increment @pos in s_start() by Li Zefan · 17 years ago
  69. b0b7065 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  70. d4c4038 Merge branch 'tip/tracing/urgent-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 17 years ago
  71. 3daeb4d Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 17 years ago
  72. 9ea1a15 tracing/urgent: warn in case of ftrace_start_up inbalance by Frederic Weisbecker · 17 years ago
  73. c85a17e tracing/urgent: fix unbalanced ftrace_start_up by Frederic Weisbecker · 17 years ago
  74. 71e308a function-graph: add stack frame test by Steven Rostedt · 17 years ago
  75. eb4a037 function-graph: disable when both x86_32 and optimize for size are configured by Steven Rostedt · 17 years ago
  76. 4b221f0 ring-buffer: have benchmark test print to trace buffer by Steven Rostedt · 17 years ago
  77. 8d707e8 ring-buffer: do not grab locks in nmi by Steven Rostedt · 17 years ago
  78. d478820 ring-buffer: add locks around rb_per_cpu_empty by Steven Rostedt · 17 years ago
  79. 5f78abe ring-buffer: check for less than two in size allocation by Steven Rostedt · 17 years ago
  80. 0dcd4d6 ring-buffer: remove useless compile check for buffer_page size by Steven Rostedt · 17 years ago
  81. c6a9d7b ring-buffer: remove useless warn on check by Steven Rostedt · 17 years ago
  82. 22f470f ring-buffer: use BUF_PAGE_HDR_SIZE in calculating index by Steven Rostedt · 17 years ago
  83. 00e9583 tracing/filters: fix race between filter setting and module unload by Li Zefan · 17 years ago
  84. 57be888 tracing/filters: free filter_string in destroy_preds() by Li Zefan · 17 years ago
  85. fa74395 ring-buffer: use commit counters for commit pointer accounting by Steven Rostedt · 17 years ago
  86. 263294f ring-buffer: remove unused variable by Steven Rostedt · 17 years ago
  87. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 17 years ago
  88. 9086c7b90 ring-buffer: have benchmark test handle discarded events by Steven Rostedt · 17 years ago
  89. 156f5a7 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. by GeunSik Lim · 17 years ago
  90. 19035e5 Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  91. c7b0930 ring-buffer: prevent adding write in discarded area by Steven Rostedt · 17 years ago
  92. 0ac2058 tracing/filters: strloc should be unsigned short by Li Zefan · 17 years ago
  93. 5e4904c tracing/filters: operand can be negative by Li Zefan · 17 years ago
  94. e4f2d10 tracing: replace a GFP_ATOMIC with GFP_KERNEL allocation by Li Zefan · 17 years ago
  95. 215368e tracing: fix a typo in tracing_cpumask_write() by Li Zefan · 17 years ago
  96. 3f237a7 cpumask: use new operators in kernel/trace by Rusty Russell · 17 years ago
  97. 1744a21 trace: annotate bitfields in struct ring_buffer_event by Vegard Nossum · 17 years ago
  98. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  99. 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
  100. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago