Skip to content

Commit 0917b95

Browse files
Kan LiangIngo Molnar
authored andcommitted
perf/x86/msr: Add Tiger Lake CPU support
Tiger Lake is the followon to Ice Lake. PPERF and SMI_COUNT MSRs are also supported. The External Design Specification (EDS) is not published yet. It comes from an authoritative internal source. The patch has been tested on real hardware. Signed-off-by: Kan Liang <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 23645a7 commit 0917b95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/x86/events/msr.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ static bool test_intel(int idx, void *data)
9595
case INTEL_FAM6_ICELAKE:
9696
case INTEL_FAM6_ICELAKE_X:
9797
case INTEL_FAM6_ICELAKE_D:
98+
case INTEL_FAM6_TIGERLAKE_L:
99+
case INTEL_FAM6_TIGERLAKE:
98100
if (idx == PERF_MSR_SMI || idx == PERF_MSR_PPERF)
99101
return true;
100102
break;

0 commit comments

Comments
 (0)