diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-09-07 18:14:44 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-09-07 18:14:44 -0400 |
commit | 02a929d10b4cc68ef46d85af8d055ac0fcad3a71 (patch) | |
tree | d2cdc848e13ef3ab35b6b8c882f6183fb793ad6d /tapsets.cxx | |
parent | 98f007e6f2c276b1e2faaca1bd7a2460cec17c3a (diff) | |
download | systemtap-steved-02a929d10b4cc68ef46d85af8d055ac0fcad3a71.tar.gz systemtap-steved-02a929d10b4cc68ef46d85af8d055ac0fcad3a71.tar.xz systemtap-steved-02a929d10b4cc68ef46d85af8d055ac0fcad3a71.zip |
x86-32 blacklist extension (rhel5 testing based)
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index 240af469..64fa9d34 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -2919,6 +2919,8 @@ dwarf_query::build_blacklist() blfile += "kernel/kprobes.c"; // first alternative, no "|" blfile += "|arch/.*/kernel/kprobes.c"; + blfile += "|include/asm/io.h"; + blfile += "|drivers/ide/ide-iops.c"; // XXX: it would be nice if these blacklisted functions were pulled // in dynamically, instead of being statically defined here. |