summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/fourteen.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/fourteen.stp')
-rwxr-xr-xtestsuite/buildok/fourteen.stp3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/buildok/fourteen.stp b/testsuite/buildok/fourteen.stp
index 86b3dad2..2a7b6001 100755
--- a/testsuite/buildok/fourteen.stp
+++ b/testsuite/buildok/fourteen.stp
@@ -1,5 +1,8 @@
#! stap -p4
+# NB: beyond just checking for timer compilability, this test also plays
+# with duplicate probe elimination logic. See also fourteen+.stp
+
global i, j
probe timer.jiffies(100) { i++ }
probe timer.jiffies(100).randomize(100) { j++ }