Searched refs:last_mtc (Results 1 – 1 of 1) sorted by relevance
104 uint32_t last_mtc; member581 uint32_t last_mtc; member620 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()[all …]