Lines Matching refs:tsc_ctc_ratio_d
169 uint32_t tsc_ctc_ratio_d; member
341 decoder->tsc_ctc_ratio_d = params->tsc_ctc_ratio_d; in intel_pt_decoder_new()
344 decoder->tsc_ctc_ratio_d = 0; in intel_pt_decoder_new()
346 if (decoder->tsc_ctc_ratio_d) { in intel_pt_decoder_new()
347 if (!(decoder->tsc_ctc_ratio_n % decoder->tsc_ctc_ratio_d)) in intel_pt_decoder_new()
349 decoder->tsc_ctc_ratio_d; in intel_pt_decoder_new()
362 intel_pt_log("timestamp: tsc_ctc_ratio_d %u\n", decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new()
848 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
888 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_cyc_cb()
903 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
1657 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_tma()
1673 decoder->tsc_ctc_ratio_d); in intel_pt_calc_tma()
1712 decoder->tsc_ctc_ratio_d); in intel_pt_calc_mtc_timestamp()
2176 return multdiv(ctc, decoder->tsc_ctc_ratio_n, decoder->tsc_ctc_ratio_d); in intel_pt_ctc_to_tsc()