1 2 3 4 5 6 7 8 9 10 11 12
#! stap probe kernel:systemcall("foo") { array[idx] << value; if (global > 5) { global -- } else ; } probe systemtap:end { function("value", 4+8); }