summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/doubleglob.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/doubleglob.stp')
-rwxr-xr-xtestsuite/semok/doubleglob.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/semok/doubleglob.stp b/testsuite/semok/doubleglob.stp
new file mode 100755
index 00000000..06065165
--- /dev/null
+++ b/testsuite/semok/doubleglob.stp
@@ -0,0 +1,6 @@
+#! stap -p2
+
+probe *sys**pen {} // [nd_]syscall.[mq_]open
+probe t**ile {} // timer.profile
+probe t**es(1) {} // timer.jiffies(1)
+probe ke**on("vfs_read") {} // kernel.function("vfs_open")