Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/events/
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()
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()
201 if (ret != X86_BR_NONE) in get_branch_type()
Dperf_event.h1226 X86_BR_NONE = 0, /* unknown */ enumerator
/linux-6.6.21/arch/x86/events/amd/
Dlbr.c127 if (type == X86_BR_NONE || (br_sel & type) != type) { in amd_pmu_lbr_filter()
/linux-6.6.21/arch/x86/events/intel/
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()