summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/thirty.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/thirty.stp')
-rwxr-xr-xtestsuite/semok/thirty.stp9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/semok/thirty.stp b/testsuite/semok/thirty.stp
new file mode 100755
index 00000000..27612ed0
--- /dev/null
+++ b/testsuite/semok/thirty.stp
@@ -0,0 +1,9 @@
+#! stap -p2
+
+probe foo.a.one = foo.b, foo.c {} // not recursive
+probe foo.a.two = foo.c, foo.b {} // not recursive
+probe foo.b = foo.c {}
+probe foo.c = begin {}
+probe foo.a.one {}
+probe foo.a.two {}
+