Skip to content

Commit eda23b3

Browse files
Kan LiangIngo Molnar
authored andcommitted
perf/x86/intel: Add Elkhart Lake support
Elkhart Lake also uses Tremont CPU. From the perspective of Intel PMU, there is nothing changed compared with Jacobsville. Share the perf code with Jacobsville. Signed-off-by: Kan Liang <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Reviewed-by: Andi Kleen <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 7a7a8f5 commit eda23b3

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
@@ -4765,6 +4765,7 @@ __init int intel_pmu_init(void)
47654765
break;
47664766

47674767
case INTEL_FAM6_ATOM_TREMONT_D:
4768+
case INTEL_FAM6_ATOM_TREMONT:
47684769
x86_pmu.late_ack = true;
47694770
memcpy(hw_cache_event_ids, glp_hw_cache_event_ids,
47704771
sizeof(hw_cache_event_ids));

0 commit comments

Comments
 (0)