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.cc152 const std::vector<std::string>& exclude_heaps = heapprofd_config.exclude_heaps(); in HeapprofdConfigToClientConfiguration() local
175 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()
/external/perfetto/protos/perfetto/config/profiling/
Dheapprofd_config.proto88 repeated string exclude_heaps = 27; field
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto640 repeated string exclude_heaps = 27; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto640 repeated string exclude_heaps = 27; field