Lines Matching refs:ctc_timestamp
161 uint64_t ctc_timestamp; member
777 uint64_t ctc_timestamp; member
858 timestamp = data->ctc_timestamp + in intel_pt_calc_cyc_cb()
861 timestamp = data->ctc_timestamp + in intel_pt_calc_cyc_cb()
913 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
915 data->ctc_timestamp -= ctc_rem * decoder->tsc_ctc_mult; in intel_pt_calc_cyc_cb()
917 data->ctc_timestamp -= in intel_pt_calc_cyc_cb()
991 .ctc_timestamp = decoder->ctc_timestamp, in intel_pt_calc_cyc_to_tsc()
1923 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
1925 decoder->ctc_timestamp -= ctc_rem * decoder->tsc_ctc_mult; in intel_pt_calc_tma()
1927 decoder->ctc_timestamp -= multdiv(ctc_rem, in intel_pt_calc_tma()
1935 decoder->ctc_timestamp, decoder->last_mtc, ctc_rem); in intel_pt_calc_tma()
1962 timestamp = decoder->ctc_timestamp + in intel_pt_calc_mtc_timestamp()
1965 timestamp = decoder->ctc_timestamp + in intel_pt_calc_mtc_timestamp()
2495 decoder->ctc_timestamp, in intel_pt_expected_tsc()
2638 if (!decoder->ctc_timestamp) { in intel_pt_vm_tm_corr_tsc()