From a781f4011250a7d6450025a92336250044ab46eb Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 2 Aug 2005 18:03:17 +0000 Subject: 2005-08-02 Frank Ch. Eigler * loc2.c (emit_loc_address): Emit interleaved declaration into its own nested { } block. * tapsets.cxx (literal_stmt_for_local): Emit deref_fault block unconditionally. * tapset/builtin_hexstring.stp: New builtin. * testsuite/buildok/six.stp: New test. --- testsuite/buildok/six.stp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 testsuite/buildok/six.stp (limited to 'testsuite') diff --git a/testsuite/buildok/six.stp b/testsuite/buildok/six.stp new file mode 100755 index 00000000..a63ad99b --- /dev/null +++ b/testsuite/buildok/six.stp @@ -0,0 +1,5 @@ +#! stap -p4 + +probe kernel.function("context_switch") { + log ("switch from=" . hexstring($prev) . " to=" . hexstring($next)) +} -- cgit