Searched refs:tsc_ctc_mult (Results 1 – 1 of 1) sorted by relevance
170 uint32_t tsc_ctc_mult; member348 decoder->tsc_ctc_mult = decoder->tsc_ctc_ratio_n / in intel_pt_decoder_new()363 intel_pt_log("timestamp: tsc_ctc_mult %u\n", decoder->tsc_ctc_mult); in intel_pt_decoder_new()841 if (decoder->tsc_ctc_mult) { in intel_pt_calc_cyc_cb()843 data->ctc_delta * decoder->tsc_ctc_mult; in intel_pt_calc_cyc_cb()898 if (decoder->tsc_ctc_mult) { in intel_pt_calc_cyc_cb()899 data->ctc_timestamp -= ctc_rem * decoder->tsc_ctc_mult; in intel_pt_calc_cyc_cb()1668 if (decoder->tsc_ctc_mult) { in intel_pt_calc_tma()1669 decoder->ctc_timestamp -= ctc_rem * decoder->tsc_ctc_mult; in intel_pt_calc_tma()1705 if (decoder->tsc_ctc_mult) { in intel_pt_calc_mtc_timestamp()[all …]