Home
last modified time | relevance | path

Searched refs:perfFileSections_ (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/src/
Dperf_file_reader.cpp364 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()
/developtools/hiperf/include/
Dperf_file_reader.h90 std::vector<std::unique_ptr<PerfFileSection>> perfFileSections_; variable