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