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.h109 FEAT_DEBUG_UNWIND, enumerator
Drecord_file_reader.cpp58 {FEAT_DEBUG_UNWIND, "debug_unwind"},
574 if (feature_section_descriptors_.count(FEAT_DEBUG_UNWIND)) { in ReadDebugUnwindFeature()
576 if (!ReadFeatureSection(FEAT_DEBUG_UNWIND, &s)) { in ReadDebugUnwindFeature()
Dcmd_debug_unwind.cpp153 if (reader_->HasFeature(PerfFileFormat::FEAT_DEBUG_UNWIND) && in ProcessFile()
419 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.cpp505 } else if (feature == FEAT_DEBUG_UNWIND) { in DumpFeatureSection()