Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_merge.cpp217 for (const auto& [key, _] : reader->FeatureSectionDescriptors()) { in CheckFeatureSection()
324 for (const auto& [key, _] : readers_[0]->FeatureSectionDescriptors()) { in MergeFeatureSection()
Dcmd_debug_unwind.cpp160 reader_->FeatureSectionDescriptors().at(PerfFileFormat::FEAT_DEBUG_UNWIND_FILE).offset; in ProcessFile()
410 if (!writer_->BeginWriteFeatures(reader_->FeatureSectionDescriptors().size())) { in WriteFeatureSections()
417 for (const auto& p : reader_->FeatureSectionDescriptors()) { in WriteFeatureSections()
Drecord_file.h145 const std::map<int, PerfFileFormat::SectionDesc>& FeatureSectionDescriptors() const { in FeatureSectionDescriptors() function
Drecord_file_reader.cpp376 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection()
393 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection()
Dcmd_dumprecord.cpp454 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection()
Dcmd_record_test.cpp176 ASSERT_GT(reader->FeatureSectionDescriptors().size(), 0u); in TEST()