Home
last modified time | relevance | path

Searched refs:tsc_ctc_mult (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c130 uint32_t tsc_ctc_mult; member
260 decoder->tsc_ctc_mult = decoder->tsc_ctc_ratio_n / in intel_pt_decoder_new()
275 intel_pt_log("timestamp: tsc_ctc_mult %u\n", decoder->tsc_ctc_mult); in intel_pt_decoder_new()
721 if (decoder->tsc_ctc_mult) { in intel_pt_calc_cyc_cb()
723 data->ctc_delta * decoder->tsc_ctc_mult; in intel_pt_calc_cyc_cb()
778 if (decoder->tsc_ctc_mult) { in intel_pt_calc_cyc_cb()
779 data->ctc_timestamp -= ctc_rem * decoder->tsc_ctc_mult; in intel_pt_calc_cyc_cb()
1511 if (decoder->tsc_ctc_mult) { in intel_pt_calc_tma()
1512 decoder->ctc_timestamp -= ctc_rem * decoder->tsc_ctc_mult; in intel_pt_calc_tma()
1548 if (decoder->tsc_ctc_mult) { in intel_pt_calc_mtc_timestamp()
[all …]