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