diff options
Diffstat (limited to 'testsuite/buildok/maxactive01.stp')
-rwxr-xr-x | testsuite/buildok/maxactive01.stp | 2 |
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("."); } |