1. bd78acc kernel/trace: extract common part in process_fetch_insn by Song Chen · 2 years, 2 months ago
  2. 196b638 kernel/trace: Introduce trace_probe_print_args and use it in *probes by Song Chen · 2 years, 2 months ago
  3. d4505aa tracing/probes: Reject symbol/symstr type for uprobe by Masami Hiramatsu (Google) · 2 years, 3 months ago
  4. 965a9d7 Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 2 years, 7 months ago
  5. 95c104c tracing: Auto generate event name when creating a group of events by Linyu Yuan · 2 years, 8 months ago
  6. 0076cad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 2 years, 8 months ago
  7. 0d8730f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 8 months ago
  8. aca80dd uprobe: gate bpf call behind BPF_EVENTS by Delyan Kratunov · 2 years, 8 months ago
  9. 12c3e0c tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create() by Gautam Menghani · 2 years, 8 months ago
  10. 8c7dcb8 bpf: implement sleepable uprobes by chaining gps by Delyan Kratunov · 2 years, 8 months ago
  11. 4d66020 Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 1 month ago
  12. 8c72242 tracing/uprobes: Check the return value of kstrdup() for tu->filename by Xiaoke Wang · 3 years, 2 months ago
  13. aef2fed add missing bpf-cgroup.h includes by Jakub Kicinski · 3 years, 2 months ago
  14. e161c6b tracing: Iterate trace_[ku]probe objects directly by Jiri Olsa · 3 years, 3 months ago
  15. b7d5eb2 tracing/uprobes: Use trace_event_buffer_reserve() helper by Steven Rostedt (VMware) · 3 years, 3 months ago
  16. 1880ed7 tracing/uprobe: Fix uprobe_perf_open probes iteration by Jiri Olsa · 3 years, 3 months ago
  17. 21ccc9c tracing: Disable "other" permission bits in the tracefs files by Steven Rostedt (VMware) · 3 years, 6 months ago
  18. 8e24206 tracing/probes: Reject events which have the same name of existing one by Masami Hiramatsu · 3 years, 6 months ago
  19. 8565a45 tracing/probes: Have process_fetch_insn() take a void * instead of pt_regs by Steven Rostedt (VMware) · 3 years, 6 months ago
  20. 007517a tracing/probe: Change traceprobe_set_print_fmt() to take a type by Steven Rostedt (VMware) · 3 years, 6 months ago
  21. 845cbf3 tracing/probes: Use struct_size() instead of defining custom macros by Steven Rostedt (VMware) · 3 years, 6 months ago
  22. fcd9db5 tracing/probe: Have traceprobe_parse_probe_arg() take a const arg by Steven Rostedt (VMware) · 3 years, 6 months ago
  23. 1d18538 tracing: Have dynamic events have a ref counter by Steven Rostedt (VMware) · 3 years, 6 months ago
  24. 8b0e6c7 tracing: Add DYNAMIC flag for dynamic events by Steven Rostedt (VMware) · 3 years, 6 months ago
  25. d262271 tracing/dynevent: Delegate parsing to create function by Masami Hiramatsu · 4 years, 1 month ago
  26. 39bcdd6 tracing: Fix spelling of controlling in uprobes by Bhaskar Chowdhury · 4 years, 1 month ago
  27. 36590c50 tracing: Merge irqflags + preempt counter. by Sebastian Andrzej Siewior · 4 years, 1 month ago
  28. 3dd3aae tracing/uprobes: Support perf-style return probe by Masami Hiramatsu · 4 years, 5 months ago
  29. 22c36b1 tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer by Wei Yang · 4 years, 7 months ago
  30. 231621d tracing/uprobe: Remove dead code in trace_uprobe_register() by Peng Fan · 4 years, 7 months ago
  31. 22d5bd6 tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes by Jean-Philippe Brucker · 4 years, 9 months ago
  32. 70ed070 bpf: disable preemption for bpf progs attached to uprobe by Alexei Starovoitov · 5 years ago
  33. 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
  34. 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
  35. b61387c tracing/uprobe: Fix to make trace_uprobe_filter alignment safe by Masami Hiramatsu · 5 years ago
  36. 99c9a923 tracing/uprobe: Fix double perf_event linking on multiprobe uprobe by Masami Hiramatsu · 5 years ago
  37. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  38. 04ae87a ftrace: Rework event_create_dir() by Peter Zijlstra · 5 years ago
  39. 17911ff tracing: Add locked_down checks to the open calls of files created for tracefs by Steven Rostedt (VMware) · 5 years ago
  40. f8d7ab2 tracing/probe: Fix same probe event argument matching by Srikar Dronamraju · 5 years ago
  41. fe60b0c tracing/probe: Reject exactly same probe event by Masami Hiramatsu · 5 years ago
  42. a42e3c4 tracing/probe: Add immediate string parameter support by Masami Hiramatsu · 6 years ago
  43. ab10d69 tracing/uprobe: Add per-probe delete from event by Masami Hiramatsu · 6 years ago
  44. 41af3cf tracing/uprobe: Add multi-probe per uprobe event support by Masami Hiramatsu · 6 years ago
  45. 3019913 tracing/dynevent: Pass extra arguments to match operation by Masami Hiramatsu · 6 years ago
  46. 60d53e2 tracing/probe: Split trace_event related data from trace_probe by Masami Hiramatsu · 6 years ago
  47. 818e95c Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  48. e3dc9f8 tracing/probe: Add trace_event_call accesses APIs by Masami Hiramatsu · 6 years ago
  49. b55ce203 tracing/probe: Add probe event name and group name accesses APIs by Masami Hiramatsu · 6 years ago
  50. 747774d tracing/probe: Add trace flag access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  51. b5f935e tracing/probe: Add trace_event_file access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  52. 46e5376 tracing/probe: Add trace_event_call register API for trace_probe by Masami Hiramatsu · 6 years ago
  53. 455b289 tracing/probe: Add trace_probe init and free functions by Masami Hiramatsu · 6 years ago
  54. b4d4b96 tracing/uprobe: Set print format when parsing command by Masami Hiramatsu · 6 years ago
  55. b9271f0 Merge tag 'v5.2-rc6' into perf/core, to refresh branch by Ingo Molnar · 6 years ago
  56. a415834 tracing/uprobe: Fix obsolete comment on trace_uprobe_create() by Eiichi Tsukata · 6 years ago
  57. f01098c tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create() by Eiichi Tsukata · 6 years ago
  58. 9fd2e48 perf/core: Allow non-privileged uprobe for user processes by Song Liu · 6 years ago
  59. e65f7ae tracing/probe: Support user-space dereference by Masami Hiramatsu · 6 years ago
  60. 88903c4 tracing/probe: Add ustring type for user-space string by Masami Hiramatsu · 6 years ago
  61. 4dd537a tracing: uprobes: Re-enable $comm support for uprobe events by Masami Hiramatsu · 6 years ago
  62. ab105a4 tracing: Use tracing error_log with probe events by Masami Hiramatsu · 6 years ago
  63. 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
  64. a039480 tracing/probe: Verify alloc_trace_*probe() result by Masami Hiramatsu · 6 years ago
  65. 5b7a962 tracing/probe: Check event/group naming rule at parsing by Masami Hiramatsu · 6 years ago
  66. 0722069 tracing/uprobes: Fix output for multiple string arguments by Andreas Ziegler · 6 years ago
  67. ea6eb5e tracing: uprobes: Fix typo in pr_fmt string by Andreas Ziegler · 6 years ago
  68. 7e1413e tracing: Consolidate trace_add/remove_event_call back to the nolock functions by Steven Rostedt (VMware) · 6 years ago
  69. 0597c49 tracing/uprobes: Use dyn_event framework for uprobe events by Masami Hiramatsu · 6 years ago
  70. d00bbea9 tracing: Integrate similar probe argument parsers by Masami Hiramatsu · 6 years ago
  71. 547cd9e tracing/uprobes: Add busy check when cleanup all uprobes by Masami Hiramatsu · 6 years ago
  72. f3f5893 tracing/uprobes: Fix to return -EFAULT if copy_from_user failed by Masami Hiramatsu · 6 years ago
  73. a1303af tracing: probeevent: Add $argN for accessing function args by Masami Hiramatsu · 7 years ago
  74. 9b960a3 tracing: probeevent: Unify fetch_insn processing common part by Masami Hiramatsu · 7 years ago
  75. 0a46c85 tracing: probeevent: Append traceprobe_ for exported function by Masami Hiramatsu · 7 years ago
  76. 9178412 tracing: probeevent: Return consumed bytes of dynamic area by Masami Hiramatsu · 7 years ago
  77. f451bc8 tracing: probeevent: Unify fetch type tables by Masami Hiramatsu · 7 years ago
  78. 5330592 tracing: probeevent: Introduce new argument fetching code by Masami Hiramatsu · 7 years ago
  79. eeb07b0 tracing: probeevent: Cleanup argument field definition by Masami Hiramatsu · 7 years ago
  80. 56de763 tracing: probeevent: Cleanup print argument functions by Masami Hiramatsu · 7 years ago
  81. a6ca88b trace_uprobe: support reference counter in fd-based uprobe by Song Liu · 6 years ago
  82. ccea872 trace_uprobe/sdt: Prevent multiple reference counter for same uprobe by Ravi Bangoria · 7 years ago
  83. 1cc3316 uprobes: Support SDT markers having reference count (semaphore) by Ravi Bangoria · 7 years ago
  84. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 7 years ago
  85. 016f8ff uprobes: Use synchronize_rcu() not synchronize_sched() by Steven Rostedt (VMware) · 7 years ago
  86. 41bdc4b bpf: introduce bpf subcommand BPF_TASK_FD_QUERY by Yonghong Song · 7 years ago
  87. 0c92c7a tracing: Fix bad use of igrab in trace_uprobe.c by Song Liu · 7 years ago
  88. 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
  89. 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
  90. a64b2c0 trace_uprobe: Simplify probes_seq_show() by Ravi Bangoria · 7 years ago
  91. 18d45b1 trace_uprobe: Use %lx to display offset by Ravi Bangoria · 7 years ago
  92. f0a2aa5 tracing/uprobe: Add support for overlayfs by Howard McLauchlan · 7 years ago
  93. 50268a3 tracing/uprobe_event: Fix strncpy corner case by Masami Hiramatsu · 7 years ago
  94. 7057bb9 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  95. 33ea4b2 perf/core: Implement the 'perf_uprobe' PMU by Song Liu · 7 years ago
  96. 0e4d819 trace_uprobe: Display correct offset in uprobe_events by Ravi Bangoria · 7 years ago
  97. 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
  98. e87c6bc38 bpf: permit multiple bpf attachments for a single perf event by Yonghong Song · 7 years ago
  99. 8fd0fbb perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function") by Peter Zijlstra · 7 years ago
  100. 7e465ba tracing: Make traceprobe parsing code reusable by Tom Zanussi · 7 years ago