diff options
Diffstat (limited to 'Documentation/trace/uprobetracer.rst')
-rw-r--r-- | Documentation/trace/uprobetracer.rst | 4 |
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 | |||
18 | However unlike kprobe-event tracer, the uprobe event interface expects the | 18 | However unlike kprobe-event tracer, the uprobe event interface expects the |
19 | user to calculate the offset of the probepoint in the object. | 19 | user to calculate the offset of the probepoint in the object. |
20 | 20 | ||
21 | You can also use /sys/kernel/debug/tracing/dynamic_events instead of | ||
22 | uprobe_events. That interface will provide unified access to other | ||
23 | dynamic events too. | ||
24 | |||
21 | Synopsis of uprobe_tracer | 25 | Synopsis of uprobe_tracer |
22 | ------------------------- | 26 | ------------------------- |
23 | :: | 27 | :: |