Lines Matching refs:last_mtc
104 uint32_t last_mtc; member
581 uint32_t last_mtc; member
620 if (mtc > data->last_mtc) in intel_pt_calc_cyc_cb()
621 mtc_delta = mtc - data->last_mtc; in intel_pt_calc_cyc_cb()
623 mtc_delta = mtc + 256 - data->last_mtc; in intel_pt_calc_cyc_cb()
625 data->last_mtc = mtc; in intel_pt_calc_cyc_cb()
675 data->last_mtc = (ctc >> decoder->mtc_shift) & 0xff; in intel_pt_calc_cyc_cb()
748 .last_mtc = decoder->last_mtc, in intel_pt_calc_cyc_to_tsc()
1233 decoder->last_mtc = (ctc >> decoder->mtc_shift) & 0xff; in intel_pt_calc_tma()
1245 decoder->ctc_timestamp, decoder->last_mtc, ctc_rem); in intel_pt_calc_tma()
1258 if (mtc > decoder->last_mtc) in intel_pt_calc_mtc_timestamp()
1259 mtc_delta = mtc - decoder->last_mtc; in intel_pt_calc_mtc_timestamp()
1261 mtc_delta = mtc + 256 - decoder->last_mtc; in intel_pt_calc_mtc_timestamp()
1282 decoder->last_mtc = mtc; in intel_pt_calc_mtc_timestamp()