Skip to content

Commit dbfd638

Browse files
Kan LiangPeter Zijlstra
authored andcommitted
perf/x86/intel: Add Jasper Lake support
The Jasper Lake processor is also a Tremont microarchitecture. From the perspective of Intel PMU, there is nothing changed compared with Elkhart Lake. Share the perf code with Elkhart Lake. Signed-off-by: Kan Liang <kan.liang@linux.intel.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/1601296242-32763-1-git-send-email-kan.liang@linux.intel.com
1 parent ee13938 commit dbfd638

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/events/intel/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5135,6 +5135,7 @@ __init int intel_pmu_init(void)
51355135

51365136
case INTEL_FAM6_ATOM_TREMONT_D:
51375137
case INTEL_FAM6_ATOM_TREMONT:
5138+
case INTEL_FAM6_ATOM_TREMONT_L:
51385139
x86_pmu.late_ack = true;
51395140
memcpy(hw_cache_event_ids, glp_hw_cache_event_ids,
51405141
sizeof(hw_cache_event_ids));

0 commit comments

Comments
 (0)