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/ChangeLog | 5 +++++ testsuite/semok/thirtyone.stp | 5 +++++ 2 files changed, 10 insertions(+) create mode 100755 testsuite/semok/thirtyone.stp (limited to 'testsuite') diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 9dd388ad..9ee9037e 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-08-11 Frank Ch. Eigler + + PR5049 + * semok/thirtyone.stp: New test. + 2008-08-05 Stan Cox * systemtap.base/warnings.stp: Use relative instead of absolute line. 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