1. d262271 tracing/dynevent: Delegate parsing to create function by Masami Hiramatsu · 4 years ago
  2. 39bcdd6 tracing: Fix spelling of controlling in uprobes by Bhaskar Chowdhury · 4 years ago
  3. 36590c50 tracing: Merge irqflags + preempt counter. by Sebastian Andrzej Siewior · 4 years ago
  4. 3dd3aae tracing/uprobes: Support perf-style return probe by Masami Hiramatsu · 4 years, 4 months ago
  5. 22c36b1 tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer by Wei Yang · 4 years, 6 months ago
  6. 231621d tracing/uprobe: Remove dead code in trace_uprobe_register() by Peng Fan · 4 years, 6 months ago
  7. 22d5bd6 tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes by Jean-Philippe Brucker · 4 years, 7 months ago
  8. 70ed070 bpf: disable preemption for bpf progs attached to uprobe by Alexei Starovoitov · 4 years, 11 months ago
  9. e310396 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  10. c0e809e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  11. b61387c tracing/uprobe: Fix to make trace_uprobe_filter alignment safe by Masami Hiramatsu · 5 years ago
  12. 99c9a923 tracing/uprobe: Fix double perf_event linking on multiprobe uprobe by Masami Hiramatsu · 5 years ago
  13. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  14. 04ae87a ftrace: Rework event_create_dir() by Peter Zijlstra · 5 years ago
  15. 17911ff tracing: Add locked_down checks to the open calls of files created for tracefs by Steven Rostedt (VMware) · 5 years ago
  16. f8d7ab2 tracing/probe: Fix same probe event argument matching by Srikar Dronamraju · 5 years ago
  17. fe60b0c tracing/probe: Reject exactly same probe event by Masami Hiramatsu · 5 years ago
  18. a42e3c4 tracing/probe: Add immediate string parameter support by Masami Hiramatsu · 6 years ago
  19. ab10d69 tracing/uprobe: Add per-probe delete from event by Masami Hiramatsu · 6 years ago
  20. 41af3cf tracing/uprobe: Add multi-probe per uprobe event support by Masami Hiramatsu · 6 years ago
  21. 3019913 tracing/dynevent: Pass extra arguments to match operation by Masami Hiramatsu · 6 years ago
  22. 60d53e2 tracing/probe: Split trace_event related data from trace_probe by Masami Hiramatsu · 6 years ago
  23. 818e95c Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  24. e3dc9f8 tracing/probe: Add trace_event_call accesses APIs by Masami Hiramatsu · 6 years ago
  25. b55ce203 tracing/probe: Add probe event name and group name accesses APIs by Masami Hiramatsu · 6 years ago
  26. 747774d tracing/probe: Add trace flag access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  27. b5f935e tracing/probe: Add trace_event_file access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  28. 46e5376 tracing/probe: Add trace_event_call register API for trace_probe by Masami Hiramatsu · 6 years ago
  29. 455b289 tracing/probe: Add trace_probe init and free functions by Masami Hiramatsu · 6 years ago
  30. b4d4b96 tracing/uprobe: Set print format when parsing command by Masami Hiramatsu · 6 years ago
  31. b9271f0 Merge tag 'v5.2-rc6' into perf/core, to refresh branch by Ingo Molnar · 6 years ago
  32. a415834 tracing/uprobe: Fix obsolete comment on trace_uprobe_create() by Eiichi Tsukata · 6 years ago
  33. f01098c tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create() by Eiichi Tsukata · 6 years ago
  34. 9fd2e48 perf/core: Allow non-privileged uprobe for user processes by Song Liu · 6 years ago
  35. e65f7ae tracing/probe: Support user-space dereference by Masami Hiramatsu · 6 years ago
  36. 88903c4 tracing/probe: Add ustring type for user-space string by Masami Hiramatsu · 6 years ago
  37. 4dd537a tracing: uprobes: Re-enable $comm support for uprobe events by Masami Hiramatsu · 6 years ago
  38. ab105a4 tracing: Use tracing error_log with probe events by Masami Hiramatsu · 6 years ago
  39. aa2e3ac Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  40. a039480 tracing/probe: Verify alloc_trace_*probe() result by Masami Hiramatsu · 6 years ago
  41. 5b7a962 tracing/probe: Check event/group naming rule at parsing by Masami Hiramatsu · 6 years ago
  42. 0722069 tracing/uprobes: Fix output for multiple string arguments by Andreas Ziegler · 6 years ago
  43. ea6eb5e tracing: uprobes: Fix typo in pr_fmt string by Andreas Ziegler · 6 years ago
  44. 7e1413e tracing: Consolidate trace_add/remove_event_call back to the nolock functions by Steven Rostedt (VMware) · 6 years ago
  45. 0597c49 tracing/uprobes: Use dyn_event framework for uprobe events by Masami Hiramatsu · 6 years ago
  46. d00bbea9 tracing: Integrate similar probe argument parsers by Masami Hiramatsu · 6 years ago
  47. 547cd9e tracing/uprobes: Add busy check when cleanup all uprobes by Masami Hiramatsu · 6 years ago
  48. f3f5893 tracing/uprobes: Fix to return -EFAULT if copy_from_user failed by Masami Hiramatsu · 6 years ago
  49. a1303af tracing: probeevent: Add $argN for accessing function args by Masami Hiramatsu · 7 years ago
  50. 9b960a3 tracing: probeevent: Unify fetch_insn processing common part by Masami Hiramatsu · 7 years ago
  51. 0a46c85 tracing: probeevent: Append traceprobe_ for exported function by Masami Hiramatsu · 7 years ago
  52. 9178412 tracing: probeevent: Return consumed bytes of dynamic area by Masami Hiramatsu · 7 years ago
  53. f451bc8 tracing: probeevent: Unify fetch type tables by Masami Hiramatsu · 7 years ago
  54. 5330592 tracing: probeevent: Introduce new argument fetching code by Masami Hiramatsu · 7 years ago
  55. eeb07b0 tracing: probeevent: Cleanup argument field definition by Masami Hiramatsu · 7 years ago
  56. 56de763 tracing: probeevent: Cleanup print argument functions by Masami Hiramatsu · 7 years ago
  57. a6ca88b trace_uprobe: support reference counter in fd-based uprobe by Song Liu · 6 years ago
  58. ccea872 trace_uprobe/sdt: Prevent multiple reference counter for same uprobe by Ravi Bangoria · 6 years ago
  59. 1cc3316 uprobes: Support SDT markers having reference count (semaphore) by Ravi Bangoria · 6 years ago
  60. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 6 years ago
  61. 016f8ff uprobes: Use synchronize_rcu() not synchronize_sched() by Steven Rostedt (VMware) · 6 years ago
  62. 41bdc4b bpf: introduce bpf subcommand BPF_TASK_FD_QUERY by Yonghong Song · 7 years ago
  63. 0c92c7a tracing: Fix bad use of igrab in trace_uprobe.c by Song Liu · 7 years ago
  64. 174e719 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  65. affb028 Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  66. a64b2c0 trace_uprobe: Simplify probes_seq_show() by Ravi Bangoria · 7 years ago
  67. 18d45b1 trace_uprobe: Use %lx to display offset by Ravi Bangoria · 7 years ago
  68. f0a2aa5 tracing/uprobe: Add support for overlayfs by Howard McLauchlan · 7 years ago
  69. 50268a3 tracing/uprobe_event: Fix strncpy corner case by Masami Hiramatsu · 7 years ago
  70. 7057bb9 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  71. 33ea4b2 perf/core: Implement the 'perf_uprobe' PMU by Song Liu · 7 years ago
  72. 0e4d819 trace_uprobe: Display correct offset in uprobe_events by Ravi Bangoria · 7 years ago
  73. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  74. e87c6bc bpf: permit multiple bpf attachments for a single perf event by Yonghong Song · 7 years ago
  75. 8fd0fbb perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function") by Peter Zijlstra · 7 years ago
  76. 7e465ba tracing: Make traceprobe parsing code reusable by Tom Zanussi · 7 years ago
  77. 75e8387 perf/ftrace: Fix double traces of perf on ftrace:function by Zhou Chengming · 7 years ago
  78. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  79. 7257634 tracing/probe: Show subsystem name in messages by Masami Hiramatsu · 8 years ago
  80. 6496bb7 uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSET by Kenny Yu · 8 years ago
  81. 95107b3 Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  82. 5ba8a4a tracing/uprobe: Drop isdigit() check in create_trace_uprobe by Dmitry Safonov · 8 years ago
  83. 17ce3dc ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types by Masami Hiramatsu · 8 years ago
  84. 1e1dcd9 perf: split perf_trace_buf_prepare into alloc and update parts by Alexei Starovoitov · 9 years ago
  85. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 9 years ago
  86. a2fb338 tracing/uprobes: Do not print '0x (null)' when offset is 0 by Wang Nan · 9 years ago
  87. 04a22fa tracing, perf: Implement BPF programs attached to uprobes by Wang Nan · 10 years ago
  88. 09a5059 tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled() by Steven Rostedt (Red Hat) · 10 years ago
  89. 687fcc4 tracing: Rename ftrace_event_name() to trace_event_name() by Steven Rostedt (Red Hat) · 10 years ago
  90. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  91. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 10 years ago
  92. 9023c93 tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() by Steven Rostedt (Red Hat) · 10 years ago
  93. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  94. 7682c91 VFS: kernel/: d_inode() annotations by David Howells · 10 years ago
  95. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  96. 936c663 Merge branch 'perf/x86' into perf/core, because it's ready by Ingo Molnar · 10 years ago
  97. d9a16d3 trace: Don't use __weak in header files by Stephen Rothwell · 10 years ago
  98. 50f16a8 perf: Remove type specific target pointers by Peter Zijlstra · 10 years ago
  99. 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
  100. 14a5ae4 tracing: Use IS_ERR() check for return value of tracing_init_dentry() by Steven Rostedt (Red Hat) · 10 years ago