summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--tapsets.cxx2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 741c4ad0..09f661ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-07 Frank Ch. Eigler <fche@elastic.org>
+
+ * tapsets.cxx (build_blacklist): Add some x86 raw port-io spots.
+
2008-09-06 Frank Ch. Eigler <fche@elastic.org>
* tapsets.cxx (utrace_derived_probe ctor): Handle
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.