Home
last modified time | relevance | path

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

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