Home
last modified time | relevance | path

Searched refs:FeatureSectionDescriptors (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Drecord_file.h106 const std::map<int, PerfFileFormat::SectionDesc>& FeatureSectionDescriptors() const { in FeatureSectionDescriptors() function
Dcmd_record_test.cpp106 ASSERT_GT(reader->FeatureSectionDescriptors().size(), 0u); in TEST()
Dcmd_dumprecord.cpp189 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection()
Drecord_file_reader.cpp184 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection()