Lines Matching refs:featureSection
267 for (auto &featureSection : reader_->GetFeatureSections()) { in DumpPrintFileHeader() local
268 if (featureSection.get()->featureId_ == FEATURE::HIPERF_FILES_SYMBOL) { in DumpPrintFileHeader()
270 static_cast<const PerfFileSectionSymbolsFiles *>(featureSection.get()); in DumpPrintFileHeader()
510 for (auto &featureSection : featureSections) { in DumpFeaturePortion() local
511 PrintIndent(LEVEL1, "feature %d:%s content: \n", featureSection.get()->featureId_, in DumpFeaturePortion()
512 PerfFileSection::GetFeatureName(featureSection.get()->featureId_).c_str()); in DumpFeaturePortion()
513 if (reader_->IsFeatrureStringSection(featureSection.get()->featureId_)) { in DumpFeaturePortion()
515 static_cast<const PerfFileSectionString *>(featureSection.get()); in DumpFeaturePortion()
518 } else if (featureSection.get()->featureId_ == FEATURE::EVENT_DESC) { in DumpFeaturePortion()
520 indent, *static_cast<const PerfFileSectionEventDesc *>(featureSection.get())); in DumpFeaturePortion()
525 static_cast<const PerfFileSectionSymbolsFiles *>(featureSection.get()); in DumpFeaturePortion()