#! stap -p2 # PR 6836 probe kernel.function("sys_open").return { log($$return . $$parms) }