DEBSOURCES
Skip Quicknav
sources / systemtap / 5.3-2 / testsuite / parseok / nine.stp
123456789101112131415
#! stap -p1 probe one { if (a) if (b) d else e } probe two { a = b c = d _e = $f; _g = h_; ; }