Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dperf_file_writer.cpp358 … unsigned long contentOffset = featureOffset + featureSections_.size() * sizeof(perf_file_section); in WriteFeatureData()
362 std::sort(featureSections_.begin(), featureSections_.end(), LeftLessRight); in WriteFeatureData()
365 for (auto &featureSection : featureSections_) { in WriteFeatureData()
385 for (auto &featureSection : featureSections_) { in WriteFeatureData()
406 featureSections_.emplace_back( in AddNrCpusFeature()
420 featureSections_.emplace_back(std::make_unique<PerfFileSectionEventDesc>(feature, eventDesces)); in AddEventDescFeature()
431 featureSections_.emplace_back(std::make_unique<PerfFileSectionString>(feature, string)); in AddStringFeature()
448 featureSections_.emplace_back(std::make_unique<PerfFileSectionU64>(feature, v)); in AddU64Feature()
458 featureSections_.emplace_back( in AddUniStackTableFeature()
476 featureSections_.emplace_back( in AddSymbolsFeature()
/developtools/hiperf/include/
Dperf_file_writer.h83 std::vector<std::unique_ptr<PerfFileSection>> featureSections_; variable