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/utrace16.stp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 testsuite/semko/utrace16.stp (limited to 'testsuite/semko/utrace16.stp') diff --git a/testsuite/semko/utrace16.stp b/testsuite/semko/utrace16.stp new file mode 100755 index 00000000..f88923d6 --- /dev/null +++ b/testsuite/semko/utrace16.stp @@ -0,0 +1,4 @@ +#! stap -p2 + +# treat $argN as a pointer +probe process("/bin/cat").syscall { print($arg1->foo) } -- cgit