Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_debug_unwind.cpp418 auto feat_type = p.first; in WriteFeatureSections() local
419 if (feat_type == PerfFileFormat::FEAT_DEBUG_UNWIND) { in WriteFeatureSections()
435 } else if (feat_type == PerfFileFormat::FEAT_FILE) { in WriteFeatureSections()
443 } else if (feat_type == PerfFileFormat::FEAT_BUILD_ID) { in WriteFeatureSections()
454 } else if (feature_types_to_copy.count(feat_type)) { in WriteFeatureSections()
455 if (!reader_->ReadFeatureSection(feat_type, &buffer) || in WriteFeatureSections()
456 !writer_->WriteFeature(feat_type, buffer.data(), buffer.size())) { in WriteFeatureSections()