Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc591 for (const auto& id_and_data_source : data_sources_) { in DumpAll() local
592 if (!Dump(id_and_data_source.first, 0 /* flush_id */, false /* is_flush */)) in DumpAll()
593 PERFETTO_DLOG("Failed to dump %" PRIu64, id_and_data_source.first); in DumpAll()