From 256d22cfb336b4cf0ec5b35bab89ca55ff5ce9ee Mon Sep 17 00:00:00 2001 From: Masami Hiramatsu Date: Tue, 9 Sep 2008 16:32:59 -0400 Subject: Added tests for utrace-syscall probe context variables. --- testsuite/semko/utrace19.stp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 testsuite/semko/utrace19.stp (limited to 'testsuite/semko/utrace19.stp') 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) } -- cgit