From 3213d0891c826f16ba727a3e863075e2922666a0 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 11 Aug 2008 13:18:12 -0400 Subject: PR5049: prefix with "*" any filenames given in "fn@filename:line" probes --- testsuite/semok/thirtyone.stp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 testsuite/semok/thirtyone.stp (limited to 'testsuite/semok') 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") {} -- cgit