From a476086d1ef0448c86e466f5955f78d282b473fd Mon Sep 17 00:00:00 2001 From: Prerna Saxena Date: Mon, 9 Nov 2009 11:36:11 +0530 Subject: IRQ tapset, sample script, testsuite, man page updates, etc --- testsuite/buildok/irq.stp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testsuite/buildok/irq.stp (limited to 'testsuite/buildok') 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.* {} -- cgit