Searched refs:featureSections (Results 1 – 3 of 3) sorted by relevance
499 const auto &featureSections = recordFileReader_->GetFeatureSections(); in OutputStd() local500 HLOGV("featureSections: %zu ", featureSections.size()); in OutputStd()502 for (auto &featureSection : featureSections) { in OutputStd()
516 const auto &featureSections = reader_->GetFeatureSections(); in DumpFeaturePortion() local517 HLOGV("featureSections: %zu ", featureSections.size()); in DumpFeaturePortion()521 for (auto &featureSection : featureSections) { in DumpFeaturePortion()
378 … perf_file_section* featureSections = reinterpret_cast<perf_file_section*>(featureSection_.get()); in SplitPerfParsingFeatureSection() local379 featureSections[i].offset -= splitDropSize; in SplitPerfParsingFeatureSection()