diff options
author | fche <fche> | 2006-12-14 12:35:04 +0000 |
---|---|---|
committer | fche <fche> | 2006-12-14 12:35:04 +0000 |
commit | 729286d85919411d95e4e22401d89d9c1bb74ce7 (patch) | |
tree | b1c0eb6245bf497752be8b80420ecee0734af3a5 /stapprobes.5.in | |
parent | b31ac24e97d53d294a08fd4ccdaae238628f0a42 (diff) | |
download | systemtap-steved-729286d85919411d95e4e22401d89d9c1bb74ce7.tar.gz systemtap-steved-729286d85919411d95e4e22401d89d9c1bb74ce7.tar.xz systemtap-steved-729286d85919411d95e4e22401d89d9c1bb74ce7.zip |
old example eradication
Diffstat (limited to 'stapprobes.5.in')
-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 |