Home
last modified time | relevance | path

Searched refs:exclude_heaps (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc149 const std::vector<std::string>& exclude_heaps = in HeapprofdConfigToClientConfiguration() local
150 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()
/external/perfetto/protos/perfetto/config/profiling/
Dheapprofd_config.proto92 repeated string exclude_heaps = 27; field
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto946 repeated string exclude_heaps = 27; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto946 repeated string exclude_heaps = 27; field