Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h295 #define LBR_INFO_ABORT BIT_ULL(61) macro
/linux/tools/perf/util/
H A Dintel-pt.c2253 #define LBR_INFO_ABORT (1ULL << 61) in intel_pt_add_lbrs()
2268 u.flags.abort = !!(info & LBR_INFO_ABORT); in intel_pt_add_lbrs()
2231 #define LBR_INFO_ABORT global() macro