summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/fortyfive.stp
blob: 0d5b82ed8627a51f39e99fdfb32a3fd02fb76b7d (plain)
1
2
3
#! stap -p4
probe syscall.write { if (target_set_pid (pid())) printf ("%d (%d)\n", pid(), ppid()) }
probe end { target_set_report () }