summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2010-04-09 19:10:56 -0400
committerFrank Ch. Eigler <fche@elastic.org>2010-04-09 19:10:56 -0400
commit2fd5495a269c9995bd5789079dc9cbd65bd23f9e (patch)
treecdb1e4a3eea0074b110ca0d297c78369c534bf25
parentdb135493669e5e2e1d0dc5c30c8d4a38bfd6653f (diff)
downloadsystemtap-steved-2fd5495a269c9995bd5789079dc9cbd65bd23f9e.tar.gz
systemtap-steved-2fd5495a269c9995bd5789079dc9cbd65bd23f9e.tar.xz
systemtap-steved-2fd5495a269c9995bd5789079dc9cbd65bd23f9e.zip
BZ580943: add more patterns to kprobe blacklist
* dwflpp.cxx (build_blacklist): Add a few more entries.
-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 += ")$";