diff options
Diffstat (limited to 'testsuite/semok/twentyeight.stp')
-rwxr-xr-x | testsuite/semok/twentyeight.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/twentyeight.stp b/testsuite/semok/twentyeight.stp index f9854134..c4a8621f 100755 --- a/testsuite/semok/twentyeight.stp +++ b/testsuite/semok/twentyeight.stp @@ -1,4 +1,4 @@ #! stap -p2 # Make sure wildcards are handled -probe kerne*.funct*("sys_read").* {} +probe kerne*.funct*("vfs_read").* {} |