Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file_format.h110 FEAT_DEBUG_UNWIND_FILE, enumerator
Dcmd_debug_unwind.cpp154 reader_->HasFeature(PerfFileFormat::FEAT_DEBUG_UNWIND_FILE)) { in ProcessFile()
160 reader_->FeatureSectionDescriptors().at(PerfFileFormat::FEAT_DEBUG_UNWIND_FILE).offset; in ProcessFile()
470 !writer_->WriteFeature(PerfFileFormat::FEAT_DEBUG_UNWIND_FILE, buffer.data(), nread)) { in CopyDebugUnwindFile()
Drecord_file_reader.cpp59 {FEAT_DEBUG_UNWIND_FILE, "debug_unwind_file"},
Dcmd_record.cpp1954 if (!record_file_writer_->WriteFeature(PerfFileFormat::FEAT_DEBUG_UNWIND_FILE, in DumpDebugUnwindFeature()