diff options
-rw-r--r-- | stapprobes.5.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stapprobes.5.in b/stapprobes.5.in index d71d038b..0af08cbf 100644 --- a/stapprobes.5.in +++ b/stapprobes.5.in @@ -37,7 +37,7 @@ kernel.function("foo").return syscall(22) user.inode("/bin/vi").statement(0x2222) end -kernel.syscall.* +syscall.* kernel.function("no_such_function") ? .ESAMPLE @@ -312,7 +312,7 @@ include the given address in the kernel. kernel.statement("*@kernel/sched.c:2917") refers to the statement of line 2917 within the "kernel/sched.c". .TP -kernel.syscall.*.return +syscall.*.return refers to the group of probe aliases with any name in the third position .SH SEE ALSO |