Lines Matching refs:ctc_timestamp
158 uint64_t ctc_timestamp; member
764 uint64_t ctc_timestamp; member
842 timestamp = data->ctc_timestamp + in intel_pt_calc_cyc_cb()
845 timestamp = data->ctc_timestamp + in intel_pt_calc_cyc_cb()
897 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
899 data->ctc_timestamp -= ctc_rem * decoder->tsc_ctc_mult; in intel_pt_calc_cyc_cb()
901 data->ctc_timestamp -= in intel_pt_calc_cyc_cb()
975 .ctc_timestamp = decoder->ctc_timestamp, in intel_pt_calc_cyc_to_tsc()
1667 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
1669 decoder->ctc_timestamp -= ctc_rem * decoder->tsc_ctc_mult; in intel_pt_calc_tma()
1671 decoder->ctc_timestamp -= multdiv(ctc_rem, in intel_pt_calc_tma()
1679 decoder->ctc_timestamp, decoder->last_mtc, ctc_rem); in intel_pt_calc_tma()
1706 timestamp = decoder->ctc_timestamp + in intel_pt_calc_mtc_timestamp()
1709 timestamp = decoder->ctc_timestamp + in intel_pt_calc_mtc_timestamp()
2227 decoder->ctc_timestamp, in intel_pt_expected_tsc()
2370 if (!decoder->ctc_timestamp) { in intel_pt_vm_tm_corr_tsc()