summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/utrace22.stp
blob: 710810f6f3cf700cb5e90359bb981a2d549e87e9 (plain)
1
2
3
4
#! stap -p2

# access to $argN from syscall return
probe process("/bin/cat").syscall.return { print($arg1) }