Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/events/intel/
Dlbr.c1188 int ext, to_plm, from_plm; in branch_type() local
1192 to_plm = kernel_ip(to) ? X86_BR_KERNEL : X86_BR_USER; in branch_type()
1203 return X86_BR_ABORT | to_plm; in branch_type()
1333 if (from_plm == X86_BR_USER && to_plm == X86_BR_KERNEL in branch_type()
1342 ret |= to_plm; in branch_type()
1417 int i, j, type, to_plm; in intel_pmu_lbr_filter() local
1438 to_plm = kernel_ip(to) ? X86_BR_KERNEL : X86_BR_USER; in intel_pmu_lbr_filter()
1439 type = arch_lbr_br_type_map[type] | to_plm; in intel_pmu_lbr_filter()