diff options
Diffstat (limited to 'testsuite/buildok/fortyfive.stp')
-rwxr-xr-x | testsuite/buildok/fortyfive.stp | 3 |
1 files changed, 3 insertions, 0 deletions
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 () } |