Home
last modified time | relevance | path

Searched refs:decoder_offset (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DIntelPTDecoder.cpp44 uint64_t decoder_offset = 0; in FindNextSynchronizationPoint() local
45 int errcode_off = pt_insn_get_offset(&decoder, &decoder_offset); in FindNextSynchronizationPoint()
56 else if (new_decoder_offset <= decoder_offset) { in FindNextSynchronizationPoint()
65 decoder_offset = new_decoder_offset; in FindNextSynchronizationPoint()
/external/llvm-project/lldb/tools/intel-features/intel-pt/
DDecoder.cpp568 int errcode, uint64_t decoder_offset, Instructions &instruction_list, in AppendErrorWithOffsetToInstructionList() argument
573 pt_errstr(pt_errcode(errcode)), decoder_offset); in AppendErrorWithOffsetToInstructionList()
587 uint64_t decoder_offset = 0; in AppendErrorToInstructionList() local
588 int errcode_off = pt_insn_get_offset(decoder, &decoder_offset); in AppendErrorToInstructionList()
594 AppendErrorWithOffsetToInstructionList(errcode, decoder_offset, in AppendErrorToInstructionList()
626 uint64_t decoder_offset = 0; in DecodeTrace() local
641 int errcode_off = pt_insn_get_offset(decoder, &decoder_offset); in DecodeTrace()
651 pt_errstr(pt_errcode(errcode)), decoder_offset); in DecodeTrace()
669 } else if (new_decoder_offset <= decoder_offset) { in DecodeTrace()
677 decoder_offset = new_decoder_offset; in DecodeTrace()
DDecoder.h257 uint64_t decoder_offset,