diff options
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/kprobetrace.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/kprobetrace.txt b/Documentation/trace/kprobetrace.txt index efff6eb1b3db..c9c09b45038d 100644 --- a/Documentation/trace/kprobetrace.txt +++ b/Documentation/trace/kprobetrace.txt | |||
@@ -32,7 +32,7 @@ Synopsis of kprobe_events | |||
32 | SYMBOL[+offs|-offs] : Symbol+offset where the probe is inserted. | 32 | SYMBOL[+offs|-offs] : Symbol+offset where the probe is inserted. |
33 | MEMADDR : Address where the probe is inserted. | 33 | MEMADDR : Address where the probe is inserted. |
34 | 34 | ||
35 | FETCHARGS : Arguments. | 35 | FETCHARGS : Arguments. Each probe can have up to 128 args. |
36 | %REG : Fetch register REG | 36 | %REG : Fetch register REG |
37 | sN : Fetch Nth entry of stack (N >= 0) | 37 | sN : Fetch Nth entry of stack (N >= 0) |
38 | sa : Fetch stack address. | 38 | sa : Fetch stack address. |