diff options
author | Ananth N Mavinakayanahalli <ananth@in.ibm.com> | 2009-05-28 11:48:34 +0530 |
---|---|---|
committer | Ananth N Mavinakayanahalli <ananth@in.ibm.com> | 2009-05-28 11:48:34 +0530 |
commit | 4cef6bf2c2d86dd3558065784691061793979425 (patch) | |
tree | 87c9a9d704e06c8ea47a657118064b4a1f2c7a60 /testsuite/semok/twentyeight.stp | |
parent | 2ed04863c3426f94932d4a4e4b5d6c7b84e49dfd (diff) | |
download | systemtap-steved-4cef6bf2c2d86dd3558065784691061793979425.tar.gz systemtap-steved-4cef6bf2c2d86dd3558065784691061793979425.tar.xz systemtap-steved-4cef6bf2c2d86dd3558065784691061793979425.zip |
More testsuite tweaks to make it work with SYSCALL_WRAPPERS
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").* {} |