summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/maxactive01.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/maxactive01.stp')
-rwxr-xr-xtestsuite/buildok/maxactive01.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/maxactive01.stp b/testsuite/buildok/maxactive01.stp
index afdb2cea..1cf893ef 100755
--- a/testsuite/buildok/maxactive01.stp
+++ b/testsuite/buildok/maxactive01.stp
@@ -1,6 +1,6 @@
#! stap -p4
-probe kernel.function("sys_read").return.maxactive(3)
+probe kernel.function("vfs_read").return.maxactive(3)
{
printf(".");
}