1. 1f9f4f4 tracing/probes: Fix to add NULL check for BTF APIs by Masami Hiramatsu (Google) · 1 year, 7 months ago
  2. 4b4eef5 Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 1 year, 8 months ago
  3. 4ed8f33 Revert "tracing: Add "(fault)" name injection to kernel probes" by Masami Hiramatsu (Google) · 1 year, 8 months ago
  4. d2a6fd4 Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 1 year, 8 months ago
  5. 5343179 tracing/probes: Fix tracepoint event with $arg* to fetch correct argument by Masami Hiramatsu (Google) · 1 year, 9 months ago
  6. ed5f297 tracing/probes: Fix to return NULL and keep using current argc by Masami Hiramatsu (Google) · 1 year, 9 months ago
  7. fd26290 tracing/probes: Add BTF retval type support by Masami Hiramatsu (Google) · 1 year, 9 months ago
  8. 18b1e87 tracing/probes: Add $arg* meta argument for all function args by Masami Hiramatsu (Google) · 1 year, 9 months ago
  9. b576e09 tracing/probes: Support function parameters if BTF is available by Masami Hiramatsu (Google) · 1 year, 9 months ago
  10. 1b8b0cd tracing/probes: Move event parameter fetching code to common parser by Masami Hiramatsu (Google) · 1 year, 9 months ago
  11. e2d0d7b tracing/probes: Add tracepoint support on fprobe_events by Masami Hiramatsu (Google) · 1 year, 9 months ago
  12. 334e551 tracing/probes: Add fprobe events for tracing function entry and exit. by Masami Hiramatsu (Google) · 1 year, 9 months ago
  13. c7dce4c tracing: Replace all non-returning strlcpy with strscpy by Azeem Shaikh · 1 year, 10 months ago
  14. cae16f2 tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep() by Uladzislau Rezki (Sony) · 2 years, 1 month ago
  15. 196b638 kernel/trace: Introduce trace_probe_print_args and use it in *probes by Song Chen · 2 years, 2 months ago
  16. 8478cca tracing/probe: add a char type to show the character value of traced arguments by Donglin Peng · 2 years ago
  17. af9b3fa Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 2 years, 2 months ago
  18. d4505aa tracing/probes: Reject symbol/symstr type for uprobe by Masami Hiramatsu (Google) · 2 years, 4 months ago
  19. b26a124 tracing/probes: Add symstr type for dynamic events by Masami Hiramatsu (Google) · 2 years, 4 months ago
  20. 575b76c tracing/probes: Handle system names with hyphens by Steven Rostedt (Google) · 2 years, 3 months ago
  21. ab83844 tracing/probes: Have kprobes and uprobes use $COMM too by Steven Rostedt (Google) · 2 years, 7 months ago
  22. 02333de tracing/eprobes: Do not hardcode $comm as a string by Steven Rostedt (Google) · 2 years, 7 months ago
  23. 2673c60 tracing/eprobes: Do not allow eprobes to use $stack, or % for regs by Steven Rostedt (Google) · 2 years, 7 months ago
  24. 95c104c tracing: Auto generate event name when creating a group of events by Linyu Yuan · 2 years, 8 months ago
  25. b61edd5 eprobes: Remove redundant event type information by Steven Rostedt (Google) · 3 years, 1 month ago
  26. 1c1857d tracing/probes: check the return value of kstrndup() for pbuf by Xiaoke Wang · 3 years, 3 months ago
  27. a6ed2ae tracing: Switch to kvfree_rcu() API by Uladzislau Rezki (Sony) · 3 years, 3 months ago
  28. 7491e2c tracing: Add a probe that attaches to trace events by Tzvetomir Stoyanov (VMware) · 3 years, 7 months ago
  29. 8e24206 tracing/probes: Reject events which have the same name of existing one by Masami Hiramatsu · 3 years, 7 months ago
  30. 007517a tracing/probe: Change traceprobe_set_print_fmt() to take a type by Steven Rostedt (VMware) · 3 years, 7 months ago
  31. bc1b973 tracing/probes: Allow for dot delimiter as well as slash for system names by Steven Rostedt (VMware) · 3 years, 7 months ago
  32. fcd9db5 tracing/probe: Have traceprobe_parse_probe_arg() take a const arg by Steven Rostedt (VMware) · 3 years, 7 months ago
  33. f2cc020 tracing: Fix various typos in comments by Ingo Molnar · 4 years ago
  34. d262271 tracing/dynevent: Delegate parsing to create function by Masami Hiramatsu · 4 years, 1 month ago
  35. 3aa8fdc tracing/probe: Fix memleak in fetch_op_data operations by Vamshi K Sthambamkadi · 4 years, 9 months ago
  36. fc9d276 tracing/probe: reverse arguments to list_add by Julia Lawall · 4 years, 10 months ago
  37. 2027942 tracing/kprobes: Have uname use __get_str() in print_fmt by Steven Rostedt (VMware) · 5 years ago
  38. b61387c tracing/uprobe: Fix to make trace_uprobe_filter alignment safe by Masami Hiramatsu · 5 years ago
  39. 99c9a923 tracing/uprobe: Fix double perf_event linking on multiprobe uprobe by Masami Hiramatsu · 5 years ago
  40. d2aea95 tracing/probe: Fix to check the difference of nr_args before adding probe by Masami Hiramatsu · 5 years ago
  41. d59fae6 tracing/kprobe: Fix NULL pointer access in trace_porbe_unlink() by Masami Hiramatsu · 5 years ago
  42. a42e3c4 tracing/probe: Add immediate string parameter support by Masami Hiramatsu · 6 years ago
  43. 6218bf9 tracing/probe: Add immediate parameter support by Masami Hiramatsu · 6 years ago
  44. eb5bf81 tracing/kprobe: Add per-probe delete from event by Masami Hiramatsu · 6 years ago
  45. ca89bc0 tracing/kprobe: Add multi-probe per event support 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. 19a58ce tracing/probe: Fix null pointer dereference by Xinpeng Liu · 6 years ago
  48. e3dc9f8 tracing/probe: Add trace_event_call accesses APIs by Masami Hiramatsu · 6 years ago
  49. 747774d tracing/probe: Add trace flag access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  50. b5f935e tracing/probe: Add trace_event_file access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  51. 46e5376 tracing/probe: Add trace_event_call register API for trace_probe by Masami Hiramatsu · 6 years ago
  52. 455b289 tracing/probe: Add trace_probe init and free functions by Masami Hiramatsu · 6 years ago
  53. e65f7ae tracing/probe: Support user-space dereference by Masami Hiramatsu · 6 years ago
  54. 88903c4 tracing/probe: Add ustring type for user-space string by Masami Hiramatsu · 6 years ago
  55. 8623b00 tracing: Replace kzalloc with kcalloc by Gustavo A. R. Silva · 6 years ago
  56. 3dd1f7f tracing: probeevent: Fix to make the type of $comm string by Masami Hiramatsu · 6 years ago
  57. 2f754e7 tracing: Have the error logs show up in the proper instances by Steven Rostedt (VMware) · 6 years ago
  58. ab105a4 tracing: Use tracing error_log with probe events by Masami Hiramatsu · 6 years ago
  59. 5b7a962 tracing/probe: Check event/group naming rule at parsing by Masami Hiramatsu · 6 years ago
  60. b4443c1 tracing/probe: Check the size of argument name and body by Masami Hiramatsu · 6 years ago
  61. dec65d79 tracing/probe: Check event name length correctly by Masami Hiramatsu · 6 years ago
  62. 0841625 tracing/probes: Make reserved_field_names static by Valdis Klētnieks · 6 years ago
  63. 91457c0 tracing: Annotate implicit fall through in parse_probe_arg() by Mathieu Malaterre · 6 years ago
  64. 3d739c1 tracing: Use the return of str_has_prefix() to remove open coded numbers by Steven Rostedt (VMware) · 6 years ago
  65. b6b2735 tracing: Use str_has_prefix() instead of using fixed sizes by Steven Rostedt (VMware) · 6 years ago
  66. 6212dd2 tracing/kprobes: Use dyn_event framework for kprobe events by Masami Hiramatsu · 6 years ago
  67. d00bbea9 tracing: Integrate similar probe argument parsers by Masami Hiramatsu · 6 years ago
  68. ee474b8 tracing/kprobes: Fix strpbrk() argument order by Masami Hiramatsu · 6 years ago
  69. bf173ca tracing: probeevent: Fix uninitialized used of offset in parse args by Steven Rostedt (VMware) · 6 years ago
  70. a668281 tracing/kprobes: Allow kprobe-events to record module symbol by Masami Hiramatsu · 7 years ago
  71. a1303af tracing: probeevent: Add $argN for accessing function args by Masami Hiramatsu · 7 years ago
  72. 40b53b7 tracing: probeevent: Add array type support by Masami Hiramatsu · 7 years ago
  73. 60c2e0c tracing: probeevent: Add symbol type by Masami Hiramatsu · 7 years ago
  74. 0a46c85 tracing: probeevent: Append traceprobe_ for exported function by Masami Hiramatsu · 7 years ago
  75. f451bc8 tracing: probeevent: Unify fetch type tables by Masami Hiramatsu · 7 years ago
  76. 5330592 tracing: probeevent: Introduce new argument fetching code by Masami Hiramatsu · 7 years ago
  77. 7bfbc63 tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions by Masami Hiramatsu · 7 years ago
  78. eeb07b0 tracing: probeevent: Cleanup argument field definition by Masami Hiramatsu · 7 years ago
  79. 56de763 tracing: probeevent: Cleanup print argument functions by Masami Hiramatsu · 7 years ago
  80. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 7 years ago
  81. c5d343b tracing: probeevent: Fix to support minus offset from symbol by Masami Hiramatsu · 7 years ago
  82. 7e465ba tracing: Make traceprobe parsing code reusable by Tom Zanussi · 7 years ago
  83. bef5da6 tracing/probes: Fix a warning message to show correct maximum length by Masami Hiramatsu · 8 years ago
  84. 7257634 tracing/probe: Show subsystem name in messages by Masami Hiramatsu · 8 years ago
  85. 1f9b354 tracing: Have traceprobe_probes_write() not access userspace unnecessarily by Steven Rostedt (VMware) · 8 years ago
  86. bdca79c2 ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal by Masami Hiramatsu · 9 years ago
  87. 17ce3dc ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types by Masami Hiramatsu · 9 years ago
  88. 35abb67 tracing: expose current->comm to [ku]probe events by Omar Sandoval · 9 years ago
  89. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 9 years ago
  90. d9a16d3 trace: Don't use __weak in header files by Stephen Rothwell · 10 years ago
  91. d2b0191 tracing/probes: Do not use return value of trace_seq_printf() by Steven Rostedt (Red Hat) · 10 years ago
  92. 3da0f18 kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace by Masami Hiramatsu · 11 years ago
  93. fbc1963 kprobes, ftrace: Allow probing on some functions by Masami Hiramatsu · 11 years ago
  94. b7e0bf3 tracing/uprobes: Add @+file_offset fetch method by Namhyung Kim · 11 years ago
  95. b079d374 tracing/uprobes: Add support for full argument access methods by Namhyung Kim · 12 years ago
  96. 5baaa59 tracing/probes: Implement 'memory' fetch method for uprobes by Namhyung Kim · 11 years ago
  97. 3925f4a tracing/probes: Add fetch{,_size} member into deref fetch method by Hyeoncheol Lee · 12 years ago
  98. 1301a44 tracing/probes: Move 'symbol' fetch method to kprobes by Namhyung Kim · 11 years ago
  99. 3fd996a tracing/probes: Implement 'stack' fetch method for uprobes by Namhyung Kim · 11 years ago
  100. 34fee3a tracing/probes: Split [ku]probes_fetch_type_table by Namhyung Kim · 11 years ago