Home
last modified time | relevance | path

Searched refs:to_plm (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/events/
H A Dutils.c94 int to_plm, from_plm; in get_branch_type() local
102 to_plm = kernel_ip(to) ? X86_BR_KERNEL : X86_BR_USER; in get_branch_type()
113 return X86_BR_ABORT | to_plm; in get_branch_type()
193 if (from_plm == X86_BR_USER && to_plm == X86_BR_KERNEL in get_branch_type()
202 ret |= to_plm; in get_branch_type()
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c1127 int i, j, type, to_plm; in intel_pmu_lbr_filter() local
1148 to_plm = kernel_ip(to) ? X86_BR_KERNEL : X86_BR_USER; in intel_pmu_lbr_filter()
1149 type = arch_lbr_br_type_map[type] | to_plm; in intel_pmu_lbr_filter()