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.h120 FEAT_DEBUG_UNWIND_FILE, enumerator
Dcmd_debug_unwind.cpp156 reader_->HasFeature(PerfFileFormat::FEAT_DEBUG_UNWIND_FILE)) { in ProcessFile()
162 reader_->FeatureSectionDescriptors().at(PerfFileFormat::FEAT_DEBUG_UNWIND_FILE).offset; in ProcessFile()
489 !writer_->WriteFeature(PerfFileFormat::FEAT_DEBUG_UNWIND_FILE, buffer.data(), nread)) { in CopyDebugUnwindFile()
Drecord_file_reader.cpp61 {FEAT_DEBUG_UNWIND_FILE, "debug_unwind_file"},
Dcmd_record.cpp2209 if (!record_file_writer_->WriteFeature(PerfFileFormat::FEAT_DEBUG_UNWIND_FILE, in DumpDebugUnwindFeature()