1 2 3 4
#! stap -p2 # death probes don't support target symbols probe process("/bin/cat").death.return { print($syscall) }