1 2 3 4 5
#! stap -p2 # PR 6836 probe kernel.function("do_sys_open").return { log($$return . $$parms) }