1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#! stap -p1 probe one { if (a) if (b) d else e } probe two { a = b c = d _e = $f; _g = h_; ; }