#! stap -p2 function a:string () { } probe begin { a() + 1 }