#! stap -up4 probe syscall.*, syscall.*.return { if (returnp) printf("%d\n", returnval()) else printf("%s (%s) = ", name, argstr) }