Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Dutils.c24 return X86_BR_JCC; in decode_branch_type()
28 return X86_BR_JCC; in decode_branch_type()
47 return X86_BR_JCC; in decode_branch_type()
H A Dperf_event.h1237 X86_BR_JCC = 1 << 8, /* conditional */ enumerator
1262 X86_BR_JCC |\
/openbmc/linux/arch/x86/events/amd/
H A Dlbr.c277 mask |= X86_BR_JCC; in amd_pmu_lbr_setup_filter()
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c983 mask |= X86_BR_JCC; in intel_pmu_setup_sw_lbr_filter()
1107 [ARCH_LBR_BR_TYPE_JCC] = X86_BR_JCC,