#! stap -up2 # need one of these for each prohibited statistic operation global x function foo(bar) { bar <<< x } probe end { x <<< 10 foo(x) }