Home
last modified time | relevance | path

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

/linux/arch/x86/events/ !
H A Dutils.c95 int to_plm, from_plm; in get_branch_type() local
103 to_plm = kernel_ip(to) ? X86_BR_KERNEL : X86_BR_USER; in get_branch_type()
114 return X86_BR_ABORT | to_plm; in get_branch_type()
194 if (from_plm == X86_BR_USER && to_plm == X86_BR_KERNEL in get_branch_type()
203 ret |= to_plm; in get_branch_type()
/linux/arch/x86/events/intel/ !
H A Dlbr.c1215 int i, j, type, to_plm; in intel_pmu_lbr_filter() local
1236 to_plm = kernel_ip(to) ? X86_BR_KERNEL : X86_BR_USER; in intel_pmu_lbr_filter()
1237 type = arch_lbr_br_type_map[type] | to_plm; in intel_pmu_lbr_filter()