1 2 3 4 5 6 7 8 9 10
#! stap -p2 function bar () { return 0 } probe foo { bar (1, 2) # arg count mismatch }