diff options
Diffstat (limited to 'testsuite/parseko/cmdline12.stp')
-rwxr-xr-x | testsuite/parseko/cmdline12.stp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline12.stp b/testsuite/parseko/cmdline12.stp new file mode 100755 index 00000000..1797fe54 --- /dev/null +++ b/testsuite/parseko/cmdline12.stp @@ -0,0 +1,12 @@ +#!/bin/sh + +# options '-A' and '-b size' are mutually exclusive (since the buffer +# size option only has an effect when the module is inserted) +# +# -A Attach to loaded systemtap module. +# -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 -A -b 2 fake_module |