diff options
Diffstat (limited to 'testsuite/parseko/cmdline10.stp')
-rwxr-xr-x | testsuite/parseko/cmdline10.stp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline10.stp b/testsuite/parseko/cmdline10.stp new file mode 100755 index 00000000..eb2ec0ed --- /dev/null +++ b/testsuite/parseko/cmdline10.stp @@ -0,0 +1,10 @@ +#!/bin/sh + +# +# -b buffer size The systemtap module specifies a buffer size. +# Setting one here will override that value. The +# value should be an integer between 1 and 64 +# which be assumed to be the buffer size in MB. +# That value will be per-cpu in bulk mode. + +staprun -b 0 fake_module |