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

/system/extras/simpleperf/
H A Dcmd_dumprecord.cpp186 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); local
187 for (const auto& pair : section_map) {
H A Dcmd_record_test.cpp350 std::map<int, SectionDesc> section_map = reader->FeatureSectionDescriptors(); local
351 ASSERT_NE(section_map.find(FEAT_FILE), section_map.end());
H A Drecord_file_reader.cpp311 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); local
312 auto it = section_map.find(feature);
313 if (it == section_map.end()) {

Completed in 95 milliseconds