Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dlbr.c800 } msr_lastbranch; in intel_pmu_lbr_read_32() local
802 rdmsrl(x86_pmu.lbr_from + lbr_idx, msr_lastbranch.lbr); in intel_pmu_lbr_read_32()
804 cpuc->lbr_entries[i].from = msr_lastbranch.from; in intel_pmu_lbr_read_32()
805 cpuc->lbr_entries[i].to = msr_lastbranch.to; in intel_pmu_lbr_read_32()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dlbr.c724 } msr_lastbranch; in intel_pmu_lbr_read_32() local
726 rdmsrl(x86_pmu.lbr_from + lbr_idx, msr_lastbranch.lbr); in intel_pmu_lbr_read_32()
730 br->from = msr_lastbranch.from; in intel_pmu_lbr_read_32()
731 br->to = msr_lastbranch.to; in intel_pmu_lbr_read_32()

Completed in 4 milliseconds