diff options
Diffstat (limited to 'testsuite/semok/twentyfour.stp')
-rwxr-xr-x | testsuite/semok/twentyfour.stp | 4 |
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) } |