Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c220 rdmsrl(x86_pmu.lbr_tos, tos); in intel_pmu_lbr_tos()
250 wrmsrl(x86_pmu.lbr_tos, tos); in __intel_pmu_lbr_restore()
920 x86_pmu.lbr_tos = MSR_LBR_TOS; in intel_pmu_lbr_init_core()
935 x86_pmu.lbr_tos = MSR_LBR_TOS; in intel_pmu_lbr_init_nhm()
956 x86_pmu.lbr_tos = MSR_LBR_TOS; in intel_pmu_lbr_init_snb()
976 x86_pmu.lbr_tos = MSR_LBR_TOS; in intel_pmu_lbr_init_hsw()
990 x86_pmu.lbr_tos = MSR_LBR_TOS; in intel_pmu_lbr_init_skl()
1021 x86_pmu.lbr_tos = MSR_LBR_TOS; in intel_pmu_lbr_init_atom()
Dperf_event.h604 unsigned long lbr_tos, lbr_from, lbr_to; /* MSR base regs */ member
Dperf_event_intel.c3615 if (x86_pmu.lbr_nr && !check_msr(x86_pmu.lbr_tos, 0x3UL)) in intel_pmu_init()