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

# tests that a non-inline function is *not* matched using
# the inline() pattern

probe kernel.function("sys_recv").inline {
  log ("found a non-inline via inline()")
}