1. 1c1857d tracing/probes: check the return value of kstrndup() for pbuf by Xiaoke Wang · 3 years ago
  2. a6ed2ae tracing: Switch to kvfree_rcu() API by Uladzislau Rezki (Sony) · 3 years, 1 month ago
  3. 7491e2c tracing: Add a probe that attaches to trace events by Tzvetomir Stoyanov (VMware) · 3 years, 4 months ago
  4. 8e24206 tracing/probes: Reject events which have the same name of existing one by Masami Hiramatsu · 3 years, 4 months ago
  5. 007517a tracing/probe: Change traceprobe_set_print_fmt() to take a type by Steven Rostedt (VMware) · 3 years, 4 months ago
  6. bc1b973 tracing/probes: Allow for dot delimiter as well as slash for system names by Steven Rostedt (VMware) · 3 years, 4 months ago
  7. fcd9db5 tracing/probe: Have traceprobe_parse_probe_arg() take a const arg by Steven Rostedt (VMware) · 3 years, 4 months ago
  8. f2cc020 tracing: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
  9. d262271 tracing/dynevent: Delegate parsing to create function by Masami Hiramatsu · 3 years, 11 months ago
  10. 3aa8fdc tracing/probe: Fix memleak in fetch_op_data operations by Vamshi K Sthambamkadi · 4 years, 7 months ago
  11. fc9d276 tracing/probe: reverse arguments to list_add by Julia Lawall · 4 years, 8 months ago
  12. 2027942 tracing/kprobes: Have uname use __get_str() in print_fmt by Steven Rostedt (VMware) · 5 years ago
  13. b61387c tracing/uprobe: Fix to make trace_uprobe_filter alignment safe by Masami Hiramatsu · 5 years ago
  14. 99c9a923 tracing/uprobe: Fix double perf_event linking on multiprobe uprobe by Masami Hiramatsu · 5 years ago
  15. d2aea95 tracing/probe: Fix to check the difference of nr_args before adding probe by Masami Hiramatsu · 5 years ago
  16. d59fae6 tracing/kprobe: Fix NULL pointer access in trace_porbe_unlink() by Masami Hiramatsu · 5 years ago
  17. a42e3c4 tracing/probe: Add immediate string parameter support by Masami Hiramatsu · 6 years ago
  18. 6218bf9 tracing/probe: Add immediate parameter support by Masami Hiramatsu · 6 years ago
  19. eb5bf81 tracing/kprobe: Add per-probe delete from event by Masami Hiramatsu · 6 years ago
  20. ca89bc0 tracing/kprobe: Add multi-probe per event support by Masami Hiramatsu · 6 years ago
  21. 60d53e2 tracing/probe: Split trace_event related data from trace_probe by Masami Hiramatsu · 6 years ago
  22. 19a58ce tracing/probe: Fix null pointer dereference by Xinpeng Liu · 5 years ago
  23. e3dc9f8 tracing/probe: Add trace_event_call accesses APIs by Masami Hiramatsu · 6 years ago
  24. 747774d tracing/probe: Add trace flag access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  25. b5f935e tracing/probe: Add trace_event_file access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  26. 46e5376 tracing/probe: Add trace_event_call register API for trace_probe by Masami Hiramatsu · 6 years ago
  27. 455b289 tracing/probe: Add trace_probe init and free functions by Masami Hiramatsu · 6 years ago
  28. e65f7ae tracing/probe: Support user-space dereference by Masami Hiramatsu · 6 years ago
  29. 88903c4 tracing/probe: Add ustring type for user-space string by Masami Hiramatsu · 6 years ago
  30. 8623b00 tracing: Replace kzalloc with kcalloc by Gustavo A. R. Silva · 6 years ago
  31. 3dd1f7f tracing: probeevent: Fix to make the type of $comm string by Masami Hiramatsu · 6 years ago
  32. 2f754e7 tracing: Have the error logs show up in the proper instances by Steven Rostedt (VMware) · 6 years ago
  33. ab105a4 tracing: Use tracing error_log with probe events by Masami Hiramatsu · 6 years ago
  34. 5b7a962 tracing/probe: Check event/group naming rule at parsing by Masami Hiramatsu · 6 years ago
  35. b4443c1 tracing/probe: Check the size of argument name and body by Masami Hiramatsu · 6 years ago
  36. dec65d79 tracing/probe: Check event name length correctly by Masami Hiramatsu · 6 years ago
  37. 0841625 tracing/probes: Make reserved_field_names static by Valdis Klētnieks · 6 years ago
  38. 91457c0 tracing: Annotate implicit fall through in parse_probe_arg() by Mathieu Malaterre · 6 years ago
  39. 3d739c1 tracing: Use the return of str_has_prefix() to remove open coded numbers by Steven Rostedt (VMware) · 6 years ago
  40. b6b2735 tracing: Use str_has_prefix() instead of using fixed sizes by Steven Rostedt (VMware) · 6 years ago
  41. 6212dd2 tracing/kprobes: Use dyn_event framework for kprobe events by Masami Hiramatsu · 6 years ago
  42. d00bbea9 tracing: Integrate similar probe argument parsers by Masami Hiramatsu · 6 years ago
  43. ee474b8 tracing/kprobes: Fix strpbrk() argument order by Masami Hiramatsu · 6 years ago
  44. bf173ca tracing: probeevent: Fix uninitialized used of offset in parse args by Steven Rostedt (VMware) · 6 years ago
  45. a668281 tracing/kprobes: Allow kprobe-events to record module symbol by Masami Hiramatsu · 6 years ago
  46. a1303af tracing: probeevent: Add $argN for accessing function args by Masami Hiramatsu · 7 years ago
  47. 40b53b7 tracing: probeevent: Add array type support by Masami Hiramatsu · 7 years ago
  48. 60c2e0c tracing: probeevent: Add symbol type by Masami Hiramatsu · 7 years ago
  49. 0a46c85 tracing: probeevent: Append traceprobe_ for exported function by Masami Hiramatsu · 7 years ago
  50. f451bc8 tracing: probeevent: Unify fetch type tables by Masami Hiramatsu · 7 years ago
  51. 5330592 tracing: probeevent: Introduce new argument fetching code by Masami Hiramatsu · 7 years ago
  52. 7bfbc63 tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions by Masami Hiramatsu · 7 years ago
  53. eeb07b0 tracing: probeevent: Cleanup argument field definition by Masami Hiramatsu · 7 years ago
  54. 56de763 tracing: probeevent: Cleanup print argument functions by Masami Hiramatsu · 7 years ago
  55. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 6 years ago
  56. c5d343b tracing: probeevent: Fix to support minus offset from symbol by Masami Hiramatsu · 7 years ago
  57. 7e465ba tracing: Make traceprobe parsing code reusable by Tom Zanussi · 7 years ago
  58. bef5da6 tracing/probes: Fix a warning message to show correct maximum length by Masami Hiramatsu · 8 years ago
  59. 7257634 tracing/probe: Show subsystem name in messages by Masami Hiramatsu · 8 years ago
  60. 1f9b354 tracing: Have traceprobe_probes_write() not access userspace unnecessarily by Steven Rostedt (VMware) · 8 years ago
  61. bdca79c2 ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal by Masami Hiramatsu · 8 years ago
  62. 17ce3dc ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types by Masami Hiramatsu · 8 years ago
  63. 35abb67 tracing: expose current->comm to [ku]probe events by Omar Sandoval · 9 years ago
  64. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 9 years ago
  65. d9a16d3 trace: Don't use __weak in header files by Stephen Rothwell · 10 years ago
  66. d2b0191 tracing/probes: Do not use return value of trace_seq_printf() by Steven Rostedt (Red Hat) · 10 years ago
  67. 3da0f18 kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace by Masami Hiramatsu · 11 years ago
  68. fbc1963 kprobes, ftrace: Allow probing on some functions by Masami Hiramatsu · 11 years ago
  69. b7e0bf3 tracing/uprobes: Add @+file_offset fetch method by Namhyung Kim · 11 years ago
  70. b079d37 tracing/uprobes: Add support for full argument access methods by Namhyung Kim · 11 years ago
  71. 5baaa59 tracing/probes: Implement 'memory' fetch method for uprobes by Namhyung Kim · 11 years ago
  72. 3925f4a tracing/probes: Add fetch{,_size} member into deref fetch method by Hyeoncheol Lee · 11 years ago
  73. 1301a44 tracing/probes: Move 'symbol' fetch method to kprobes by Namhyung Kim · 11 years ago
  74. 3fd996a tracing/probes: Implement 'stack' fetch method for uprobes by Namhyung Kim · 11 years ago
  75. 34fee3a tracing/probes: Split [ku]probes_fetch_type_table by Namhyung Kim · 11 years ago
  76. b26c74e tracing/probes: Move fetch function helpers to trace_probe.h by Namhyung Kim · 11 years ago
  77. 5bf652a tracing/probes: Integrate duplicate set_print_fmt() by Namhyung Kim · 11 years ago
  78. 50eb267 tracing/probes: Fix basic print type functions by Namhyung Kim · 11 years ago
  79. bcd83ea tracing: Replace strict_strto* with kstrto* by Daniel Walter · 12 years ago
  80. f3f096c tracing: Provide trace events interface for uprobes by Srikar Dronamraju · 13 years ago
  81. 8ab83f5 tracing: Extract out common code for kprobes/uprobes trace events by Srikar Dronamraju · 13 years ago