Searched refs:perfFileSections_ (Results 1 – 2 of 2) sorted by relevance
364 return perfFileSections_; in GetFeatureSections()388 for (auto const &it : perfFileSections_) { in GetFeatureSection()427 perfFileSections_.emplace_back( in ReadFeatureSection()430 perfFileSections_.emplace_back(std::make_unique<PerfFileSectionSymbolsFiles>( in ReadFeatureSection()433 perfFileSections_.emplace_back( in ReadFeatureSection()
90 std::vector<std::unique_ptr<PerfFileSection>> perfFileSections_; variable