1 2 3 4 5 6 7 8
#! semtest function stamp (syscall) { # no return expression => unknown function type } probe syscall (read) { stamp ("read"); }