Home
last modified time | relevance | path

Searched refs:X86_BR_NONE (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/events/
H A Dutils.c26 return X86_BR_NONE; in decode_branch_type()
63 return X86_BR_NONE; in decode_branch_type()
66 return X86_BR_NONE; in decode_branch_type()
77 * decoded (e.g., text page not present), then X86_BR_NONE is
93 int ret = X86_BR_NONE; in get_branch_type()
110 return X86_BR_NONE; in get_branch_type()
121 return X86_BR_NONE; in get_branch_type()
128 return X86_BR_NONE; in get_branch_type()
149 return X86_BR_NONE; in get_branch_type()
165 while (fused && ret == X86_BR_NONE) { in get_branch_type()
[all...]
H A Dperf_event.h1226 X86_BR_NONE = 0, /* unknown */ enumerator
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dlbr.c81 X86_BR_NONE = 0, /* unknown */ enumerator
1179 * decoded (e.g., text page not present), then X86_BR_NONE is
1187 int ret = X86_BR_NONE; in branch_type()
1200 return X86_BR_NONE; in branch_type()
1211 return X86_BR_NONE; in branch_type()
1218 return X86_BR_NONE; in branch_type()
1239 return X86_BR_NONE; in branch_type()
1270 ret = X86_BR_NONE; in branch_type()
1320 ret = X86_BR_NONE; in branch_type()
1341 if (ret != X86_BR_NONE) in branch_type()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/amd/
H A Dlbr.c127 if (type == X86_BR_NONE || (br_sel & type) != type) { in amd_pmu_lbr_filter()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dlbr.c1152 if (type != X86_BR_NONE && (br_sel & X86_BR_ANYTX)) { in intel_pmu_lbr_filter()
1160 if (type == X86_BR_NONE || (br_sel & type) != type) { in intel_pmu_lbr_filter()

Completed in 9 milliseconds