diff options
author | fche <fche> | 2008-02-19 19:24:12 +0000 |
---|---|---|
committer | fche <fche> | 2008-02-19 19:24:12 +0000 |
commit | a73014758df9ba7f832c8f13305652a777b574a9 (patch) | |
tree | 69adc1e0c0b2912b0b07b8752cf9e782f9f289c9 /testsuite/semko/fortyfive.stp | |
parent | be6072b1f884b618ae9f057256cdb702a0829e92 (diff) | |
download | systemtap-steved-a73014758df9ba7f832c8f13305652a777b574a9.tar.gz systemtap-steved-a73014758df9ba7f832c8f13305652a777b574a9.tar.xz systemtap-steved-a73014758df9ba7f832c8f13305652a777b574a9.zip |
PR5766: back to regexp-based blacklisting
2008-02-19 Frank Ch. Eigler <fche@elastic.org>
PR 5766.
* tapsets.cxx (build_blacklist): Switch (back) to regexp-based
blacklist construction ...
(blacklist_p): ... and querying.
2008-02-19 Frank Ch. Eigler <fche@elastic.org>
PR5766.
* semko/fortyfive.stp: New test.
Diffstat (limited to 'testsuite/semko/fortyfive.stp')
-rwxr-xr-x | testsuite/semko/fortyfive.stp | 3 |
1 files changed, 3 insertions, 0 deletions
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 |