Home
last modified time | relevance | path

Searched refs:GetFeatureSections (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/include/
Dperf_file_reader.h48 const std::vector<std::unique_ptr<PerfFileSection>> &GetFeatureSections() const;
/developtools/hiperf/src/
Dhiperf_libreport.cpp131 for (auto &featureSection : reader->GetFeatureSections()) { in ReportGetSymbolFiles()
Dsubcommand_dump.cpp271 for (auto &featureSection : reader_->GetFeatureSections()) { in DumpPrintFileHeader()
516 const auto &featureSections = reader_->GetFeatureSections(); in DumpFeaturePortion()
Dperf_file_reader.cpp362 const std::vector<std::unique_ptr<PerfFileSection>> &PerfFileReader::GetFeatureSections() const in GetFeatureSections() function in OHOS::Developtools::HiPerf::PerfFileReader
Dsubcommand_report.cpp499 const auto &featureSections = recordFileReader_->GetFeatureSections(); in OutputStd()