Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/events/intel/
Dlbr.c43 #define LBR_CALL_STACK (1 << LBR_CALL_STACK_BIT) macro
112 return !!(config & LBR_CALL_STACK); in is_lbr_call_stack_bit_set()
755 if (cpuc->lbr_sel->config & LBR_CALL_STACK) in intel_pmu_lbr_read_64()
1058 reg->config = mask ^ (x86_pmu.lbr_sel_mask & ~LBR_CALL_STACK); in intel_pmu_setup_hw_lbr_filter()
1249 | LBR_RETURN | LBR_CALL_STACK,