Home
last modified time | relevance | path

Searched refs:last_mtc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c139 uint32_t last_mtc; member
673 uint32_t last_mtc; member
687 * provided by the TMA packet. Fix-up the last_mtc calculated from the TMA
689 * difference between the two, and that the current MTC comes after last_mtc.
692 uint32_t *last_mtc) in intel_pt_fixup_last_mtc()
697 *last_mtc |= mtc & mask; in intel_pt_fixup_last_mtc()
698 if (*last_mtc >= mtc) { in intel_pt_fixup_last_mtc()
699 *last_mtc -= first_missing_bit; in intel_pt_fixup_last_mtc()
700 *last_mtc &= 0xff; in intel_pt_fixup_last_mtc()
742 &data->last_mtc); in intel_pt_calc_cyc_cb()
691 intel_pt_fixup_last_mtc(uint32_t mtc, int mtc_shift, uint32_t *last_mtc) intel_pt_fixup_last_mtc() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c170 uint32_t last_mtc; member
776 uint32_t last_mtc; member
790 * provided by the TMA packet. Fix-up the last_mtc calculated from the TMA
792 * difference between the two, and that the current MTC comes after last_mtc.
795 uint32_t *last_mtc) in intel_pt_fixup_last_mtc()
800 *last_mtc |= mtc & mask; in intel_pt_fixup_last_mtc()
801 if (*last_mtc >= mtc) { in intel_pt_fixup_last_mtc()
802 *last_mtc -= first_missing_bit; in intel_pt_fixup_last_mtc()
803 *last_mtc &= 0xff; in intel_pt_fixup_last_mtc()
848 &data->last_mtc); in intel_pt_calc_cyc_cb()
794 intel_pt_fixup_last_mtc(uint32_t mtc, int mtc_shift, uint32_t *last_mtc) intel_pt_fixup_last_mtc() argument
[all...]

Completed in 7 milliseconds