|
@@ -3253,6 +3253,8 @@ __init int intel_pmu_init(void)
|
|
|
|
|
|
case 61: /* 14nm Broadwell Core-M */
|
|
|
case 86: /* 14nm Broadwell Xeon D */
|
|
|
+ case 71: /* 14nm Broadwell + GT3e (Intel Iris Pro graphics) */
|
|
|
+ case 79: /* 14nm Broadwell Server */
|
|
|
x86_pmu.late_ack = true;
|
|
|
memcpy(hw_cache_event_ids, hsw_hw_cache_event_ids, sizeof(hw_cache_event_ids));
|
|
|
memcpy(hw_cache_extra_regs, hsw_hw_cache_extra_regs, sizeof(hw_cache_extra_regs));
|