Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DError.h38 ERROR_REPEATED_FRAME, // The last frame has the same pc/sp as the next. enumerator
61 case ERROR_REPEATED_FRAME: in GetErrorCodeString()
/aosp12/system/extras/simpleperf/
H A DOfflineUnwinder.h36 ERROR_REPEATED_FRAME, // The last frame has the same pc/sp as the next. enumerator
H A Dcmd_report_sample.cpp116 case proto::Sample_UnwindingResult::ERROR_REPEATED_FRAME: in ProtoUnwindingErrorCodeToString()
659 case UnwindStackErrorCode::ERROR_REPEATED_FRAME: in AddUnwindingResultInProtobuf()
660 error_code = proto::Sample_UnwindingResult::ERROR_REPEATED_FRAME; in AddUnwindingResultInProtobuf()
H A Dcmd_report_sample.proto84 ERROR_REPEATED_FRAME = 7; // The last frame has the same pc/sp as the next. enumerator
H A DOfflineUnwinder.cpp63 CHECK_ERROR_CODE(ERROR_REPEATED_FRAME);
/aosp12/system/unwinding/libbacktrace/
H A DUnwindStack.cpp90 case unwindstack::ERROR_REPEATED_FRAME: in Unwind()
/aosp12/system/unwinding/libunwindstack/
H A DUnwinder.cpp321 last_error_.code = ERROR_REPEATED_FRAME; in Unwind()
/aosp12/system/unwinding/libunwindstack/tests/
H A DUnwinderTest.cpp984 EXPECT_EQ(ERROR_REPEATED_FRAME, unwinder.LastErrorCode()); in TEST_F()