Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_dumprecord.cpp184 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection() local
185 for (const auto& pair : section_map) { in DumpFeatureSection()
Dcmd_record_test.cpp324 std::map<int, SectionDesc> section_map = reader->FeatureSectionDescriptors(); in TEST() local
325 ASSERT_NE(section_map.find(FEAT_FILE), section_map.end()); in TEST()
Drecord_file_reader.cpp311 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection() local
312 auto it = section_map.find(feature); in ReadFeatureSection()
313 if (it == section_map.end()) { in ReadFeatureSection()