Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/events/intel/
Dds.c874 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),
Dcore.c4224 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/
Dperf_event.h481 #define INTEL_ALL_EVENT_CONSTRAINT(code, n) \ macro