aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/trace')
-rw-r--r--Documentation/trace/kprobetrace.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/trace/kprobetrace.txt b/Documentation/trace/kprobetrace.txt
index a849889e6092..6521681e7838 100644
--- a/Documentation/trace/kprobetrace.txt
+++ b/Documentation/trace/kprobetrace.txt
@@ -25,9 +25,10 @@ probe events via /sys/kernel/debug/tracing/events/kprobes/<EVENT>/filter.
25 25
26Synopsis of kprobe_events 26Synopsis of kprobe_events
27------------------------- 27-------------------------
28 p[:EVENT] SYMBOL[+offs]|MEMADDR [FETCHARGS] : Set a probe 28 p[:[GRP/]EVENT] SYMBOL[+offs]|MEMADDR [FETCHARGS] : Set a probe
29 r[:EVENT] SYMBOL[+0] [FETCHARGS] : Set a return probe 29 r[:[GRP/]EVENT] SYMBOL[+0] [FETCHARGS] : Set a return probe
30 30
31 GRP : Group name. If omitted, use "kprobes" for it.
31 EVENT : Event name. If omitted, the event name is generated 32 EVENT : Event name. If omitted, the event name is generated
32 based on SYMBOL+offs or MEMADDR. 33 based on SYMBOL+offs or MEMADDR.
33 SYMBOL[+offs] : Symbol+offset where the probe is inserted. 34 SYMBOL[+offs] : Symbol+offset where the probe is inserted.