From a73014758df9ba7f832c8f13305652a777b574a9 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 19 Feb 2008 19:24:12 +0000 Subject: PR5766: back to regexp-based blacklisting 2008-02-19 Frank Ch. Eigler PR 5766. * tapsets.cxx (build_blacklist): Switch (back) to regexp-based blacklist construction ... (blacklist_p): ... and querying. 2008-02-19 Frank Ch. Eigler PR5766. * semko/fortyfive.stp: New test. --- testsuite/semko/fortyfive.stp | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 testsuite/semko/fortyfive.stp (limited to 'testsuite/semko') diff --git a/testsuite/semko/fortyfive.stp b/testsuite/semko/fortyfive.stp new file mode 100755 index 00000000..d295bbde --- /dev/null +++ b/testsuite/semko/fortyfive.stp @@ -0,0 +1,3 @@ +#! stap -p2 + +probe kernel.function("*@kernel/kprobes.c") {} // blacklisted -- cgit