Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1406278
| From | Jacob Pan <jacob.jun.pan@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] perf/x86/intel/rapl: add skylake server |
| Date | 2016-05-24 18:40 +0200 |
| Message-ID | <rCnx8-5GI-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
SKX uses similar RAPL interface as Broadwell server. Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com> --- arch/x86/events/intel/rapl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/events/intel/rapl.c b/arch/x86/events/intel/rapl.c index 1705c9d..70af62a 100644 --- a/arch/x86/events/intel/rapl.c +++ b/arch/x86/events/intel/rapl.c @@ -712,6 +712,7 @@ static int __init rapl_pmu_init(void) break; case 63: /* Haswell-Server */ case 79: /* Broadwell-Server */ + case 85: /* Skylake-Server */ apply_quirk = true; rapl_cntr_mask = RAPL_IDX_SRV; rapl_pmu_events_group.attrs = rapl_events_srv_attr; -- 1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] perf/x86/intel/rapl: add skylake server Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-05-24 18:40 +0200
csiph-web