diff options
author | Dave Brolley <brolley@redhat.com> | 2009-04-30 11:45:09 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-04-30 11:45:09 -0400 |
commit | b03d329d5ad9d22d684b61859971a7b12b5e5104 (patch) | |
tree | c32105776a6c009ed96f5c1a2205849f8cda647d /testsuite/semko/maxactive05.stp | |
parent | 4c797c5eaeb10d8d22501c5ad82766b69d8cf988 (diff) | |
parent | 3ba2eb82cafa938c1c3f7ef9d2da06912a49d8e0 (diff) | |
download | systemtap-steved-b03d329d5ad9d22d684b61859971a7b12b5e5104.tar.gz systemtap-steved-b03d329d5ad9d22d684b61859971a7b12b5e5104.tar.xz systemtap-steved-b03d329d5ad9d22d684b61859971a7b12b5e5104.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/semko/maxactive05.stp')
-rwxr-xr-x | testsuite/semko/maxactive05.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semko/maxactive05.stp b/testsuite/semko/maxactive05.stp index bdc8a101..3833ab6c 100755 --- a/testsuite/semko/maxactive05.stp +++ b/testsuite/semko/maxactive05.stp @@ -1,5 +1,5 @@ #! stap -p2 -probe kernel.function("sys_open").return.maxactive(99999999) +probe kernel.function("vfs_read").return.maxactive(99999999) { } |