Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dlbr.c250 wrmsrl(x86_pmu.lbr_from + i, 0); in intel_pmu_lbr_reset_32()
258 wrmsrl(x86_pmu.lbr_from + i, 0); in intel_pmu_lbr_reset_64()
365 wrmsrl(x86_pmu.lbr_from + idx, val); in wrlbr_from()
385 rdmsrl(x86_pmu.lbr_from + idx, val); in rdlbr_from()
802 rdmsrl(x86_pmu.lbr_from + lbr_idx, msr_lastbranch.lbr); in intel_pmu_lbr_read_32()
1569 x86_pmu.lbr_from = MSR_LBR_CORE_FROM; in intel_pmu_lbr_init_core()
1583 x86_pmu.lbr_from = MSR_LBR_NHM_FROM; in intel_pmu_lbr_init_nhm()
1603 x86_pmu.lbr_from = MSR_LBR_NHM_FROM; in intel_pmu_lbr_init_snb()
1630 x86_pmu.lbr_from = MSR_LBR_NHM_FROM; in intel_pmu_lbr_init_hsw()
1649 x86_pmu.lbr_from = MSR_LBR_NHM_FROM; in intel_pmu_lbr_init_skl()
[all …]
H A Dcore.c4473 unsigned long lbr_from_nr = x86_pmu.lbr_from + x86_pmu.lbr_nr; in is_lbr_from()
4475 return x86_pmu.lbr_from <= msr && msr < lbr_from_nr; in is_lbr_from()
5589 if (!(check_msr(x86_pmu.lbr_from + i, 0xffffUL) && in intel_pmu_init()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dperf_event.h742 unsigned int lbr_tos, lbr_from, lbr_to, member