Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsimpleperf_writer_fuzzer.cpp160 writer->WriteDebugUnwindFeature(debugVector); in process()
Drecord_file.h103 bool WriteDebugUnwindFeature(const DebugUnwindFeature& debug_unwind);
Drecord_file_test.cpp172 ASSERT_TRUE(writer->WriteDebugUnwindFeature(debug_unwind)); in TEST_F()
Drecord_file_writer.cpp557 bool RecordFileWriter::WriteDebugUnwindFeature(const DebugUnwindFeature& debug_unwind) { in WriteDebugUnwindFeature() function in simpleperf::RecordFileWriter
Dcmd_debug_unwind.cpp446 if (!writer_->WriteDebugUnwindFeature(feature)) { in WriteFeatureSections()
Dcmd_record.cpp2268 return record_file_writer_->WriteDebugUnwindFeature(debug_unwind_feature); in DumpDebugUnwindFeature()