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.cpp162 reader_->FeatureSectionDescriptors().at(PerfFileFormat::FEAT_DEBUG_UNWIND_FILE).offset; in ProcessFile()
424 if (!writer_->BeginWriteFeatures(reader_->FeatureSectionDescriptors().size())) { in WriteFeatureSections()
431 for (const auto& p : reader_->FeatureSectionDescriptors()) { in WriteFeatureSections()
Drecord_file.h149 const std::map<int, PerfFileFormat::SectionDesc>& FeatureSectionDescriptors() const { in FeatureSectionDescriptors() function
Drecord_file_reader.cpp420 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection()
437 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection()
Dcmd_dumprecord.cpp504 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection()
Dcmd_record_test.cpp186 ASSERT_GT(reader->FeatureSectionDescriptors().size(), 0u); in TEST()