summaryrefslogtreecommitdiffstats
path: root/dwflpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwflpp.h')
-rw-r--r--dwflpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwflpp.h b/dwflpp.h
index ea14bb87..74a3ae00 100644
--- a/dwflpp.h
+++ b/dwflpp.h
@@ -369,6 +369,7 @@ private:
regex_t blacklist_func; // function/statement probes
regex_t blacklist_func_ret; // only for .return probes
regex_t blacklist_file; // file name
+ regex_t blacklist_section; // init/exit sections
bool blacklist_enabled;
void build_blacklist();
std::string get_blacklist_section(Dwarf_Addr addr);