Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file_format.h119 FEAT_DEBUG_UNWIND, enumerator
Drecord_file_reader.cpp60 {FEAT_DEBUG_UNWIND, "debug_unwind"},
721 if (feature_section_descriptors_.count(FEAT_DEBUG_UNWIND)) { in ReadDebugUnwindFeature()
723 if (!ReadFeatureSection(FEAT_DEBUG_UNWIND, &s)) { in ReadDebugUnwindFeature()
Dcmd_debug_unwind.cpp155 if (reader_->HasFeature(PerfFileFormat::FEAT_DEBUG_UNWIND) && in ProcessFile()
433 if (feat_type == PerfFileFormat::FEAT_DEBUG_UNWIND) { in WriteFeatureSections()
Drecord_file_writer.cpp435 return WriteFeature(FEAT_DEBUG_UNWIND, s.data(), s.size()); in WriteDebugUnwindFeature()
Dcmd_dumprecord.cpp559 } else if (feature == FEAT_DEBUG_UNWIND) { in DumpFeatureSection()