Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dperf_file_writer.cpp357 … unsigned long contentOffset = featureOffset + featureSections_.size() * sizeof(perf_file_section); in WriteFeatureData()
361 std::sort(featureSections_.begin(), featureSections_.end(), LeftLessRight); in WriteFeatureData()
364 for (auto &featureSection : featureSections_) { in WriteFeatureData()
384 for (auto &featureSection : featureSections_) { in WriteFeatureData()
405 featureSections_.emplace_back( in AddNrCpusFeature()
419 featureSections_.emplace_back(std::make_unique<PerfFileSectionEventDesc>(feature, eventDesces)); in AddEventDescFeature()
430 featureSections_.emplace_back(std::make_unique<PerfFileSectionString>(feature, string)); in AddStringFeature()
447 featureSections_.emplace_back(std::make_unique<PerfFileSectionU64>(feature, v)); in AddU64Feature()
466 featureSections_.emplace_back( in AddSymbolsFeature()
/developtools/hiperf/include/
Dperf_file_writer.h81 std::vector<std::unique_ptr<PerfFileSection>> featureSections_; variable