Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c114 bool fixup_last_mtc; member
628 bool fixup_last_mtc; member
684 if (decoder->mtc_shift > 8 && data->fixup_last_mtc) { in intel_pt_calc_cyc_cb()
685 data->fixup_last_mtc = false; in intel_pt_calc_cyc_cb()
763 data->fixup_last_mtc = true; in intel_pt_calc_cyc_cb()
835 .fixup_last_mtc = decoder->fixup_last_mtc, in intel_pt_calc_cyc_to_tsc()
1419 decoder->fixup_last_mtc = true; in intel_pt_calc_tma()
1434 if (decoder->mtc_shift > 8 && decoder->fixup_last_mtc) { in intel_pt_calc_mtc_timestamp()
1435 decoder->fixup_last_mtc = false; in intel_pt_calc_mtc_timestamp()