From 36f9dd1ddd9f5a7418d884caa050ef5e23784816 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 7 Nov 2005 22:00:16 +0000 Subject: 2005-11-07 Frank Ch. Eigler PR 1828. * tapsets.cxx (blacklisted_p): New function. Add a few blacklist entries. * testsuite/semko/thirtythree.stp: New test. --- testsuite/semko/thirtythree.stp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 testsuite/semko/thirtythree.stp (limited to 'testsuite/semko') diff --git a/testsuite/semko/thirtythree.stp b/testsuite/semko/thirtythree.stp new file mode 100755 index 00000000..36b997c8 --- /dev/null +++ b/testsuite/semko/thirtythree.stp @@ -0,0 +1,5 @@ +#! stap -p2 + +// should fail since all these functions are blacklisted +probe kernel.function("do_IRQ") {} +probe kernel.function("*@*/kprobes.c") {} -- cgit