Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file.h146 return feature_section_descriptors_; in FeatureSectionDescriptors()
149 return feature_section_descriptors_.find(feature) != feature_section_descriptors_.end(); in HasFeature()
213 std::map<int, PerfFileFormat::SectionDesc> feature_section_descriptors_; variable
Drecord_file_reader.cpp199 feature_section_descriptors_.emplace(id, desc); in ReadFeatureSectionDescriptors()
490 auto it = feature_section_descriptors_.find(FEAT_FILE); in ReadFileFeature()
491 if (it == feature_section_descriptors_.end()) { in ReadFileFeature()
555 if (feature_section_descriptors_.count(FEAT_META_INFO)) { in ReadMetaInfoFeature()
574 if (feature_section_descriptors_.count(FEAT_DEBUG_UNWIND)) { in ReadDebugUnwindFeature()