#! stap -p2 global x probe kernel.function("sys_open") if (x = 1) { } # bad side-effect