From 729286d85919411d95e4e22401d89d9c1bb74ce7 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 14 Dec 2006 12:35:04 +0000 Subject: old example eradication --- stapprobes.5.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stapprobes.5.in') 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 -- cgit