Home
last modified time | relevance | path

Searched refs:X86_BR_NO_TX (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dlbr.c98 X86_BR_NO_TX = 1 << 14,/* not in transaction */ enumerator
108 #define X86_BR_ANYTX (X86_BR_NO_TX | X86_BR_IN_TX)
1057 mask |= X86_BR_NO_TX; in intel_pmu_setup_sw_lbr_filter()
1362 PERF_BR_UNKNOWN, /* X86_BR_NO_TX */
1446 type |= X86_BR_NO_TX; in intel_pmu_lbr_filter()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dlbr.c980 mask |= X86_BR_NO_TX; in intel_pmu_setup_sw_lbr_filter()
1156 type |= X86_BR_NO_TX; in intel_pmu_lbr_filter()
/kernel/linux/linux-6.6/arch/x86/events/
H A Dperf_event.h1243 X86_BR_NO_TX = 1 << 14,/* not in transaction */ enumerator
1253 #define X86_BR_ANYTX (X86_BR_NO_TX | X86_BR_IN_TX)

Completed in 8 milliseconds