1 2 3 4
#! stap -p2 # treat $syscall as an array probe process("/bin/cat").syscall { print($syscall[0]) }