Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_dumprecord.cpp222 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection() local
223 for (const auto& pair : section_map) { in DumpFeatureSection()
Drecord_file_reader.cpp335 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection() local
336 auto it = section_map.find(feature); in ReadFeatureSection()
337 if (it == section_map.end()) { in ReadFeatureSection()
Dcmd_record_test.cpp446 std::map<int, SectionDesc> section_map = reader->FeatureSectionDescriptors(); in TEST() local
447 ASSERT_NE(section_map.find(FEAT_FILE), section_map.end()); in TEST()