Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c118 bool fixup_last_mtc; member
679 bool fixup_last_mtc; member
739 if (decoder->mtc_shift > 8 && data->fixup_last_mtc) { in intel_pt_calc_cyc_cb()
740 data->fixup_last_mtc = false; in intel_pt_calc_cyc_cb()
818 data->fixup_last_mtc = true; in intel_pt_calc_cyc_cb()
890 .fixup_last_mtc = decoder->fixup_last_mtc, in intel_pt_calc_cyc_to_tsc()
1572 decoder->fixup_last_mtc = true; in intel_pt_calc_tma()
1587 if (decoder->mtc_shift > 8 && decoder->fixup_last_mtc) { in intel_pt_calc_mtc_timestamp()
1588 decoder->fixup_last_mtc = false; in intel_pt_calc_mtc_timestamp()