Skip to content

Commit d86c8ea

Browse files
Andi KleenIngo Molnar
authored andcommitted
perf/x86/intel: Document all Haswell models
Add names for each Haswell model as requested by Peter. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: eranian@google.com Link: http://lkml.kernel.org/r/1409683455-29168-2-git-send-email-andi@firstfloor.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent b761468 commit d86c8ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/x86/kernel/cpu/perf_event_intel.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,10 +2540,10 @@ __init int intel_pmu_init(void)
25402540
break;
25412541

25422542

2543-
case 60: /* 22nm Haswell */
2544-
case 63:
2545-
case 69:
2546-
case 70:
2543+
case 60: /* 22nm Haswell Core */
2544+
case 63: /* 22nm Haswell Server */
2545+
case 69: /* 22nm Haswell ULT */
2546+
case 70: /* 22nm Haswell + GT3e (Intel Iris Pro graphics) */
25472547
x86_pmu.late_ack = true;
25482548
memcpy(hw_cache_event_ids, snb_hw_cache_event_ids, sizeof(hw_cache_event_ids));
25492549
memcpy(hw_cache_extra_regs, snb_hw_cache_extra_regs, sizeof(hw_cache_extra_regs));

0 commit comments

Comments
 (0)