1. b55ce203 tracing/probe: Add probe event name and group name accesses APIs by Masami Hiramatsu · 6 years ago
  2. 747774d tracing/probe: Add trace flag access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  3. b5f935e tracing/probe: Add trace_event_file access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  4. 46e5376 tracing/probe: Add trace_event_call register API for trace_probe by Masami Hiramatsu · 6 years ago
  5. 455b289 tracing/probe: Add trace_probe init and free functions by Masami Hiramatsu · 6 years ago
  6. e65f7ae tracing/probe: Support user-space dereference by Masami Hiramatsu · 6 years ago
  7. 88903c4 tracing/probe: Add ustring type for user-space string by Masami Hiramatsu · 6 years ago
  8. 4dd537a tracing: uprobes: Re-enable $comm support for uprobe events by Masami Hiramatsu · 6 years ago
  9. ab105a4 tracing: Use tracing error_log with probe events by Masami Hiramatsu · 6 years ago
  10. b4443c1 tracing/probe: Check the size of argument name and body by Masami Hiramatsu · 6 years ago
  11. 6212dd2 tracing/kprobes: Use dyn_event framework for kprobe events by Masami Hiramatsu · 6 years ago
  12. d00bbea9 tracing: Integrate similar probe argument parsers by Masami Hiramatsu · 6 years ago
  13. a668281 tracing/kprobes: Allow kprobe-events to record module symbol by Masami Hiramatsu · 6 years ago
  14. a1303af tracing: probeevent: Add $argN for accessing function args by Masami Hiramatsu · 7 years ago
  15. 40b53b7 tracing: probeevent: Add array type support by Masami Hiramatsu · 7 years ago
  16. 60c2e0c tracing: probeevent: Add symbol type by Masami Hiramatsu · 7 years ago
  17. 0a46c85 tracing: probeevent: Append traceprobe_ for exported function by Masami Hiramatsu · 7 years ago
  18. 9178412 tracing: probeevent: Return consumed bytes of dynamic area by Masami Hiramatsu · 7 years ago
  19. f451bc8 tracing: probeevent: Unify fetch type tables by Masami Hiramatsu · 7 years ago
  20. 5330592 tracing: probeevent: Introduce new argument fetching code by Masami Hiramatsu · 7 years ago
  21. eeb07b0 tracing: probeevent: Cleanup argument field definition by Masami Hiramatsu · 7 years ago
  22. 56de763 tracing: probeevent: Cleanup print argument functions by Masami Hiramatsu · 7 years ago
  23. a6ca88b trace_uprobe: support reference counter in fd-based uprobe by Song Liu · 6 years ago
  24. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 6 years ago
  25. 2d07491 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 7 years ago
  26. c5d343b tracing: probeevent: Fix to support minus offset from symbol by Masami Hiramatsu · 7 years ago
  27. 7057bb9 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  28. 33ea4b2 perf/core: Implement the 'perf_uprobe' PMU by Song Liu · 7 years ago
  29. e12f03d perf/core: Implement the 'perf_kprobe' PMU by Song Liu · 7 years ago
  30. b4da334 tracing/kprobe: bpf: Check error injectable event is on function entry by Masami Hiramatsu · 7 years ago
  31. 9802d86 bpf: add a bpf_override_function helper by Josef Bacik · 7 years ago
  32. 7e465ba tracing: Make traceprobe parsing code reusable by Tom Zanussi · 7 years ago
  33. 6b0b755 perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTS by Anton Blanchard · 8 years ago
  34. bdca79c2 ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal by Masami Hiramatsu · 8 years ago
  35. 17ce3dc ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types by Masami Hiramatsu · 8 years ago
  36. 35abb67 tracing: expose current->comm to [ku]probe events by Omar Sandoval · 9 years ago
  37. f0132c4 kernel/trace_probe: is_good_name can be boolean by Yaowei Bai · 9 years ago
  38. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  39. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 10 years ago
  40. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  41. d9a16d3 trace: Don't use __weak in header files by Stephen Rothwell · 10 years ago
  42. 8434dc9 tracing: Convert the tracing facility over to use tracefs by Steven Rostedt (Red Hat) · 10 years ago
  43. 3da0f18 kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace by Masami Hiramatsu · 11 years ago
  44. 70ed91c tracing/uprobes: Support ftrace_event_file base multibuffer by zhangwei(Jovi) · 11 years ago
  45. e0d18fe tracing/probes: Fix build break on !CONFIG_KPROBE_EVENT by Namhyung Kim · 11 years ago
  46. b7e0bf3 tracing/uprobes: Add @+file_offset fetch method by Namhyung Kim · 11 years ago
  47. 5baaa59 tracing/probes: Implement 'memory' fetch method for uprobes by Namhyung Kim · 11 years ago
  48. 1301a44 tracing/probes: Move 'symbol' fetch method to kprobes by Namhyung Kim · 11 years ago
  49. 3fd996a tracing/probes: Implement 'stack' fetch method for uprobes by Namhyung Kim · 11 years ago
  50. 34fee3a tracing/probes: Split [ku]probes_fetch_type_table by Namhyung Kim · 11 years ago
  51. b26c74e tracing/probes: Move fetch function helpers to trace_probe.h by Namhyung Kim · 11 years ago
  52. 5bf652a tracing/probes: Integrate duplicate set_print_fmt() by Namhyung Kim · 11 years ago
  53. 2dc1018 tracing/kprobes: Move common functions to trace_probe.h by Namhyung Kim · 11 years ago
  54. c31ffb3 tracing/kprobes: Factor out struct trace_probe by Namhyung Kim · 11 years ago
  55. b64b007 uprobes/tracing: Introduce is_trace_uprobe_enabled() by Oleg Nesterov · 12 years ago
  56. f3f096c tracing: Provide trace events interface for uprobes by Srikar Dronamraju · 13 years ago
  57. 8ab83f5 tracing: Extract out common code for kprobes/uprobes trace events by Srikar Dronamraju · 13 years ago