summaryrefslogtreecommitdiffstats
path: root/testsuite/semok
diff options
context:
space:
mode:
authordsmith <dsmith>2007-11-27 21:30:27 +0000
committerdsmith <dsmith>2007-11-27 21:30:27 +0000
commit5fdb7a01f692190a017f46fa4901a288fcff5d00 (patch)
treefb7eb01361608ea9249a6f922ee8a991c83c3450 /testsuite/semok
parentddfc759e7aac0c23571916e5e2ed6ec6778c5ab1 (diff)
downloadsystemtap-steved-5fdb7a01f692190a017f46fa4901a288fcff5d00.tar.gz
systemtap-steved-5fdb7a01f692190a017f46fa4901a288fcff5d00.tar.xz
systemtap-steved-5fdb7a01f692190a017f46fa4901a288fcff5d00.zip
2007-11-27 David Smith <dsmith@redhat.com>
* semok/twentyeight.stp: Tests wildcarded probe points.
Diffstat (limited to 'testsuite/semok')
-rwxr-xr-xtestsuite/semok/twentyeight.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/semok/twentyeight.stp b/testsuite/semok/twentyeight.stp
new file mode 100755
index 00000000..f9854134
--- /dev/null
+++ b/testsuite/semok/twentyeight.stp
@@ -0,0 +1,4 @@
+#! stap -p2
+
+# Make sure wildcards are handled
+probe kerne*.funct*("sys_read").* {}