1. 8b2a5da tracing: do not disable interrupts for trace_clock_local by Steven Rostedt · 15 years ago
  2. a6f0eb6 ring-buffer: Add multiple iterations between benchmark timestamps by Steven Rostedt · 15 years ago
  3. 5e9b397 tracing: Fix to use __always_unused attribute by Li Zefan · 15 years ago
  4. 9de09ac Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  5. 6d3f1e1 tracing: Remove cpu arg from the rb_time_stamp() function by Jiri Olsa · 15 years ago
  6. 67b394f tracing: Fix comment typo and documentation example by Jiri Olsa · 15 years ago
  7. 3e69533 tracing: Fix trace_seq_printf() return value by Jiri Olsa · 15 years ago
  8. cf8517c tracing: Update *ppos instead of filp->f_pos by Jiri Olsa · 15 years ago
  9. e345fe1 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
  10. 1beee96 ftrace: Rename set_bootup_ftrace into set_cmdline_ftrace by Frederic Weisbecker · 15 years ago
  11. 06f43d6 ftrace: Copy ftrace_graph_filter boot param using strlcpy by Frederic Weisbecker · 15 years ago
  12. c44fc77 tracing: Move syscalls metadata handling from arch to core by Frederic Weisbecker · 15 years ago
  13. 5cb084b tracing: Enable records during the module load by Jiri Olsa · 15 years ago
  14. 756d17e tracing: Support multiple pids in set_pid_ftrace file by jolsa@redhat.com · 15 years ago
  15. 1bac049 Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 15 years ago
  16. bf7c5b4 tracing: Remove unused ftrace_trace_addr helper by Frederic Weisbecker · 15 years ago
  17. aef6f81 tracing: Rename set_ftrace to set_bootup_ftrace by Frederic Weisbecker · 15 years ago
  18. 2c96c14 Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  19. 8ad8073 tracing/filters: Fix memory leak when setting a filter by Li Zefan · 15 years ago
  20. 369bc18 ftrace: add kernel command line graph function filtering by Stefan Assmann · 15 years ago
  21. a813a15 tracing: fix trace_vprintk call by Steven Rostedt · 15 years ago
  22. f17f36bb 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
  23. b9d40b7 Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  24. 8f6e8a3 tracing: user local buffer variable for trace branch tracer by Steven Rostedt · 15 years ago
  25. c8647b2 tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.c by Zhenwen Xu · 15 years ago
  26. 3279ba3 ftrace: check for failure for all conversions by Steven Rostedt · 15 years ago
  27. e7247a1 tracing: correct module boundaries for ftrace_release by jolsa@redhat.com · 15 years ago
  28. 829b876 tracing: fix transposed numbers of lock_depth and preempt_count by Steven Rostedt · 15 years ago
  29. b0f56f1 trace: Fix missing assignment in trace_ctxwake_* by Hiroshi Shimamoto · 15 years ago
  30. ee949a8 tracing/syscalls: Use long for syscall ret format and field definitions by Tom Zanussi · 15 years ago
  31. 0f26ec6 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
  32. 75fb409 tracing: Use free_percpu instead of kfree by Frederic Weisbecker · 15 years ago
  33. fe8e5b5 tracing: Check total refcount before releasing bufs in profile_enable failure by Frederic Weisbecker · 15 years ago
  34. b0da3f0 Add a tracepoint for block request remapping by Jun'ichi Nomura · 15 years ago
  35. 48c0d4d Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs by Zdenek Kabelac · 15 years ago
  36. f9ac5a6 kmemtrace: Fix up tracer registration by Paul Mundt · 15 years ago
  37. 0aa73ba Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  38. 3397409 tracing: Fix infinite recursion in ftrace_update_pid_func() by Matt Fleming · 15 years ago
  39. 4187e7e 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
  40. 3f6fe06 tracing/filters: Unify the regex parsing helpers by Frederic Weisbecker · 15 years ago
  41. 1889d20 tracing/filters: Provide basic regex support by Frederic Weisbecker · 15 years ago
  42. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  43. f3f3f00 tracing/event: Cleanup the useless dentry variable by Frederic Weisbecker · 15 years ago
  44. 737f453 tracing/filters: Cleanup useless headers by Frederic Weisbecker · 15 years ago
  45. 79f5599 cpumask: use zalloc_cpumask_var() where possible by Li Zefan · 16 years ago
  46. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  47. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  48. 79fe249 tracing: Fix failure path in ftrace_regex_open() by Li Zefan · 15 years ago
  49. 1eb90f1 tracing: Fix failure path in ftrace_graph_write() by Li Zefan · 15 years ago
  50. 4ba7978 tracing: Check the return value of trace_get_user() by Li Zefan · 15 years ago
  51. 3c235a3 tracing: Fix off-by-one in trace_get_user() by Li Zefan · 15 years ago
  52. 43c1266 Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  53. 8e4bc3d Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  54. bd4c3a3 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
  55. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  56. 2944fcb trivial: Fix duplicated word "options" in comment by Uwe Kleine-Koenig · 15 years ago
  57. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  58. ebc79c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6 by Linus Torvalds · 15 years ago
  59. 89f19f0 sched: Fix raciness in runqueue_is_locked() by Andrew Morton · 15 years ago
  60. 05bafda tracing: Export trace_profile_buf symbols by Peter Zijlstra · 15 years ago
  61. a0f320f includecheck fix: kernel/trace, ring_buffer.c by Jaswinder Singh Rajput · 15 years ago
  62. 2df2881 Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 15 years ago
  63. 30bd39c tracing/events: use list_for_entry_continue by Li Zefan · 15 years ago
  64. ee6c2c1 tracing: remove max_tracer_type_len by Li Zefan · 15 years ago
  65. a4ec5e0 function-graph: use ftrace_graph_funcs directly by Li Zefan · 15 years ago
  66. be4bdbf Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgent by Ingo Molnar · 15 years ago
  67. 6161352 tracing, perf: Convert the power tracer into an event tracer by Arjan van de Ven · 15 years ago
  68. fc53776 tracing: Remove markers by Christoph Hellwig · 15 years ago
  69. 20ab4425 tracing: Allocate the ftrace event profile buffer dynamically by Frederic Weisbecker · 15 years ago
  70. e5e25cf tracing: Factorize the events profile accounting by Frederic Weisbecker · 15 years ago
  71. b375a11 tracing: switch function prints from %pf to %ps by Steven Rostedt · 15 years ago
  72. 45bd00d Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  73. b36461d tracing: Fix minor bugs for __unregister_ftrace_function_probe by Atsushi Tsuji · 15 years ago
  74. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  75. 6ca6cca tracing: optimize global_trace_clock cachelines by Steven Rostedt · 15 years ago
  76. 555f386 ftrace: document function and function graph implementation by Mike Frysinger · 15 years ago
  77. 1f5a6b4 tracing: make testing syscall events a separate configuration by Steven Rostedt · 15 years ago
  78. 20a58a7 tracing: remove some unused macros by Li Zefan · 15 years ago
  79. 05ffa2d ftrace: add compile-time check on F_printk() by Li Zefan · 15 years ago
  80. c16de8f tracing: fix F_printk() typos by Li Zefan · 15 years ago
  81. ec827c7 tracing: add static to generated TRACE_EVENT functions by Steven Rostedt · 15 years ago
  82. 08a4081 ring-buffer: typecast cmpxchg to fix PowerPC warning by Steven Rostedt · 15 years ago
  83. 60ba770 tracing: add filter event logic to special, mmiotrace and boot tracers by Steven Rostedt · 15 years ago
  84. 51df5fc tracing: remove trace_event_types.h by Steven Rostedt · 15 years ago
  85. 4e5292e tracing: use the new trace_entries.h to create format files by Steven Rostedt · 15 years ago
  86. d731509 tracing: show details of structures within the ftrace structures by Steven Rostedt · 15 years ago
  87. 0a1c49d tracing: use macros to create internal ftrace entry ring buffer structures by Steven Rostedt · 15 years ago
  88. 558e654 tracing/profile: fix profile_disable vs module_unload by Li Zefan · 15 years ago
  89. b5130b1 tracing: do not update tracing_max_latency when tracer is stopped by Carsten Emde · 15 years ago
  90. 41dfba4 tracing: remove unused local variables in tracer probe functions by Carsten Emde · 15 years ago
  91. 689fd8b tracing: trace parser support for function and graph by jolsa@redhat.com · 15 years ago
  92. 4896636 tracing: trace parser support for set_event by jolsa@redhat.com · 15 years ago
  93. b63f39e tracing: create generic trace parser by jolsa@redhat.com · 15 years ago
  94. f81c972 tracing: consolidate code between trace_output.c and trace_function_graph.c by Steven Rostedt · 15 years ago
  95. 637e7e8 tracing: add lock depth to entries by Steven Rostedt · 15 years ago
  96. 48659d3 tracing: move tgid out of generic entry and into userstack by Steven Rostedt · 15 years ago
  97. 49ff590 tracing: add latency format to function_graph tracer by Steven Rostedt · 15 years ago
  98. 197e2ea tracing: move PRED macros to trace_events_filter.c by Li Zefan · 15 years ago
  99. a5921c6c tracing: remove stats from struct tracer by Li Zefan · 15 years ago
  100. bd9cfca tracing: format clean ups by Li Zefan · 15 years ago