summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/lket.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/lket.stp')
-rw-r--r--testsuite/systemtap.samples/lket.stp3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/systemtap.samples/lket.stp b/testsuite/systemtap.samples/lket.stp
new file mode 100644
index 00000000..e63229b2
--- /dev/null
+++ b/testsuite/systemtap.samples/lket.stp
@@ -0,0 +1,3 @@
+#! stap -bM
+probe addevent.* ? {}
+probe timer.ms(30000) { exit() }