Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp61 void DecodePSB(uint64_t psb_offset) { in DecodePSB() argument
62 int status = pt_insn_sync_set(&m_decoder, psb_offset); in DecodePSB()
81 uint64_t psb_offset; in DecodeInstructionsAndEvents() local
83 &psb_offset); // this can't fail because we got here in DecodeInstructionsAndEvents()
90 if (cur_psb_offset != psb_offset) in DecodeInstructionsAndEvents()
332 decoder.DecodePSB(intel_pt_execution.psb_offset); in DecodeSystemWideTraceForThread()
398 uint64_t psb_offset; in SplitTraceInContinuousExecutions() local
400 &psb_offset); // this can't fail because we got here in SplitTraceInContinuousExecutions()
403 psb_offset, in SplitTraceInContinuousExecutions()
H A DLibiptDecoder.h25 uint64_t psb_offset; member