Home
last modified time | relevance | path

Searched refs:ERROR_REPEATED_FRAME (Results 1 – 7 of 7) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DError.h37 ERROR_REPEATED_FRAME, // The last frame has the same pc/sp as the next. enumerator
64 case ERROR_REPEATED_FRAME: in GetErrorCodeString()
/system/extras/simpleperf/
DOfflineUnwinder.h36 ERROR_REPEATED_FRAME, // The last frame has the same pc/sp as the next. enumerator
Dcmd_report_sample.cpp117 case proto::Sample_UnwindingResult::ERROR_REPEATED_FRAME: in ProtoUnwindingErrorCodeToString()
745 case UnwindStackErrorCode::ERROR_REPEATED_FRAME: in AddUnwindingResultInProtobuf()
746 error_code = proto::Sample_UnwindingResult::ERROR_REPEATED_FRAME; in AddUnwindingResultInProtobuf()
Dcmd_report_sample.proto99 ERROR_REPEATED_FRAME = 7; // The last frame has the same pc/sp as the next. enumerator
DOfflineUnwinder.cpp67 CHECK_ERROR_CODE(ERROR_REPEATED_FRAME);
/system/unwinding/libunwindstack/
DUnwinder.cpp294 last_error_.code = ERROR_REPEATED_FRAME; in Unwind()
/system/unwinding/libunwindstack/tests/
DUnwinderTest.cpp980 EXPECT_EQ(ERROR_REPEATED_FRAME, unwinder.LastErrorCode()); in TEST_F()