#! stap -p2 // can't take the address of register return values probe kernel.function("do_sys_open").return { println(& $return) }