Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file_reader.cpp376 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection() local
377 auto it = section_map.find(feature); in ReadFeatureSection()
378 if (it == section_map.end()) { in ReadFeatureSection()
393 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection() local
394 auto it = section_map.find(feature); in ReadFeatureSection()
395 if (it == section_map.end()) { in ReadFeatureSection()
Dcmd_dumprecord.cpp454 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection() local
455 for (const auto& pair : section_map) { in DumpFeatureSection()