DEBSOURCES
Skip Quicknav
sources / systemtap / 1.2-5%2Bsqueeze1 / testsuite / systemtap.printf / basic4.stp
123456789101112
probe begin { printf("Hello"); printf("World"); exit() } probe end { printf("Hello"); printf("World"); exit() }