1. b985a73 tracing: Quiet gcc warning about maybe unused link variable by Steven Rostedt (VMware) · 6 years ago
  2. 987e425a tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure by Artem Savkov · 6 years ago
  3. d434dae tracing: probeevent: Fix to support minus offset from symbol by Masami Hiramatsu · 7 years ago
  4. 3693042 tracing/kprobes: Allow to create probe with a module name starting with a digit by Sabrina Dubroca · 7 years ago
  5. dd0023d tracing/kprobes: Enforce kprobes teardown after testing by Thomas Gleixner · 7 years ago
  6. 17ce3dc ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types by Masami Hiramatsu · 8 years ago
  7. 35abb67 tracing: expose current->comm to [ku]probe events by Omar Sandoval · 8 years ago
  8. 1e1dcd9 perf: split perf_trace_buf_prepare into alloc and update parts by Alexei Starovoitov · 8 years ago
  9. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 9 years ago
  10. a7636d9 kprobes: Optimize hot path by using percpu counter to collect 'nhit' statistics by Martin KaFai Lau · 9 years ago
  11. 1a6877b lib: introduce strncpy_from_unsafe() by Alexei Starovoitov · 9 years ago
  12. 09a5059 tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled() by Steven Rostedt (Red Hat) · 9 years ago
  13. 687fcc4 tracing: Rename ftrace_event_name() to trace_event_name() by Steven Rostedt (Red Hat) · 9 years ago
  14. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 9 years ago
  15. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 9 years ago
  16. 9023c93 tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() by Steven Rostedt (Red Hat) · 9 years ago
  17. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  18. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  19. 3f3c73de Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  20. 2541517 tracing, perf: Implement BPF programs attached to kprobes by Alexei Starovoitov · 10 years ago
  21. 72cbbc8 tracing: Add kprobe flag by Alexei Starovoitov · 10 years ago
  22. d9a16d3 trace: Don't use __weak in header files by Stephen Rothwell · 10 years ago
  23. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  24. 8434dc9 tracing: Convert the tracing facility over to use tracefs by Steven Rostedt (Red Hat) · 10 years ago
  25. 14a5ae4 tracing: Use IS_ERR() check for return value of tracing_init_dentry() by Steven Rostedt (Red Hat) · 10 years ago
  26. 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 10 years ago
  27. 85224da kprobes/tracing: Use trace_seq_has_overflowed() for overflow checks by Steven Rostedt (Red Hat) · 10 years ago
  28. 1177e43 trace: Replace single-character seq_puts with seq_putc by Rasmus Villemoes · 10 years ago
  29. fa6f0cc tracing: Replace seq_printf by simpler equivalents by Rasmus Villemoes · 10 years ago
  30. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  31. 748ec3a tracing/kprobes: Avoid self tests if tracing is disabled on boot up by Yoshihiro YUNOMAE · 10 years ago
  32. 3da0f18 kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace by Masami Hiramatsu · 10 years ago
  33. fbc1963 kprobes, ftrace: Allow probing on some functions by Masami Hiramatsu · 10 years ago
  34. de7b297 tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints by Mathieu Desnoyers · 10 years ago
  35. 70ed91c tracing/uprobes: Support ftrace_event_file base multibuffer by zhangwei(Jovi) · 11 years ago
  36. 13a1e4a tracing: Consolidate event trigger code by Steven Rostedt (Red Hat) · 11 years ago
  37. 0641d36 tracing/kprobes: Add trace event trigger invocations by Tom Zanussi · 11 years ago
  38. b7e0bf3 tracing/uprobes: Add @+file_offset fetch method by Namhyung Kim · 11 years ago
  39. 5baaa59 tracing/probes: Implement 'memory' fetch method for uprobes by Namhyung Kim · 11 years ago
  40. 1301a44 tracing/probes: Move 'symbol' fetch method to kprobes by Namhyung Kim · 11 years ago
  41. 3fd996a tracing/probes: Implement 'stack' fetch method for uprobes by Namhyung Kim · 11 years ago
  42. 34fee3a tracing/probes: Split [ku]probes_fetch_type_table by Namhyung Kim · 11 years ago
  43. 5bf652a tracing/probes: Integrate duplicate set_print_fmt() by Namhyung Kim · 11 years ago
  44. 2dc1018 tracing/kprobes: Move common functions to trace_probe.h by Namhyung Kim · 11 years ago
  45. c31ffb3 tracing/kprobes: Factor out struct trace_probe by Namhyung Kim · 11 years ago
  46. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  47. 40c3259 tracing/kprobes: Fail to unregister if probe event files are in use by Steven Rostedt (Red Hat) · 11 years ago
  48. a232e27 tracing/kprobe: Wait for disabling all running kprobe handlers by Masami Hiramatsu · 11 years ago
  49. cd92bf6 tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() by Oleg Nesterov · 11 years ago
  50. cf6735a tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit() by Oleg Nesterov · 11 years ago
  51. b04d52e tracing/kprobes: Turn trace_probe->files into list_head by Oleg Nesterov · 11 years ago
  52. 3fe3d61 tracing/kprobes: Kill probe_enable_lock by Oleg Nesterov · 11 years ago
  53. 288e984 tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is empty by Oleg Nesterov · 11 years ago
  54. 195a84d tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabled by zhangwei(Jovi) · 11 years ago
  55. b62fdd9 tracing/kprobes: Make print_*probe_event static by Masami Hiramatsu · 11 years ago
  56. 3d1fc7b tracing/kprobes: Fix a sparse warning for incorrect type in assignment by Masami Hiramatsu · 11 years ago
  57. c02c7e6 tracing/kprobes: Use rcu_dereference_raw for tp->files by Masami Hiramatsu · 11 years ago
  58. b882008 tracing/kprobes: Support soft-mode disabling by Masami Hiramatsu · 11 years ago
  59. 41a7dd4 tracing/kprobes: Support ftrace_event_file base multibuffer by Masami Hiramatsu · 11 years ago
  60. 2b106aa tracing/kprobes: Pass trace_probe directly from dispatcher by Masami Hiramatsu · 11 years ago
  61. 48182bd tracing/kprobes: Increment probe hit-count even if it is used by perf by Masami Hiramatsu · 11 years ago
  62. db02038 tracing/kprobes: Use bool for retprobe checker by Masami Hiramatsu · 11 years ago
  63. cce2c8f tracing/kprobes: Fix to increment return event probe hit-count by Masami Hiramatsu · 11 years ago
  64. 0d5c6e1 tracing: Use irq_work for wake ups and remove *_nowake_*() functions by Steven Rostedt · 12 years ago
  65. bcd83ea tracing: Replace strict_strto* with kstrto* by Daniel Walter · 12 years ago
  66. e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 12 years ago
  67. f3f096c tracing: Provide trace events interface for uprobes by Srikar Dronamraju · 12 years ago
  68. 8ab83f5 tracing: Extract out common code for kprobes/uprobes trace events by Srikar Dronamraju · 12 years ago
  69. 3a6b766 tracing: Modify is_delete, is_return from int to bool by Srikar Dronamraju · 12 years ago
  70. 489c75c ftrace, perf: Add add/del tracepoint perf registration actions by Jiri Olsa · 13 years ago
  71. ceec0b6 ftrace, perf: Add open/close tracepoint perf registration actions by Jiri Olsa · 13 years ago
  72. 02ca152 ftrace/kprobes: Fix not to delete probes if in use by Masami Hiramatsu · 13 years ago
  73. 7f6878a tracing/kprobe: Update symbol reference when loading module by Masami Hiramatsu · 13 years ago
  74. 6142431 tracing/kprobes: Support module init function probing by Masami Hiramatsu · 13 years ago
  75. 1538f88 tracing/kprobes: Merge trace probe enable/disable functions by Masami Hiramatsu · 13 years ago
  76. 7143f16 tracing/kprobes: Rename probe_* to trace_probe_* by Masami Hiramatsu · 13 years ago
  77. 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 · 13 years ago
  78. 1fd8df2 tracing/kprobes: Fix kprobe-tracer to support stack trace by Masami Hiramatsu · 13 years ago
  79. 265a5b7 kprobes/trace: Fix kprobe selftest for gcc 4.6 by Steven Rostedt · 13 years ago
  80. 625f2a3 sched: Get rid of lock_depth by Jonathan Corbet · 13 years ago
  81. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  82. 0de4b34 tracing/kprobe: Fix NULL pointer deref check by Masami Hiramatsu · 14 years ago
  83. 1ff511e tracing/kprobes: Add bitfield type by Masami Hiramatsu · 14 years ago
  84. e374536 tracing/kprobes: Support longer (>128 bytes) command by Masami Hiramatsu · 14 years ago
  85. 76022db tracing/kprobes: Cleanup strict_strtol() using code by Masami Hiramatsu · 14 years ago
  86. 61d8e11 Remove duplicate includes from many files by Zimny Lech · 14 years ago
  87. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  88. da34634 tracing/kprobe: Fix handling of C-unlike argument names by Masami Hiramatsu · 14 years ago
  89. aba9159 tracing/kprobes: Fix handling of argument names by Masami Hiramatsu · 14 years ago
  90. 61a5273 tracing/kprobe: Fix a memory leak in error case by Masami Hiramatsu · 14 years ago
  91. fb8231a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  92. 426d310 fix printk typo 'faild' by Paul Bolle · 14 years ago
  93. 9da79ab tracing/kprobes: unregister_trace_probe needs to be called under mutex by Srikar Dronamraju · 14 years ago
  94. e09c861 tracing/kprobes: Support "string" type by Masami Hiramatsu · 14 years ago
  95. ffb9f99 tracing: Remove redundant raw_init callbacks by Li Zefan · 14 years ago
  96. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 14 years ago
  97. 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 · 14 years ago
  98. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 14 years ago
  99. b7e2ece perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction by Peter Zijlstra · 14 years ago
  100. 4f41c01 perf/ftrace: Optimize perf/tracepoint interaction for single events by Peter Zijlstra · 14 years ago