Searched refs:INTEL_ALL_EVENT_CONSTRAINT (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/arch/x86/events/intel/ |
D | ds.c | 874 INTEL_ALL_EVENT_CONSTRAINT(0, 0x1), 882 INTEL_ALL_EVENT_CONSTRAINT(0, 0x1), 888 INTEL_ALL_EVENT_CONSTRAINT(0, 0x1), 944 INTEL_ALL_EVENT_CONSTRAINT(0, 0xf), 961 INTEL_ALL_EVENT_CONSTRAINT(0, 0xf), 984 INTEL_ALL_EVENT_CONSTRAINT(0, 0xf), 1007 INTEL_ALL_EVENT_CONSTRAINT(0, 0xf), 1031 INTEL_ALL_EVENT_CONSTRAINT(0, 0xf),
|
D | core.c | 4224 INTEL_ALL_EVENT_CONSTRAINT(0, 0x1); 4227 INTEL_ALL_EVENT_CONSTRAINT(0, 0x2); 4230 INTEL_ALL_EVENT_CONSTRAINT(0, 0x3); 4239 INTEL_ALL_EVENT_CONSTRAINT(0, 0x100000001ULL); 4242 INTEL_ALL_EVENT_CONSTRAINT(0, 0x100000003ULL); 4245 INTEL_ALL_EVENT_CONSTRAINT(0, 0xfeULL);
|
/linux-6.6.21/arch/x86/events/ |
D | perf_event.h | 481 #define INTEL_ALL_EVENT_CONSTRAINT(code, n) \ macro
|