Home
last modified time | relevance | path

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

/Linux-v6.6/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.c4219 INTEL_ALL_EVENT_CONSTRAINT(0, 0x1);
4222 INTEL_ALL_EVENT_CONSTRAINT(0, 0x2);
4225 INTEL_ALL_EVENT_CONSTRAINT(0, 0x3);
4234 INTEL_ALL_EVENT_CONSTRAINT(0, 0x100000001ULL);
4237 INTEL_ALL_EVENT_CONSTRAINT(0, 0x100000003ULL);
4240 INTEL_ALL_EVENT_CONSTRAINT(0, 0xfeULL);
/Linux-v6.6/arch/x86/events/
Dperf_event.h481 #define INTEL_ALL_EVENT_CONSTRAINT(code, n) \ macro