Skip to content

Commit 8cd0499

Browse files
Kan Lianggregkh
authored andcommitted
perf/x86/intel: Add Emerald Rapids
[ Upstream commit 6795e55 ] From core PMU's perspective, Emerald Rapids is the same as the Sapphire Rapids. The only difference is the event list, which will be supported in the perf tool later. Signed-off-by: Kan Liang <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sasha Levin <[email protected]>
1 parent 7093515 commit 8cd0499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/events/intel/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6109,6 +6109,7 @@ __init int intel_pmu_init(void)
61096109
break;
61106110

61116111
case INTEL_FAM6_SAPPHIRERAPIDS_X:
6112+
case INTEL_FAM6_EMERALDRAPIDS_X:
61126113
pmem = true;
61136114
x86_pmu.late_ack = true;
61146115
memcpy(hw_cache_event_ids, spr_hw_cache_event_ids, sizeof(hw_cache_event_ids));

0 commit comments

Comments
 (0)