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