summaryrefslogtreecommitdiffstats
path: root/Documentation/trace/uprobetracer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/trace/uprobetracer.rst')
-rw-r--r--Documentation/trace/uprobetracer.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/trace/uprobetracer.rst b/Documentation/trace/uprobetracer.rst
index d0822811527a..4c3bfde2ba47 100644
--- a/Documentation/trace/uprobetracer.rst
+++ b/Documentation/trace/uprobetracer.rst
@@ -18,6 +18,10 @@ current_tracer. Instead of that, add probe points via
18However unlike kprobe-event tracer, the uprobe event interface expects the 18However unlike kprobe-event tracer, the uprobe event interface expects the
19user to calculate the offset of the probepoint in the object. 19user to calculate the offset of the probepoint in the object.
20 20
21You can also use /sys/kernel/debug/tracing/dynamic_events instead of
22uprobe_events. That interface will provide unified access to other
23dynamic events too.
24
21Synopsis of uprobe_tracer 25Synopsis of uprobe_tracer
22------------------------- 26-------------------------
23:: 27::