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