Lines Matching refs:tsc
2320 bool tsc, pip, vmcs, tma, psbend; member
2343 data->tsc = true; in intel_pt_vm_psb_lookahead_cb()
2556 if (data->tsc && !data->psbend) in intel_pt_vm_tm_corr_psb()
4174 static bool intel_pt_next_tsc(unsigned char *buf, size_t len, uint64_t *tsc, in intel_pt_next_tsc() argument
4186 *tsc = packet.payload; in intel_pt_next_tsc()
4414 uint64_t tsc; in intel_pt_ff_cb() local
4422 !intel_pt_next_tsc(buf, len, &tsc, &rem)) in intel_pt_ff_cb()
4425 tsc = intel_pt_8b_tsc(tsc, buffer->ref_timestamp); in intel_pt_ff_cb()
4428 tsc, buffer->ref_timestamp); in intel_pt_ff_cb()
4434 if (tsc < d->timestamp) in intel_pt_ff_cb()
4491 uint64_t tsc; in intel_pt_fast_forward() local
4494 if (!intel_pt_next_tsc(buf, len, &tsc, &rem)) in intel_pt_fast_forward()
4496 tsc = intel_pt_8b_tsc(tsc, decoder->buf_timestamp); in intel_pt_fast_forward()
4503 if (tsc < timestamp) { in intel_pt_fast_forward()
4504 intel_pt_log("Fast forward to next PSB timestamp " x64_fmt "\n", tsc); in intel_pt_fast_forward()