#! parsetest probe kernel:systemcall("foo") { array[idx] << value; if (global > 5) { global -- } else ; } function foo () { delete array[4]; return 0; } probe systemtap:end { foo ("value", 4+8); }