Home
last modified time | relevance | path

Searched refs:LBR_INFO_BR_CNTR_BITS (Results 1 – 3 of 3) sorted by relevance

/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h283 #define LBR_INFO_BR_CNTR_BITS 2 macro
284 #define LBR_INFO_BR_CNTR_MASK GENMASK_ULL(LBR_INFO_BR_CNTR_BITS - 1, 0)
285 #define LBR_INFO_BR_CNTR_FULL_MASK GENMASK_ULL(LBR_INFO_BR_CNTR_NUM * LBR_INFO_BR_CNTR_BITS - 1, 0)
/linux/arch/x86/events/intel/
H A Dlbr.c889 static_assert((64 - PERF_BRANCH_ENTRY_INFO_BITS_MAX) > LBR_INFO_BR_CNTR_NUM * LBR_INFO_BR_CNTR_BITS
963 cnt = (src >> (order[j] * LBR_INFO_BR_CNTR_BITS)) & LBR_INFO_BR_CNTR_MASK; in intel_pmu_lbr_counters_reorder()
964 dst |= cnt << j * LBR_INFO_BR_CNTR_BITS; in intel_pmu_lbr_counters_reorder()
H A Dcore.c5827 return snprintf(buf, PAGE_SIZE, "%d\n", LBR_INFO_BR_CNTR_BITS); in branch_counter_width_show()