1 2 3 4 5 6 7 8
#! stap -p2 global array probe foo { array[1] = array[2] = 3; statvar <<< value <<< 4; }