Home
last modified time | relevance | path

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

/developtools/hiperf/src/
H A Dperf_file_writer.cpp344 unsigned long contentOffset = featureOffset + featureSections_.size() * sizeof(perf_file_section); in WriteFeatureData()
348 std::sort(featureSections_.begin(), featureSections_.end(), LeftLessRight); in WriteFeatureData()
351 for (auto &featureSection : featureSections_) { in WriteFeatureData()
367 for (auto &featureSection : featureSections_) { in WriteFeatureData()
388 featureSections_.emplace_back( in AddNrCpusFeature()
402 featureSections_.emplace_back(std::make_unique<PerfFileSectionEventDesc>(feature, eventDesces)); in AddEventDescFeature()
413 featureSections_.emplace_back(std::make_unique<PerfFileSectionString>(feature, string)); in AddStringFeature()
430 featureSections_.emplace_back(std::make_unique<PerfFileSectionU64>(feature, v)); in AddU64Feature()
440 featureSections_ in AddUniStackTableFeature()
[all...]
/developtools/hiperf/include/
H A Dperf_file_writer.h83 std::vector<std::unique_ptr<PerfFileSection>> featureSections_; member in OHOS::Developtools::HiPerf::PerfFileWriter

Completed in 1 milliseconds