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