Searched refs:psb_offset (Results 1 – 2 of 2) sorted by relevance
61 void DecodePSB(uint64_t psb_offset) { in DecodePSB() argument62 int status = pt_insn_sync_set(&m_decoder, psb_offset); in DecodePSB()81 uint64_t psb_offset; in DecodeInstructionsAndEvents() local83 &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() local400 &psb_offset); // this can't fail because we got here in SplitTraceInContinuousExecutions()403 psb_offset, in SplitTraceInContinuousExecutions()
25 uint64_t psb_offset; member