1. ffb9f99 tracing: Remove redundant raw_init callbacks by Li Zefan · 15 years ago
  2. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 15 years ago
  3. ff5f149 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7 by Steven Rostedt · 15 years ago
  4. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 15 years ago
  5. b7e2ece perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction by Peter Zijlstra · 15 years ago
  6. 4f41c01 perf/ftrace: Optimize perf/tracepoint interaction for single events by Peter Zijlstra · 15 years ago
  7. 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
  8. 553552c tracing: Combine event filter_active and enable into single flags field by Steven Rostedt · 15 years ago
  9. 32c0eda tracing: Remove duplicate id information in event structure by Steven Rostedt · 15 years ago
  10. 80decc7 tracing: Move print functions into event class by Steven Rostedt · 15 years ago
  11. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 15 years ago
  12. 0405ab8 tracing: Move raw_init from events to class by Steven Rostedt · 15 years ago
  13. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 15 years ago
  14. 2239291 tracing: Remove per event trace registering by Steven Rostedt · 15 years ago
  15. 8f08201 tracing: Create class struct for events by Steven Rostedt · 15 years ago
  16. 93ccae7 tracing/kprobes: Support basic types on dynamic events by Masami Hiramatsu · 15 years ago
  17. 97d5a22 perf: Drop the obsolete profile naming for trace events by Frederic Weisbecker · 15 years ago
  18. c530665 perf: Take a hot regs snapshot for trace events by Frederic Weisbecker · 15 years ago
  19. 6556a67 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
  20. 281b371 Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core by Ingo Molnar · 15 years ago
  21. 64b9fb5 Merge commit 'v2.6.33' into tracing/core by Ingo Molnar · 15 years ago
  22. a5efd92 tracing: Fix typo of info text in trace_kprobe.c by Wenji Huang · 15 years ago
  23. a9bb18f tracing/kprobes: Fix probe parsing by Heiko Carstens · 15 years ago
  24. 1e12a4a tracing/kprobe: Cleanup unused return value of tracing functions by Xiao Guangrong · 15 years ago
  25. 430ad5a perf: Factorize trace events raw sample buffer operations by Xiao Guangrong · 15 years ago
  26. 231e36f tracing/kprobe: Update kprobe tracing self test for new syntax by Masami Hiramatsu · 15 years ago
  27. 1464010 tracing/kprobe: Drop function argument access syntax by Masami Hiramatsu · 15 years ago
  28. 61405fe Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  29. 0fa0eda tracing: Remove show_format and related macros from TRACE_EVENT by Lai Jiangshan · 15 years ago
  30. a342a028 tracing/kprobes: Init print_fmt for kprobe events by Lai Jiangshan · 15 years ago
  31. 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
  32. 79b4082 tracing/kprobe: Show sign of fields in trace_kprobe format files by Lai Jiangshan · 15 years ago
  33. 07b139c perf events: Remove CONFIG_EVENT_PROFILE by Li Zefan · 15 years ago
  34. 6f3cf44 kprobe-tracer: Check new event/group name by Masami Hiramatsu · 15 years ago
  35. cc0104e Merge branch 'linus' into tracing/urgent by Ingo Molnar · 15 years ago
  36. e00bf2e tracing: Change event->profile_count to be int type by Li Zefan · 15 years ago
  37. 614a71a tracing: Pull up calls to trace_define_common_fields() by Li Zefan · 15 years ago
  38. 822a696 tracing/kprobes: Fix field creation's bad error handling by Frederic Weisbecker · 15 years ago
  39. a7c312b trace-kprobe: Support delete probe syntax by Masami Hiramatsu · 15 years ago
  40. ba8665d trace_kprobes: Fix a memory leak bug and check kstrdup() return value by Masami Hiramatsu · 15 years ago
  41. 52a11f3 trace_kprobes: Don't output zero offset by Lai Jiangshan · 15 years ago
  42. 3d9b2e1 trace_kprobes: Always show group name by Lai Jiangshan · 15 years ago
  43. abab9d3 trace_kprobes: Fix memory leak by Lai Jiangshan · 15 years ago
  44. 4ed7c92 perf_events: Undo some recursion damage by Peter Zijlstra · 15 years ago
  45. ce71b9d tracing: Use the perf recursion protection from trace event by Frederic Weisbecker · 15 years ago
  46. 444a2a3 tracing, perf_events: Protect the buffer from recursion in perf by Frederic Weisbecker · 15 years ago
  47. 77b44d1 tracing/kprobes: Rename Kprobe-tracer to kprobe-event by Masami Hiramatsu · 15 years ago
  48. dd004c4 kprobe-tracer: Compare both of event-name and event-group to find probe by Masami Hiramatsu · 15 years ago
  49. e63cc23 tracing/kprobes: Add failure messages for debugging by Masami Hiramatsu · 15 years ago
  50. f397af0 tracing/kprobes: Update kprobe-tracer selftest against new syntax by Masami Hiramatsu · 15 years ago
  51. e93f4d8 tracing/kprobes: Robustify fixed field names against variable field names conflicts by Masami Hiramatsu · 15 years ago
  52. a703d94 tracing/kprobes: Avoid field name confliction by Masami Hiramatsu · 15 years ago
  53. 2e06ff6 tracing/kprobes: Make special variable names more self-explainable by Masami Hiramatsu · 15 years ago
  54. 99329c4 tracing/kprobes: Remove '$ra' special variable by Masami Hiramatsu · 15 years ago
  55. 405b265 tracing/kprobes: Add $ prefix to special variables by Masami Hiramatsu · 15 years ago
  56. a1a138d tracing/kprobes: Use global event perf buffers in kprobe tracer by Masami Hiramatsu · 15 years ago
  57. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  58. 5a0d905 tracing/kprobes: Disable kprobe events by default after creation by Masami Hiramatsu · 15 years ago
  59. 74ebb63 tracing/kprobes: Fix profiling alignment for perf_counter buffer by Masami Hiramatsu · 15 years ago
  60. 50d7805 tracing/kprobes: Add probe handler dispatcher to support perf and ftrace concurrent use by Masami Hiramatsu · 15 years ago
  61. 2d5e067 tracing/kprobes: Fix trace_probe registration order by Masami Hiramatsu · 15 years ago
  62. f52487e tracing/kprobes: Support custom subsystem for each kprobe event by Masami Hiramatsu · 15 years ago
  63. 6e9f23d tracing/kprobes: Show event name in trace output by Masami Hiramatsu · 15 years ago
  64. eca0d91 tracing/kprobes: Add argument name support by Masami Hiramatsu · 15 years ago
  65. e08d1c6 tracing/kprobes: Add event profiling support by Masami Hiramatsu · 15 years ago
  66. 4a846b4 tracing/kprobes: Cleanup kprobe tracer code. by Masami Hiramatsu · 15 years ago
  67. 2fba0c8 tracing/kprobes: Fix probe offset to be unsigned by Masami Hiramatsu · 15 years ago
  68. 8f8ffe2 Merge commit 'tracing/core' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  69. 30a7e07 tracing/kprobes: Change trace_arg to probe_arg by Masami Hiramatsu · 15 years ago
  70. 38a4749 tracing/kprobes: Fix format typo in trace_kprobes by Masami Hiramatsu · 15 years ago
  71. cd7e7bd tracing: Add kprobes event profiling interface by Masami Hiramatsu · 15 years ago
  72. ff50d99 tracing: Kprobe tracer assigns new event ids for each event by Masami Hiramatsu · 15 years ago
  73. 4263565 tracing: Generate names for each kprobe event automatically by Masami Hiramatsu · 15 years ago
  74. a82378d tracing: Kprobe-tracer supports more than 6 arguments by Masami Hiramatsu · 15 years ago
  75. 413d37d tracing: Add kprobe-based event tracer by Masami Hiramatsu · 15 years ago