1 2 3 4 5 6 7
#! stap -p2 # read from $value in a procfs read probe probe procfs.read { x = $value printf("%s\n", x) }