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