diff options
Diffstat (limited to 'testsuite/buildok')
-rw-r--r-- | testsuite/buildok/irq.stp | 7 |
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.* {} |