summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/one.stp
blob: 324dee7c0d29101de47c5471434dd599caa254ed (plain)
1
2
3
4
5
6
7
8
#! stap -p2

function stamp (syscall)
{
  # no return expression => unknown function type
}

probe syscall.read { stamp ("read"); }