summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfche <fche>2006-12-14 12:35:04 +0000
committerfche <fche>2006-12-14 12:35:04 +0000
commit729286d85919411d95e4e22401d89d9c1bb74ce7 (patch)
treeb1c0eb6245bf497752be8b80420ecee0734af3a5
parentb31ac24e97d53d294a08fd4ccdaae238628f0a42 (diff)
downloadsystemtap-steved-729286d85919411d95e4e22401d89d9c1bb74ce7.tar.gz
systemtap-steved-729286d85919411d95e4e22401d89d9c1bb74ce7.tar.xz
systemtap-steved-729286d85919411d95e4e22401d89d9c1bb74ce7.zip
old example eradication
-rw-r--r--stapprobes.5.in4
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