summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/maxactive05.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/maxactive05.stp')
-rwxr-xr-xtestsuite/semko/maxactive05.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semko/maxactive05.stp b/testsuite/semko/maxactive05.stp
index bdc8a101..3833ab6c 100755
--- a/testsuite/semko/maxactive05.stp
+++ b/testsuite/semko/maxactive05.stp
@@ -1,5 +1,5 @@
#! stap -p2
-probe kernel.function("sys_open").return.maxactive(99999999)
+probe kernel.function("vfs_read").return.maxactive(99999999)
{
}