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()") }