probe softirq.entry { println(">>> softirq") } probe softirq.exit { println("<<< softirq")} probe timer.ms(5000) { exit() }