diff options
Diffstat (limited to 'testsuite/parseko/cmdline14.stp')
-rwxr-xr-x | testsuite/parseko/cmdline14.stp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline14.stp b/testsuite/parseko/cmdline14.stp new file mode 100755 index 00000000..a563d107 --- /dev/null +++ b/testsuite/parseko/cmdline14.stp @@ -0,0 +1,7 @@ +#!/bin/sh + +# options '-A' and '-x pid' are mutually exclusive +# +# -A Attach to loaded systemtap module. +# -x pid Sets the '_stp_target' variable to pid. +staprun -A -x 100 fake_module |