diff options
Diffstat (limited to 'testsuite/semko/utrace22.stp')
-rwxr-xr-x | testsuite/semko/utrace22.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/semko/utrace22.stp b/testsuite/semko/utrace22.stp new file mode 100755 index 00000000..710810f6 --- /dev/null +++ b/testsuite/semko/utrace22.stp @@ -0,0 +1,4 @@ +#! stap -p2 + +# access to $argN from syscall return +probe process("/bin/cat").syscall.return { print($arg1) } |