summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base')
-rw-r--r--testsuite/systemtap.base/kmodule.stp3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/kmodule.stp b/testsuite/systemtap.base/kmodule.stp
index e8e9ee26..9c718f29 100644
--- a/testsuite/systemtap.base/kmodule.stp
+++ b/testsuite/systemtap.base/kmodule.stp
@@ -14,7 +14,8 @@ probe begin
probe module("ext3").function("ext3_sync_file") ?,
module("sd_mod").function("sd_rw_intr") ? ,
- module("ide").function("ide_intr") ?
+ module("ide").function("ide_intr") ?,
+ never /* in case the above probes all miss */
{
++count;
}