Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_debug_unwind.cpp432 auto feat_type = p.first; in WriteFeatureSections() local
433 if (feat_type == PerfFileFormat::FEAT_DEBUG_UNWIND) { in WriteFeatureSections()
449 } else if (feat_type == PerfFileFormat::FEAT_FILE || in WriteFeatureSections()
450 feat_type == PerfFileFormat::FEAT_FILE2) { in WriteFeatureSections()
462 } else if (feat_type == PerfFileFormat::FEAT_BUILD_ID) { in WriteFeatureSections()
473 } else if (feature_types_to_copy.count(feat_type)) { in WriteFeatureSections()
474 if (!reader_->ReadFeatureSection(feat_type, &buffer) || in WriteFeatureSections()
475 !writer_->WriteFeature(feat_type, buffer.data(), buffer.size())) { in WriteFeatureSections()