Searched refs:INTEL_ARCH_EVENT_MASK (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/arch/x86/events/ |
D | perf_event.h | 96 ((config & INTEL_ARCH_EVENT_MASK) >= INTEL_TD_METRIC_RETIRING) && in is_metric_event() 97 ((config & INTEL_ARCH_EVENT_MASK) <= INTEL_TD_METRIC_MAX); in is_metric_event() 102 return (event->attr.config & INTEL_ARCH_EVENT_MASK) == INTEL_TD_SLOTS; in is_slots_event() 426 INTEL_ARCH_EVENT_MASK) 432 EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK) 440 EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS) 443 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK, \ 447 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS, \ 451 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS, \ 455 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS, \ [all …]
|
/Linux-v5.15/arch/x86/include/asm/ |
D | perf_event.h | 48 #define INTEL_ARCH_EVENT_MASK \ macro
|
/Linux-v5.15/arch/x86/events/intel/ |
D | core.c | 3034 event->hw.config &= ~INTEL_ARCH_EVENT_MASK; in intel_fixup_er() 3038 event->hw.config &= ~INTEL_ARCH_EVENT_MASK; in intel_fixup_er() 3688 return (event->attr.config & INTEL_ARCH_EVENT_MASK) == X86_CONFIG(.event=0xcd, .umask=0x01); in is_mem_loads_event() 3693 return (event->attr.config & INTEL_ARCH_EVENT_MASK) == X86_CONFIG(.event=0x03, .umask=0x82); in is_mem_loads_aux_event() 3726 if ((event->attr.config & INTEL_ARCH_EVENT_MASK) == INTEL_FIXED_VLBR_EVENT) in intel_pmu_hw_config() 4163 if ((event->hw.config & INTEL_ARCH_EVENT_MASK) == in bdw_limit_period()
|
D | ds.c | 1089 ((attr->config & INTEL_ARCH_EVENT_MASK) == in pebs_update_adaptive_cfg()
|