Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp46 uint64_t decoder_offset = 0; in FindNextSynchronizationPoint() local
47 int errcode_off = pt_insn_get_offset(&decoder, &decoder_offset); in FindNextSynchronizationPoint()
58 else if (new_decoder_offset <= decoder_offset) { in FindNextSynchronizationPoint()
67 decoder_offset = new_decoder_offset; in FindNextSynchronizationPoint()