Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c784 abort = !!(info & LBR_INFO_ABORT); in intel_pmu_lbr_read_64()
898 e->abort = !!(info & LBR_INFO_ABORT); in intel_pmu_store_lbr()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h234 #define LBR_INFO_ABORT BIT_ULL(61) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h249 #define LBR_INFO_ABORT BIT_ULL(61) macro
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c2189 #define LBR_INFO_ABORT (1ULL << 61) macro
2204 u.flags.abort = !!(info & LBR_INFO_ABORT); in intel_pt_lbr_flags()