Searched refs:exclude_heaps (Results 1 – 4 of 4) sorted by relevance
149 const std::vector<std::string>& exclude_heaps = in HeapprofdConfigToClientConfiguration() local150 heapprofd_config.exclude_heaps(); in HeapprofdConfigToClientConfiguration()173 if (!exclude_heaps.empty()) { in HeapprofdConfigToClientConfiguration()179 heaps.insert(heaps.end(), exclude_heaps.cbegin(), exclude_heaps.cend()); in HeapprofdConfigToClientConfiguration()180 heap_intervals.insert(heap_intervals.end(), exclude_heaps.size(), 0u); in HeapprofdConfigToClientConfiguration()
92 repeated string exclude_heaps = 27; field
946 repeated string exclude_heaps = 27; field