diff options
Diffstat (limited to 'testsuite/semko/maxactive01.stp')
-rwxr-xr-x | testsuite/semko/maxactive01.stp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/semko/maxactive01.stp b/testsuite/semko/maxactive01.stp new file mode 100755 index 00000000..58851970 --- /dev/null +++ b/testsuite/semko/maxactive01.stp @@ -0,0 +1,7 @@ +#!./stap -p2 + +# maxactive not on a return probe + +probe kernel.function("*").maxactive(3) +{ +} |