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

# tests that an inline function is *not* matched using
# the function() pattern

probe kernel.function("context_switch") {
  log ("found an inline via function()")
}