Lines Matching refs:tsc_ctc_ratio_d
132 uint32_t tsc_ctc_ratio_d; member
244 decoder->tsc_ctc_ratio_d = params->tsc_ctc_ratio_d; in intel_pt_decoder_new()
247 decoder->tsc_ctc_ratio_d = 0; in intel_pt_decoder_new()
249 if (decoder->tsc_ctc_ratio_d) { in intel_pt_decoder_new()
250 if (!(decoder->tsc_ctc_ratio_n % decoder->tsc_ctc_ratio_d)) in intel_pt_decoder_new()
252 decoder->tsc_ctc_ratio_d; in intel_pt_decoder_new()
261 decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new()
269 intel_pt_log("timestamp: tsc_ctc_ratio_d %u\n", decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new()
703 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
743 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_cyc_cb()
758 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
1405 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_tma()
1415 decoder->tsc_ctc_ratio_d); in intel_pt_calc_tma()
1454 decoder->tsc_ctc_ratio_d); in intel_pt_calc_mtc_timestamp()