Lines Matching refs:featureSection
288 const auto featureSection = recordFileReader_->GetFeatureSection(FEATURE::HIPERF_FILES_SYMBOL); in ProcessSymbolsData() local
289 if (featureSection != nullptr) { in ProcessSymbolsData()
291 static_cast<const PerfFileSectionSymbolsFiles *>(featureSection); in ProcessSymbolsData()
312 const PerfFileSection *featureSection = in UpdateReportInfo() local
315 if (featureSection != nullptr) { in UpdateReportInfo()
318 static_cast<const PerfFileSectionString *>(featureSection); in UpdateReportInfo()
334 const PerfFileSection *featureSection = in LoadEventConfigData() local
336 if (featureSection != nullptr) { in LoadEventConfigData()
349 const PerfFileSection *featureSection = in LoadEventDesc() local
352 *static_cast<const PerfFileSectionEventDesc *>(featureSection); in LoadEventDesc()
489 for (auto &featureSection : featureSections) { in OutputStd() local
490 if (recordFileReader_->IsFeatrureStringSection(featureSection->featureId_)) { in OutputStd()
492 static_cast<const PerfFileSectionString *>(featureSection.get()); in OutputStd()
495 PerfFileSection::GetFeatureName(featureSection.get()->featureId_).c_str(), in OutputStd()