]> sourceware.org Git - systemtap.git/commitdiff
2007-11-27 David Smith <dsmith@redhat.com>
authordsmith <dsmith>
Tue, 27 Nov 2007 21:30:27 +0000 (21:30 +0000)
committerdsmith <dsmith>
Tue, 27 Nov 2007 21:30:27 +0000 (21:30 +0000)
* semok/twentyeight.stp: Tests wildcarded probe points.

testsuite/ChangeLog
testsuite/semok/twentyeight.stp [new file with mode: 0755]

index 075245aa5593fb6ff73db0cfeb3e41cec32259e5..b9ad6b256329a4c7e4beb0d46cdcc951e5475da4 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-27  David Smith  <dsmith@redhat.com>
+
+       * semok/twentyeight.stp: Tests wildcarded probe points.
+
 2007-11-19  Frank Ch. Eigler  <fche@elastic.org>
 
        * parseok/five.stp, semok/twentyseven.stp: Test "!" probe point flag.
diff --git a/testsuite/semok/twentyeight.stp b/testsuite/semok/twentyeight.stp
new file mode 100755 (executable)
index 0000000..f985413
--- /dev/null
@@ -0,0 +1,4 @@
+#! stap -p2
+
+# Make sure wildcards are handled
+probe kerne*.funct*("sys_read").* {}
This page took 0.035463 seconds and 5 git commands to generate.