Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp128 … const PerfFileSection* featureSection = recordDataReader_->GetFeatureSection(FEATURE::EVENT_DESC); in UpdateEventConfigInfo()
139 const auto featureSection = recordDataReader_->GetFeatureSection(FEATURE::EVENT_DESC); in LoadEventDesc()
164 auto featureSection = recordDataReader_->GetFeatureSection(FEATURE::HIPERF_WORKLOAD_CMD); in UpdateReportWorkloadInfo()
196 const auto featureSection = recordDataReader_->GetFeatureSection(FEATURE::HIPERF_FILES_SYMBOL); in UpdateSymbolAndFilesData()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp125 … const PerfFileSection* featureSection = recordDataReader_->GetFeatureSection(FEATURE::EVENT_DESC); in UpdateEventConfigInfo()
136 const auto featureSection = recordDataReader_->GetFeatureSection(FEATURE::EVENT_DESC); in LoadEventDesc()
161 auto featureSection = recordDataReader_->GetFeatureSection(FEATURE::HIPERF_WORKLOAD_CMD); in UpdateReportWorkloadInfo()
193 const auto featureSection = recordDataReader_->GetFeatureSection(FEATURE::HIPERF_FILES_SYMBOL); in UpdateSymbolAndFilesData()
/developtools/hiperf/src/
Dsubcommand_report.cpp288 const auto featureSection = recordFileReader_->GetFeatureSection(FEATURE::HIPERF_FILES_SYMBOL); in ProcessSymbolsData()
313 recordFileReader_->GetFeatureSection(FEATURE::HIPERF_WORKLOAD_CMD); in UpdateReportInfo()
335 recordFileReader_->GetFeatureSection(FEATURE::EVENT_DESC); in LoadEventConfigData()
350 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;