Skip to content

Commit c3bb8a9

Browse files
Kan LiangPeter Zijlstra
authored andcommitted
perf/x86/msr: Add Jasper Lake support
The Jasper Lake processor is also a Tremont microarchitecture. From the perspective of perf MSR, there is nothing changed compared with Elkhart Lake. Share the code path 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-2-git-send-email-kan.liang@linux.intel.com
1 parent dbfd638 commit c3bb8a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/events/msr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ static bool test_intel(int idx, void *data)
7878
case INTEL_FAM6_ATOM_GOLDMONT_PLUS:
7979
case INTEL_FAM6_ATOM_TREMONT_D:
8080
case INTEL_FAM6_ATOM_TREMONT:
81+
case INTEL_FAM6_ATOM_TREMONT_L:
8182

8283
case INTEL_FAM6_XEON_PHI_KNL:
8384
case INTEL_FAM6_XEON_PHI_KNM:

0 commit comments

Comments
 (0)