Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c187 wrmsrl(x86_pmu.lbr_from + i, 0); in intel_pmu_lbr_reset_32()
195 wrmsrl(x86_pmu.lbr_from + i, 0); in intel_pmu_lbr_reset_64()
245 wrmsrl(x86_pmu.lbr_from + lbr_idx, task_ctx->lbr_from[i]); in __intel_pmu_lbr_restore()
269 rdmsrl(x86_pmu.lbr_from + lbr_idx, task_ctx->lbr_from[i]); in __intel_pmu_lbr_save()
407 rdmsrl(x86_pmu.lbr_from + lbr_idx, msr_lastbranch.lbr); in intel_pmu_lbr_read_32()
447 rdmsrl(x86_pmu.lbr_from + lbr_idx, from); in intel_pmu_lbr_read_64()
926 x86_pmu.lbr_from = MSR_LBR_CORE_FROM; in intel_pmu_lbr_init_core()
941 x86_pmu.lbr_from = MSR_LBR_NHM_FROM; in intel_pmu_lbr_init_nhm()
962 x86_pmu.lbr_from = MSR_LBR_NHM_FROM; in intel_pmu_lbr_init_snb()
982 x86_pmu.lbr_from = MSR_LBR_NHM_FROM; in intel_pmu_lbr_init_hsw()
[all …]
Dperf_event.h604 unsigned long lbr_tos, lbr_from, lbr_to; /* MSR base regs */ member
628 u64 lbr_from[MAX_LBR_ENTRIES]; member
Dperf_event_intel.c3619 if (!(check_msr(x86_pmu.lbr_from + i, 0xffffUL) && in intel_pmu_init()