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()
309 … auto featureSection = recordFileReader_->GetFeatureSection(FEATURE::HIPERF_FILES_UNISTACK_TABLE); in ProcessUniStackTableData() local
310 if (featureSection != nullptr) { in ProcessUniStackTableData()
312 … static_cast<PerfFileSectionUniStackTable *>(const_cast<PerfFileSection *>(featureSection)); in ProcessUniStackTableData()
323 const PerfFileSection *featureSection = in UpdateReportInfo() local
326 if (featureSection != nullptr) { in UpdateReportInfo()
329 static_cast<const PerfFileSectionString *>(featureSection); in UpdateReportInfo()
345 const PerfFileSection *featureSection = in LoadEventConfigData() local
347 if (featureSection != nullptr) { in LoadEventConfigData()
360 const PerfFileSection *featureSection = in LoadEventDesc() local
363 *static_cast<const PerfFileSectionEventDesc *>(featureSection); in LoadEventDesc()
502 for (auto &featureSection : featureSections) { in OutputStd() local
503 if (recordFileReader_->IsFeatrureStringSection(featureSection->featureId_)) { in OutputStd()
505 static_cast<const PerfFileSectionString *>(featureSection.get()); in OutputStd()
508 PerfFileSection::GetFeatureName(featureSection.get()->featureId_).c_str(), in OutputStd()