summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/irq.stp
diff options
context:
space:
mode:
authorPrerna Saxena <prerna@linux.vnet.ibm.com>2009-11-09 11:36:11 +0530
committerPrerna Saxena <prerna@linux.vnet.ibm.com>2009-11-09 11:36:11 +0530
commita476086d1ef0448c86e466f5955f78d282b473fd (patch)
treec2e4c6752c451de3b1137da53b5095ba664bfaef /testsuite/buildok/irq.stp
parentfafeaf8e5874e6855343421b5dd91403fc49c991 (diff)
downloadsystemtap-steved-a476086d1ef0448c86e466f5955f78d282b473fd.tar.gz
systemtap-steved-a476086d1ef0448c86e466f5955f78d282b473fd.tar.xz
systemtap-steved-a476086d1ef0448c86e466f5955f78d282b473fd.zip
IRQ tapset, sample script, testsuite, man page updates, etc
Diffstat (limited to 'testsuite/buildok/irq.stp')
-rw-r--r--testsuite/buildok/irq.stp7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/buildok/irq.stp b/testsuite/buildok/irq.stp
new file mode 100644
index 00000000..b1a141dc
--- /dev/null
+++ b/testsuite/buildok/irq.stp
@@ -0,0 +1,7 @@
+#! stap -p4
+
+// Tests if all probes in irq tapset are resolvable
+
+probe workqueue.* {}
+probe irq_handler.* {}
+probe softirq.* {}