1. 0fa0eda tracing: Remove show_format and related macros from TRACE_EVENT by Lai Jiangshan · 15 years ago
  2. 5a65e95 tracing: Use defined fields and print_fmt to print formats by Lai Jiangshan · 15 years ago
  3. c7ef3a9 tracing: Have syscall tracing call its own init function by Steven Rostedt · 15 years ago
  4. a342a028 tracing/kprobes: Init print_fmt for kprobe events by Lai Jiangshan · 15 years ago
  5. 50307a4 tracing/syscalls: Init print_fmt for syscall events by Lai Jiangshan · 15 years ago
  6. 509e760 tracing: Add print_fmt field by Lai Jiangshan · 15 years ago
  7. 809826a tracing: Have __dynamic_array() define a field by Lai Jiangshan · 15 years ago
  8. b21c070 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
  9. fb7ae98 tracing: Fix sign fields in ftrace_define_fields_##call() by Lai Jiangshan · 15 years ago
  10. 79b4082 tracing/kprobe: Show sign of fields in trace_kprobe format files by Lai Jiangshan · 15 years ago
  11. 53ab668 ksym_tracer: Remove trace_stat by Li Zefan · 15 years ago
  12. e6d9491 ksym_tracer: Fix race when incrementing count by Li Zefan · 15 years ago
  13. 3d13ec2 ksym_tracer: Fix to allow writing newline to ksym_trace_filter by Li Zefan · 15 years ago
  14. 88f7a89 ksym_tracer: Fix to make the tracer work by Li Zefan · 15 years ago
  15. 4089236 tracing: Kconfig spelling fixes and cleanups by Randy Dunlap · 15 years ago
  16. c757bea tracing: Fix setting tracer specific options by Steven Rostedt · 15 years ago
  17. eca9dfc Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  18. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  19. 61c1917 perf events, x86/stacktrace: Make stack walking optional by Frederic Weisbecker · 15 years ago
  20. 6f3cf44 kprobe-tracer: Check new event/group name by Masami Hiramatsu · 15 years ago
  21. 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
  22. 28dfef8 const: constify remaining pipe_buf_operations by Alexey Dobriyan · 15 years ago
  23. e36c545 tracing: Fix return of trace_dump_stack() by Steven Rostedt · 15 years ago
  24. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  25. edc35bd locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED by Thomas Gleixner · 15 years ago
  26. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  27. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  28. 0087aab 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
  29. cc0104e Merge branch 'linus' into tracing/urgent by Ingo Molnar · 15 years ago
  30. 16620e0 ksym_tracer: Fix bad cast by Li Zefan · 15 years ago
  31. 472bbe0 tracing/power: Remove two exports by Li Zefan · 15 years ago
  32. e00bf2e tracing: Change event->profile_count to be int type by Li Zefan · 15 years ago
  33. 8d18eaa tracing: Simplify trace_option_write() by Li Zefan · 15 years ago
  34. 2cbafd6 tracing: Remove useless trace option by Li Zefan · 15 years ago
  35. 13f16d2 tracing: Use seq file for trace_clock by Li Zefan · 15 years ago
  36. fdb372e tracing: Use seq file for trace_options by Li Zefan · 15 years ago
  37. 91baf62 function-graph: Allow writing the same val to set_graph_function by Li Zefan · 15 years ago
  38. 313254a ftrace: Call trace_parser_clear() properly by Li Zefan · 15 years ago
  39. 311d16d ftrace: Return EINVAL when writing invalid val to set_ftrace_filter by Li Zefan · 15 years ago
  40. 3b8e427 tracing: Move a printk out of ftrace_raw_reg_event_foo() by Li Zefan · 15 years ago
  41. 614a71a tracing: Pull up calls to trace_define_common_fields() by Li Zefan · 15 years ago
  42. 87d9b4e tracing: Extract duplicate ftrace_raw_init_event_foo() by Li Zefan · 15 years ago
  43. 273b281 kbuild: move utsrelease.h to include/generated by Sam Ravnborg · 15 years ago
  44. df7147b 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
  45. 6f696eb Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  46. cc51a0f tracing: Add stack trace to irqsoff tracer by Steven Rostedt · 15 years ago
  47. 0388938 tracing: Add trace_dump_stack() by Steven Rostedt · 15 years ago
  48. dd7f594 ring-buffer: Move resize integrity check under reader lock by Steven Rostedt · 15 years ago
  49. 1842101 ring-buffer: Use sync sched protection on ring buffer resizing by Steven Rostedt · 15 years ago
  50. d954fbf tracing: Fix wrong usage of strstrip in trace_ksyms by Thomas Gleixner · 15 years ago
  51. f294248 tracing: Remove comparing of NULL to va_list in trace_array_vprintk() by Carsten Emde · 15 years ago
  52. be1eca3 tracing: Fix function graph trace_pipe to properly display failed entries by Jiri Olsa · 15 years ago
  53. d184b31 tracing: Add full state to trace_seq by Johannes Berg · 15 years ago
  54. a63ce5b tracing: Buffer the output of seq_file in case of filled buffer by Steven Rostedt · 15 years ago
  55. 29bf4a5 tracing: Only call pipe_close if pipe_close is defined by Steven Rostedt · 15 years ago
  56. 822a696 tracing/kprobes: Fix field creation's bad error handling by Frederic Weisbecker · 15 years ago
  57. a7c312b trace-kprobe: Support delete probe syntax by Masami Hiramatsu · 15 years ago
  58. c521efd tracing: Add pipe_close interface by Steven Rostedt · 15 years ago
  59. b326e95 hw-breakpoints: Use overflow handler instead of the event callback by Frederic Weisbecker · 15 years ago
  60. c3fa27d Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  61. 96fa2b5 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  62. 7be077f trace_syscalls: Remove unused syscall_name_to_nr() by Lai Jiangshan · 15 years ago
  63. 3bbe84e trace_syscalls: Simplify syscall profile by Lai Jiangshan · 15 years ago
  64. a1301da trace_syscalls: Remove duplicate init_enter_##sname() by Lai Jiangshan · 15 years ago
  65. c252f65 trace_syscalls: Add syscall_nr field to struct syscall_metadata by Lai Jiangshan · 15 years ago
  66. fcc1943 trace_syscalls: Remove enter_id exit_id by Lai Jiangshan · 15 years ago
  67. 31c16b1 trace_syscalls: Set event_enter_##sname->data to its metadata by Lai Jiangshan · 15 years ago
  68. bf56a4e trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit by Lai Jiangshan · 15 years ago
  69. ba8665d trace_kprobes: Fix a memory leak bug and check kstrdup() return value by Masami Hiramatsu · 15 years ago
  70. 52a11f3 trace_kprobes: Don't output zero offset by Lai Jiangshan · 15 years ago
  71. 3d9b2e1 trace_kprobes: Always show group name by Lai Jiangshan · 15 years ago
  72. abab9d3 trace_kprobes: Fix memory leak by Lai Jiangshan · 15 years ago
  73. 0f1ef51 trace_syscalls: Add syscall nr field by Lai Jiangshan · 15 years ago
  74. dd1853c hw-breakpoints: Use struct perf_event_attr to define kernel breakpoints by Frederic Weisbecker · 15 years ago
  75. 605bfae hw-breakpoints: Simplify error handling in breakpoint creation requests by Frederic Weisbecker · 15 years ago
  76. d99be40 ksym_tracer: Fix breakpoint removal after modification by Frederic Weisbecker · 15 years ago
  77. 7ac0743 ring-buffer-benchmark: Add parameters to set produce/consumer priorities by Steven Rostedt · 15 years ago
  78. 99df5a6 trace/syscalls: Change ret param in struct syscall_trace_exit to long by Tom Zanussi · 15 years ago
  79. 4ed7c92 perf_events: Undo some recursion damage by Peter Zijlstra · 15 years ago
  80. 457dc92 tracing, function tracer: Clean up strstrip() usage by Ingo Molnar · 15 years ago
  81. 98e4833 ring-buffer benchmark: Run producer/consumer threads at nice +19 by Ingo Molnar · 15 years ago
  82. 28889bf tracing: Forget about the NMI buffer for syscall events by Frederic Weisbecker · 15 years ago
  83. ce71b9d tracing: Use the perf recursion protection from trace event by Frederic Weisbecker · 15 years ago
  84. 9620059 Merge branch 'tracing/hw-breakpoints' into perf/core by Ingo Molnar · 15 years ago
  85. f6060f4 tracing: Prevent build warning: 'ftrace_graph_buf' defined but not used by Lai Jiangshan · 15 years ago
  86. c13d2f7 tracing: Fix trace_marker output by Carsten Emde · 15 years ago
  87. 5a50e33 ring-buffer: Move access to commit_page up into function used by Steven Rostedt · 15 years ago
  88. a7b6342 Merge branch 'perf/core' into perf/probes by Ingo Molnar · 15 years ago
  89. 39dc78b Merge commit 'v2.6.32-rc7' into perf/core by Ingo Molnar · 15 years ago
  90. 8b2a5da tracing: do not disable interrupts for trace_clock_local by Steven Rostedt · 15 years ago
  91. a6f0eb6 ring-buffer: Add multiple iterations between benchmark timestamps by Steven Rostedt · 15 years ago
  92. a646365 tracing: Fix return value of tracing_stats_read() by Roel Kluin · 15 years ago
  93. 676c0db ksym_tracer: Support read accesses independent of read/write. by Paul Mundt · 15 years ago
  94. 30ff21e3 ksym_tracer: Remove KSYM_SELFTEST_ENTRY by Li Zefan · 15 years ago
  95. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 15 years ago
  96. 444a2a3 tracing, perf_events: Protect the buffer from recursion in perf by Frederic Weisbecker · 15 years ago
  97. 77b44d1 tracing/kprobes: Rename Kprobe-tracer to kprobe-event by Masami Hiramatsu · 15 years ago
  98. a2e7127 Merge commit 'v2.6.32-rc6' into perf/core by Ingo Molnar · 15 years ago
  99. ed146b25 ftrace: Fix unmatched locking in ftrace_regex_write() by Li Zefan · 15 years ago
  100. f711294 ring-buffer: Synchronize resizing buffer with reader lock by Lai Jiangshan · 15 years ago