diff options
Diffstat (limited to 'testsuite/semko/maxactive04.stp')
-rwxr-xr-x | testsuite/semko/maxactive04.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semko/maxactive04.stp b/testsuite/semko/maxactive04.stp index 9471fd21..25d63ef4 100755 --- a/testsuite/semko/maxactive04.stp +++ b/testsuite/semko/maxactive04.stp @@ -1,5 +1,5 @@ #! stap -p2 -probe kernel.function("sys_open").return.maxactive(-4) +probe kernel.function("vfs_read").return.maxactive(-4) { } |