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