diff options
Diffstat (limited to 'testsuite/semko/utrace05.stp')
-rwxr-xr-x | testsuite/semko/utrace05.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/semko/utrace05.stp b/testsuite/semko/utrace05.stp new file mode 100755 index 00000000..e99fd22f --- /dev/null +++ b/testsuite/semko/utrace05.stp @@ -0,0 +1,4 @@ +#! stap -p2 + +# can't write to $syscall +probe process("/bin/cat").syscall { $syscall = 1 } |