#! stap -p2 function stamp (syscall) { # no return expression => unknown function type } probe syscall.read { stamp ("read"); }