Searched refs:g_excluded_libs (Results 1 – 1 of 1) sorted by relevance
153 static const std::vector<std::string> g_excluded_libs = {"[heap]", "[stack]"}; variable204 if (!g_all_libs && (std::find(g_excluded_libs.begin(), g_excluded_libs.end(), in scan_libs_per_process()205 map.name) != g_excluded_libs.end())) { in scan_libs_per_process()