Lines Matching refs:ctc_timestamp
158 uint64_t ctc_timestamp; member
765 uint64_t ctc_timestamp; member
843 timestamp = data->ctc_timestamp + in intel_pt_calc_cyc_cb()
846 timestamp = data->ctc_timestamp + in intel_pt_calc_cyc_cb()
898 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
900 data->ctc_timestamp -= ctc_rem * decoder->tsc_ctc_mult; in intel_pt_calc_cyc_cb()
902 data->ctc_timestamp -= in intel_pt_calc_cyc_cb()
976 .ctc_timestamp = decoder->ctc_timestamp, in intel_pt_calc_cyc_to_tsc()
1685 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
1687 decoder->ctc_timestamp -= ctc_rem * decoder->tsc_ctc_mult; in intel_pt_calc_tma()
1689 decoder->ctc_timestamp -= multdiv(ctc_rem, in intel_pt_calc_tma()
1697 decoder->ctc_timestamp, decoder->last_mtc, ctc_rem); in intel_pt_calc_tma()
1724 timestamp = decoder->ctc_timestamp + in intel_pt_calc_mtc_timestamp()
1727 timestamp = decoder->ctc_timestamp + in intel_pt_calc_mtc_timestamp()
2245 decoder->ctc_timestamp, in intel_pt_expected_tsc()
2388 if (!decoder->ctc_timestamp) { in intel_pt_vm_tm_corr_tsc()