Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file_reader.cpp420 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection() local
421 auto it = section_map.find(feature); in ReadFeatureSection()
422 if (it == section_map.end()) { in ReadFeatureSection()
437 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection() local
438 auto it = section_map.find(feature); in ReadFeatureSection()
439 if (it == section_map.end()) { in ReadFeatureSection()
Dcmd_dumprecord.cpp504 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection() local
505 for (const auto& pair : section_map) { in DumpFeatureSection()