1 2 3 4
#! stap -p2 # use $value as an array in a procfs probe probe procfs.write { print($value[0]) }