Lines Matching refs:tsc_ctc_ratio_d
134 uint32_t tsc_ctc_ratio_d; member
260 decoder->tsc_ctc_ratio_d = params->tsc_ctc_ratio_d; in intel_pt_decoder_new()
263 decoder->tsc_ctc_ratio_d = 0; in intel_pt_decoder_new()
265 if (decoder->tsc_ctc_ratio_d) { in intel_pt_decoder_new()
266 if (!(decoder->tsc_ctc_ratio_n % decoder->tsc_ctc_ratio_d)) in intel_pt_decoder_new()
268 decoder->tsc_ctc_ratio_d; in intel_pt_decoder_new()
281 intel_pt_log("timestamp: tsc_ctc_ratio_d %u\n", decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new()
738 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
778 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_cyc_cb()
793 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
1512 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_tma()
1527 decoder->tsc_ctc_ratio_d); in intel_pt_calc_tma()
1566 decoder->tsc_ctc_ratio_d); in intel_pt_calc_mtc_timestamp()