summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dwflpp.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwflpp.cxx b/dwflpp.cxx
index 0b25f4d5..883f3a3a 100644
--- a/dwflpp.cxx
+++ b/dwflpp.cxx
@@ -2730,6 +2730,8 @@ dwflpp::build_blacklist()
// RHEL6 pre-beta 2.6.32-19.el6
blfn += "|special_mapping_.*";
+ blfn += "|.*_pte_.*"; // or "|smaps_pte_range";
+ blfile += "|fs/seq_file\\.c";
blfn += ")$";
blfn_ret += ")$";