Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c177 wrmsrl(x86_pmu.lbr_from + i, 0); in intel_pmu_lbr_reset_32()
185 wrmsrl(x86_pmu.lbr_from + i, 0); in intel_pmu_lbr_reset_64()
233 wrmsrl(x86_pmu.lbr_from + lbr_idx, task_ctx->lbr_from[i]); in __intel_pmu_lbr_restore()
254 rdmsrl(x86_pmu.lbr_from + lbr_idx, task_ctx->lbr_from[i]); in __intel_pmu_lbr_save()
392 rdmsrl(x86_pmu.lbr_from + lbr_idx, msr_lastbranch.lbr); in intel_pmu_lbr_read_32()
422 rdmsrl(x86_pmu.lbr_from + lbr_idx, from); in intel_pmu_lbr_read_64()
880 x86_pmu.lbr_from = MSR_LBR_CORE_FROM; in intel_pmu_lbr_init_core()
895 x86_pmu.lbr_from = MSR_LBR_NHM_FROM; in intel_pmu_lbr_init_nhm()
916 x86_pmu.lbr_from = MSR_LBR_NHM_FROM; in intel_pmu_lbr_init_snb()
936 x86_pmu.lbr_from = MSR_LBR_NHM_FROM; in intel_pmu_lbr_init_hsw()
[all …]
Dperf_event.h588 unsigned long lbr_tos, lbr_from, lbr_to; /* MSR base regs */ member
612 u64 lbr_from[MAX_LBR_ENTRIES]; member
Dperf_event_intel.c3349 if (!(check_msr(x86_pmu.lbr_from + i, 0xffffUL) && in intel_pmu_init()