diff options
Diffstat (limited to 'testsuite/parseko/maxactive02.stp')
-rwxr-xr-x | testsuite/parseko/maxactive02.stp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/parseko/maxactive02.stp b/testsuite/parseko/maxactive02.stp new file mode 100755 index 00000000..e2fdb996 --- /dev/null +++ b/testsuite/parseko/maxactive02.stp @@ -0,0 +1,9 @@ +#!./stap -p1 + +# maxactive with a non-number argument + +global N = 2 + +probe kernel.function("*").return.maxactive(N) +{ +} |