DEBSOURCES
Skip Quicknav
sources / systemtap / 5.3-2 / testsuite / systemtap.base / switch_file.stp
123456789101112131415
probe timer.ms(100) { log("hey!") } probe timer.s(2) { switch_file() } probe timer.s(4) { exit() }