diff options
Diffstat (limited to 'testsuite/buildok/maxactive01.stp')
-rwxr-xr-x | testsuite/buildok/maxactive01.stp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/buildok/maxactive01.stp b/testsuite/buildok/maxactive01.stp new file mode 100755 index 00000000..220e6596 --- /dev/null +++ b/testsuite/buildok/maxactive01.stp @@ -0,0 +1,6 @@ +#!./stap -p4 + +probe kernel.function("sys_read").return.maxactive(3) +{ + printf("."); +} |