summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/twentytwo.stp
blob: 3d2f6429b92142cd76d7bad911175ada6f40e356 (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.inline("sys_recv") {
  log ("found a non-inline via inline()")
}