Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c208 rdmsrl(x86_pmu.lbr_tos, tos); in intel_pmu_lbr_tos()
879 x86_pmu.lbr_tos = MSR_LBR_TOS; in intel_pmu_lbr_init_core()
894 x86_pmu.lbr_tos = MSR_LBR_TOS; in intel_pmu_lbr_init_nhm()
915 x86_pmu.lbr_tos = MSR_LBR_TOS; in intel_pmu_lbr_init_snb()
935 x86_pmu.lbr_tos = MSR_LBR_TOS; in intel_pmu_lbr_init_hsw()
960 x86_pmu.lbr_tos = MSR_LBR_TOS; in intel_pmu_lbr_init_atom()
Dperf_event.h588 unsigned long lbr_tos, lbr_from, lbr_to; /* MSR base regs */ member
Dperf_event_intel.c3346 if (x86_pmu.lbr_nr && !check_msr(x86_pmu.lbr_tos, 0x3UL)) in intel_pmu_init()