From 1902aec1df32bb36c7e71b829a65543e9475ced3 Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 17 Aug 2007 02:25:22 +0000 Subject: 2007-08-16 Frank Ch. Eigler PR 1315. * target_set.stp: New tapset file. * stapfuncs.5.in: Document new target_set tapset. * buildok/fortyfive.stp: New test. --- testsuite/buildok/fortyfive.stp | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 testsuite/buildok/fortyfive.stp (limited to 'testsuite/buildok') diff --git a/testsuite/buildok/fortyfive.stp b/testsuite/buildok/fortyfive.stp new file mode 100755 index 00000000..0d5b82ed --- /dev/null +++ b/testsuite/buildok/fortyfive.stp @@ -0,0 +1,3 @@ +#! stap -p4 +probe syscall.write { if (target_set_pid (pid())) printf ("%d (%d)\n", pid(), ppid()) } +probe end { target_set_report () } -- cgit