Lines Matching refs:tsc_ctc_ratio_d
106 uint32_t tsc_ctc_ratio_d; member
209 decoder->tsc_ctc_ratio_d = params->tsc_ctc_ratio_d; in intel_pt_decoder_new()
212 decoder->tsc_ctc_ratio_d = 0; in intel_pt_decoder_new()
214 if (decoder->tsc_ctc_ratio_d) { in intel_pt_decoder_new()
215 if (!(decoder->tsc_ctc_ratio_n % decoder->tsc_ctc_ratio_d)) in intel_pt_decoder_new()
217 decoder->tsc_ctc_ratio_d; in intel_pt_decoder_new()
226 decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new()
234 intel_pt_log("timestamp: tsc_ctc_ratio_d %u\n", decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new()
634 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
668 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_cyc_cb()
683 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
1230 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_tma()
1240 decoder->tsc_ctc_ratio_d); in intel_pt_calc_tma()
1272 decoder->tsc_ctc_ratio_d); in intel_pt_calc_mtc_timestamp()