1. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  2. 40c3259 tracing/kprobes: Fail to unregister if probe event files are in use by Steven Rostedt (Red Hat) · 12 years ago
  3. a232e27 tracing/kprobe: Wait for disabling all running kprobe handlers by Masami Hiramatsu · 12 years ago
  4. cd92bf6 tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() by Oleg Nesterov · 12 years ago
  5. cf6735a tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit() by Oleg Nesterov · 12 years ago
  6. b04d52e tracing/kprobes: Turn trace_probe->files into list_head by Oleg Nesterov · 12 years ago
  7. 3fe3d61 tracing/kprobes: Kill probe_enable_lock by Oleg Nesterov · 12 years ago
  8. 288e984 tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is empty by Oleg Nesterov · 12 years ago
  9. 195a84d tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabled by zhangwei(Jovi) · 12 years ago
  10. b62fdd9 tracing/kprobes: Make print_*probe_event static by Masami Hiramatsu · 12 years ago
  11. 3d1fc7b tracing/kprobes: Fix a sparse warning for incorrect type in assignment by Masami Hiramatsu · 12 years ago
  12. c02c7e6 tracing/kprobes: Use rcu_dereference_raw for tp->files by Masami Hiramatsu · 12 years ago
  13. b882008 tracing/kprobes: Support soft-mode disabling by Masami Hiramatsu · 12 years ago
  14. 41a7dd4 tracing/kprobes: Support ftrace_event_file base multibuffer by Masami Hiramatsu · 12 years ago
  15. 2b106aa tracing/kprobes: Pass trace_probe directly from dispatcher by Masami Hiramatsu · 12 years ago
  16. 48182bd tracing/kprobes: Increment probe hit-count even if it is used by perf by Masami Hiramatsu · 12 years ago
  17. db02038 tracing/kprobes: Use bool for retprobe checker by Masami Hiramatsu · 12 years ago
  18. cce2c8f tracing/kprobes: Fix to increment return event probe hit-count by Masami Hiramatsu · 12 years ago
  19. 0d5c6e1 tracing: Use irq_work for wake ups and remove *_nowake_*() functions by Steven Rostedt · 12 years ago
  20. bcd83ea tracing: Replace strict_strto* with kstrto* by Daniel Walter · 12 years ago
  21. e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 13 years ago
  22. f3f096c tracing: Provide trace events interface for uprobes by Srikar Dronamraju · 13 years ago
  23. 8ab83f5 tracing: Extract out common code for kprobes/uprobes trace events by Srikar Dronamraju · 13 years ago
  24. 3a6b766 tracing: Modify is_delete, is_return from int to bool by Srikar Dronamraju · 13 years ago
  25. 489c75c ftrace, perf: Add add/del tracepoint perf registration actions by Jiri Olsa · 13 years ago
  26. ceec0b6 ftrace, perf: Add open/close tracepoint perf registration actions by Jiri Olsa · 13 years ago
  27. 02ca152 ftrace/kprobes: Fix not to delete probes if in use by Masami Hiramatsu · 13 years ago
  28. 7f6878a tracing/kprobe: Update symbol reference when loading module by Masami Hiramatsu · 14 years ago
  29. 6142431 tracing/kprobes: Support module init function probing by Masami Hiramatsu · 14 years ago
  30. 1538f88 tracing/kprobes: Merge trace probe enable/disable functions by Masami Hiramatsu · 14 years ago
  31. 7143f168 tracing/kprobes: Rename probe_* to trace_probe_* by Masami Hiramatsu · 14 years ago
  32. 931da61 Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  33. 1fd8df2 tracing/kprobes: Fix kprobe-tracer to support stack trace by Masami Hiramatsu · 14 years ago
  34. 265a5b7 kprobes/trace: Fix kprobe selftest for gcc 4.6 by Steven Rostedt · 14 years ago
  35. 625f2a3 sched: Get rid of lock_depth by Jonathan Corbet · 14 years ago
  36. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  37. 0de4b34 tracing/kprobe: Fix NULL pointer deref check by Masami Hiramatsu · 14 years ago
  38. 1ff511e tracing/kprobes: Add bitfield type by Masami Hiramatsu · 14 years ago
  39. e374536 tracing/kprobes: Support longer (>128 bytes) command by Masami Hiramatsu · 14 years ago
  40. 76022db tracing/kprobes: Cleanup strict_strtol() using code by Masami Hiramatsu · 14 years ago
  41. 61d8e11 Remove duplicate includes from many files by Zimny Lech · 14 years ago
  42. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  43. da34634 tracing/kprobe: Fix handling of C-unlike argument names by Masami Hiramatsu · 14 years ago
  44. aba9159 tracing/kprobes: Fix handling of argument names by Masami Hiramatsu · 14 years ago
  45. 61a5273 tracing/kprobe: Fix a memory leak in error case by Masami Hiramatsu · 14 years ago
  46. fb8231a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  47. 426d310 fix printk typo 'faild' by Paul Bolle · 14 years ago
  48. 9da79ab tracing/kprobes: unregister_trace_probe needs to be called under mutex by Srikar Dronamraju · 15 years ago
  49. e09c861 tracing/kprobes: Support "string" type by Masami Hiramatsu · 15 years ago
  50. ffb9f99 tracing: Remove redundant raw_init callbacks by Li Zefan · 15 years ago
  51. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 15 years ago
  52. 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
  53. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 15 years ago
  54. b7e2ece perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction by Peter Zijlstra · 15 years ago
  55. 4f41c01 perf/ftrace: Optimize perf/tracepoint interaction for single events by Peter Zijlstra · 15 years ago
  56. 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
  57. 553552c tracing: Combine event filter_active and enable into single flags field by Steven Rostedt · 15 years ago
  58. 32c0eda tracing: Remove duplicate id information in event structure by Steven Rostedt · 15 years ago
  59. 80decc7 tracing: Move print functions into event class by Steven Rostedt · 15 years ago
  60. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 15 years ago
  61. 0405ab8 tracing: Move raw_init from events to class by Steven Rostedt · 15 years ago
  62. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 15 years ago
  63. 2239291 tracing: Remove per event trace registering by Steven Rostedt · 15 years ago
  64. 8f08201 tracing: Create class struct for events by Steven Rostedt · 15 years ago
  65. 93ccae7 tracing/kprobes: Support basic types on dynamic events by Masami Hiramatsu · 15 years ago
  66. 97d5a22 perf: Drop the obsolete profile naming for trace events by Frederic Weisbecker · 15 years ago
  67. c530665 perf: Take a hot regs snapshot for trace events by Frederic Weisbecker · 15 years ago
  68. 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
  69. 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
  70. 64b9fb5 Merge commit 'v2.6.33' into tracing/core by Ingo Molnar · 15 years ago
  71. a5efd92 tracing: Fix typo of info text in trace_kprobe.c by Wenji Huang · 15 years ago
  72. a9bb18f tracing/kprobes: Fix probe parsing by Heiko Carstens · 15 years ago
  73. 1e12a4a tracing/kprobe: Cleanup unused return value of tracing functions by Xiao Guangrong · 15 years ago
  74. 430ad5a perf: Factorize trace events raw sample buffer operations by Xiao Guangrong · 15 years ago
  75. 231e36f tracing/kprobe: Update kprobe tracing self test for new syntax by Masami Hiramatsu · 15 years ago
  76. 1464010 tracing/kprobe: Drop function argument access syntax by Masami Hiramatsu · 15 years ago
  77. 61405fe Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  78. 0fa0eda tracing: Remove show_format and related macros from TRACE_EVENT by Lai Jiangshan · 15 years ago
  79. a342a028 tracing/kprobes: Init print_fmt for kprobe events by Lai Jiangshan · 15 years ago
  80. 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
  81. 79b4082 tracing/kprobe: Show sign of fields in trace_kprobe format files by Lai Jiangshan · 15 years ago
  82. 07b139c perf events: Remove CONFIG_EVENT_PROFILE by Li Zefan · 15 years ago
  83. 6f3cf44 kprobe-tracer: Check new event/group name by Masami Hiramatsu · 15 years ago
  84. cc0104e Merge branch 'linus' into tracing/urgent by Ingo Molnar · 15 years ago
  85. e00bf2e tracing: Change event->profile_count to be int type by Li Zefan · 15 years ago
  86. 614a71a tracing: Pull up calls to trace_define_common_fields() by Li Zefan · 15 years ago
  87. 822a696 tracing/kprobes: Fix field creation's bad error handling by Frederic Weisbecker · 15 years ago
  88. a7c312b trace-kprobe: Support delete probe syntax by Masami Hiramatsu · 15 years ago
  89. ba8665d trace_kprobes: Fix a memory leak bug and check kstrdup() return value by Masami Hiramatsu · 15 years ago
  90. 52a11f3 trace_kprobes: Don't output zero offset by Lai Jiangshan · 15 years ago
  91. 3d9b2e1 trace_kprobes: Always show group name by Lai Jiangshan · 15 years ago
  92. abab9d3 trace_kprobes: Fix memory leak by Lai Jiangshan · 15 years ago
  93. 4ed7c92 perf_events: Undo some recursion damage by Peter Zijlstra · 15 years ago
  94. ce71b9d tracing: Use the perf recursion protection from trace event by Frederic Weisbecker · 15 years ago
  95. 444a2a3 tracing, perf_events: Protect the buffer from recursion in perf by Frederic Weisbecker · 15 years ago
  96. 77b44d1 tracing/kprobes: Rename Kprobe-tracer to kprobe-event by Masami Hiramatsu · 15 years ago
  97. dd004c4 kprobe-tracer: Compare both of event-name and event-group to find probe by Masami Hiramatsu · 15 years ago
  98. e63cc23 tracing/kprobes: Add failure messages for debugging by Masami Hiramatsu · 15 years ago
  99. f397af0 tracing/kprobes: Update kprobe-tracer selftest against new syntax by Masami Hiramatsu · 15 years ago
  100. e93f4d8 tracing/kprobes: Robustify fixed field names against variable field names conflicts by Masami Hiramatsu · 15 years ago