Searched refs:exclude_heaps (Results 1 – 4 of 4) sorted by relevance
152 const std::vector<std::string>& exclude_heaps = heapprofd_config.exclude_heaps(); in HeapprofdConfigToClientConfiguration() local175 if (!exclude_heaps.empty()) { in HeapprofdConfigToClientConfiguration()181 heaps.insert(heaps.end(), exclude_heaps.cbegin(), exclude_heaps.cend()); in HeapprofdConfigToClientConfiguration()182 heap_intervals.insert(heap_intervals.end(), exclude_heaps.size(), 0u); in HeapprofdConfigToClientConfiguration()
88 repeated string exclude_heaps = 27; field
640 repeated string exclude_heaps = 27; field