We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3f04c commit 86dca36Copy full SHA for 86dca36
arch/x86/events/intel/core.c
@@ -276,7 +276,7 @@ static struct event_constraint intel_icl_event_constraints[] = {
276
INTEL_EVENT_CONSTRAINT_RANGE(0x03, 0x0a, 0xf),
277
INTEL_EVENT_CONSTRAINT_RANGE(0x1f, 0x28, 0xf),
278
INTEL_EVENT_CONSTRAINT(0x32, 0xf), /* SW_PREFETCH_ACCESS.* */
279
- INTEL_EVENT_CONSTRAINT_RANGE(0x48, 0x54, 0xf),
+ INTEL_EVENT_CONSTRAINT_RANGE(0x48, 0x56, 0xf),
280
INTEL_EVENT_CONSTRAINT_RANGE(0x60, 0x8b, 0xf),
281
INTEL_UEVENT_CONSTRAINT(0x04a3, 0xff), /* CYCLE_ACTIVITY.STALLS_TOTAL */
282
INTEL_UEVENT_CONSTRAINT(0x10a3, 0xff), /* CYCLE_ACTIVITY.CYCLES_MEM_ANY */
0 commit comments