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