1 2 3 4 5 6
#! stap -p2 // can't take the address of register parameters probe kernel.function("do_sys_open") { println(& $dfd) }