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