Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c135 bool fixup_last_mtc; member
782 bool fixup_last_mtc; member
845 if (decoder->mtc_shift > 8 && data->fixup_last_mtc) { in intel_pt_calc_cyc_cb()
846 data->fixup_last_mtc = false; in intel_pt_calc_cyc_cb()
924 data->fixup_last_mtc = true; in intel_pt_calc_cyc_cb()
996 .fixup_last_mtc = decoder->fixup_last_mtc, in intel_pt_calc_cyc_to_tsc()
1931 decoder->fixup_last_mtc = true; in intel_pt_calc_tma()
1946 if (decoder->mtc_shift > 8 && decoder->fixup_last_mtc) { in intel_pt_calc_mtc_timestamp()
1947 decoder->fixup_last_mtc = false; in intel_pt_calc_mtc_timestamp()