1 2 3 4 5 6 7 8 9
#! stap -p1 # bad stat operator probe begin { v <<< 1 printf("foo %d\n", @foo(v)) }