From 2fd5495a269c9995bd5789079dc9cbd65bd23f9e Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 9 Apr 2010 19:10:56 -0400 Subject: BZ580943: add more patterns to kprobe blacklist * dwflpp.cxx (build_blacklist): Add a few more entries. --- dwflpp.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 += ")$"; -- cgit