summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/thirtyfour.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/thirtyfour.stp')
-rwxr-xr-xtestsuite/semko/thirtyfour.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/semko/thirtyfour.stp b/testsuite/semko/thirtyfour.stp
index 515fcfbb..dca63722 100755
--- a/testsuite/semko/thirtyfour.stp
+++ b/testsuite/semko/thirtyfour.stp
@@ -2,9 +2,9 @@
# can't write to target variables in .return probes
-probe kernel.function("sys_read").return
+probe kernel.function("fget_light").return
{
$fd = 0
printf("fd is %d\n", $fd)
}
-probe kernel.function("sys_open").return { $filename }
+probe kernel.function("do_sys_open").return { $filename }