summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/twentyfour.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/twentyfour.stp')
-rwxr-xr-xtestsuite/semok/twentyfour.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/semok/twentyfour.stp b/testsuite/semok/twentyfour.stp
index 91dee48f..d42496bf 100755
--- a/testsuite/semok/twentyfour.stp
+++ b/testsuite/semok/twentyfour.stp
@@ -2,7 +2,7 @@
# read access to target variables should work in .return probes
-probe kernel.function("sys_read").return
+probe kernel.function("vfs_read").return
{
- printf("fd is %d\n", $fd)
+ printf("count is %d\n", $count)
}