Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c405 } msr_lastbranch; in intel_pmu_lbr_read_32() local
407 rdmsrl(x86_pmu.lbr_from + lbr_idx, msr_lastbranch.lbr); in intel_pmu_lbr_read_32()
409 cpuc->lbr_entries[i].from = msr_lastbranch.from; in intel_pmu_lbr_read_32()
410 cpuc->lbr_entries[i].to = msr_lastbranch.to; in intel_pmu_lbr_read_32()