Home
last modified time | relevance | path

Searched refs:GetFeatureSection (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_report.cpp288 const auto featureSection = recordFileReader_->GetFeatureSection(FEATURE::HIPERF_FILES_SYMBOL); in ProcessSymbolsData()
309 … auto featureSection = recordFileReader_->GetFeatureSection(FEATURE::HIPERF_FILES_UNISTACK_TABLE); in ProcessUniStackTableData()
324 recordFileReader_->GetFeatureSection(FEATURE::HIPERF_WORKLOAD_CMD); in UpdateReportInfo()
346 recordFileReader_->GetFeatureSection(FEATURE::EVENT_DESC); in LoadEventConfigData()
361 recordFileReader_->GetFeatureSection(FEATURE::EVENT_DESC); in LoadEventDesc()
Dperf_file_reader.cpp374 const PerfFileSection *featureSection = GetFeatureSection(feature); in GetFeatureString()
386 const PerfFileSection *PerfFileReader::GetFeatureSection(FEATURE feature) const in GetFeatureSection() function in OHOS::Developtools::HiPerf::PerfFileReader
/developtools/hiperf/include/
Dperf_file_reader.h49 const PerfFileSection *GetFeatureSection(FEATURE feature) const;
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp486 … const PerfFileSection* featureSection = recordDataReader_->GetFeatureSection(FEATURE::EVENT_DESC); in UpdateEventConfigInfo()
497 const auto featureSection = recordDataReader_->GetFeatureSection(FEATURE::EVENT_DESC); in LoadEventDesc()
522 auto featureSection = recordDataReader_->GetFeatureSection(FEATURE::HIPERF_WORKLOAD_CMD); in UpdateReportWorkloadInfo()
554 const auto featureSection = recordDataReader_->GetFeatureSection(FEATURE::HIPERF_FILES_SYMBOL); in UpdateSymbolAndFilesData()