summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/lket.stp
blob: e63229b2a627506045b92df4891798114e1ff3da (plain)
1
2
3
#! stap -bM
probe addevent.* ? {}
probe timer.ms(30000) { exit() }