Searched refs:INTEL_ARCH_EVENT_MASK (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/x86/events/ |
D | perf_event.h | 94 ((config & INTEL_ARCH_EVENT_MASK) >= INTEL_TD_METRIC_RETIRING) && in is_metric_event() 95 ((config & INTEL_ARCH_EVENT_MASK) <= INTEL_TD_METRIC_MAX); in is_metric_event() 100 return (event->attr.config & INTEL_ARCH_EVENT_MASK) == INTEL_TD_SLOTS; in is_slots_event() 422 INTEL_ARCH_EVENT_MASK) 428 EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK) 436 EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS) 439 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK, \ 443 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS, \ 447 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS, \ 487 INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS, \ [all …]
|
/Linux-v5.10/arch/x86/include/asm/ |
D | perf_event.h | 48 #define INTEL_ARCH_EVENT_MASK \ macro
|
/Linux-v5.10/arch/x86/events/intel/ |
D | core.c | 2910 event->hw.config &= ~INTEL_ARCH_EVENT_MASK; in intel_fixup_er() 2914 event->hw.config &= ~INTEL_ARCH_EVENT_MASK; in intel_fixup_er() 3928 if ((event->hw.config & INTEL_ARCH_EVENT_MASK) == in bdw_limit_period()
|
D | ds.c | 990 ((attr->config & INTEL_ARCH_EVENT_MASK) == in pebs_update_adaptive_cfg()
|