summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/fortytwo.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/fortytwo.stp')
-rwxr-xr-xtestsuite/semko/fortytwo.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semko/fortytwo.stp b/testsuite/semko/fortytwo.stp
index 17dacb1c..09a04ea7 100755
--- a/testsuite/semko/fortytwo.stp
+++ b/testsuite/semko/fortytwo.stp
@@ -1,6 +1,6 @@
#! stap -p2
-probe kernel.function("sys_open") if (foo(2)) { } # must not call functions
+probe kernel.function("vfs_read") if (foo(2)) { } # must not call functions
function foo(x) { return x }