Home
last modified time | relevance | path

Searched refs:featureSections (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_report.cpp499 const auto &featureSections = recordFileReader_->GetFeatureSections(); in OutputStd() local
500 HLOGV("featureSections: %zu ", featureSections.size()); in OutputStd()
502 for (auto &featureSection : featureSections) { in OutputStd()
Dsubcommand_dump.cpp516 const auto &featureSections = reader_->GetFeatureSections(); in DumpFeaturePortion() local
517 HLOGV("featureSections: %zu ", featureSections.size()); in DumpFeaturePortion()
521 for (auto &featureSection : featureSections) { in DumpFeaturePortion()
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp378 … perf_file_section* featureSections = reinterpret_cast<perf_file_section*>(featureSection_.get()); in SplitPerfParsingFeatureSection() local
379 featureSections[i].offset -= splitDropSize; in SplitPerfParsingFeatureSection()