summaryrefslogtreecommitdiffstats
path: root/testsuite/semok
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-08-11 13:18:12 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-08-11 13:24:57 -0400
commit3213d0891c826f16ba727a3e863075e2922666a0 (patch)
treefd0acb971620858d0716cbdc9b7c78157a92c1f8 /testsuite/semok
parent0973d815afc635dfd21ae5943d84b92f61c45288 (diff)
downloadsystemtap-steved-3213d0891c826f16ba727a3e863075e2922666a0.tar.gz
systemtap-steved-3213d0891c826f16ba727a3e863075e2922666a0.tar.xz
systemtap-steved-3213d0891c826f16ba727a3e863075e2922666a0.zip
PR5049: prefix with "*" any filenames given in "fn@filename:line" probes
Diffstat (limited to 'testsuite/semok')
-rwxr-xr-xtestsuite/semok/thirtyone.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/semok/thirtyone.stp b/testsuite/semok/thirtyone.stp
new file mode 100755
index 00000000..5036e45c
--- /dev/null
+++ b/testsuite/semok/thirtyone.stp
@@ -0,0 +1,5 @@
+#! stap -p2
+
+# PR5049
+
+probe kernel.function("*@module.c") {}