Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1380246 > unrolled thread
| Started by | Andi Kleen <andi@firstfloor.org> |
|---|---|
| First post | 2016-04-15 22:30 +0200 |
| Last post | 2016-04-23 15:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] x86, perf: Add model number for Skylake Server to perf Andi Kleen <andi@firstfloor.org> - 2016-04-15 22:30 +0200
[tip:perf/core] perf/x86/intel: Add model number for Skylake Server to perf tip-bot for Andi Kleen <tipbot@zytor.com> - 2016-04-23 15:00 +0200
| From | Andi Kleen <andi@firstfloor.org> |
|---|---|
| Date | 2016-04-15 22:30 +0200 |
| Subject | [PATCH] x86, perf: Add model number for Skylake Server to perf |
| Message-ID | <roixm-pK-49@gated-at.bofh.it> |
From: Andi Kleen <ak@linux.intel.com> Everything the same as base Skylake, just a new model number. Signed-off-by: Andi Kleen <ak@linux.intel.com> --- arch/x86/events/intel/core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/events/intel/core.c b/arch/x86/events/intel/core.c index a7ec685657a5..8fddb0283111 100644 --- a/arch/x86/events/intel/core.c +++ b/arch/x86/events/intel/core.c @@ -3616,6 +3616,7 @@ __init int intel_pmu_init(void) case 78: /* 14nm Skylake Mobile */ case 94: /* 14nm Skylake Desktop */ + case 85: /* 14nm Skylake Server */ x86_pmu.late_ack = true; memcpy(hw_cache_event_ids, skl_hw_cache_event_ids, sizeof(hw_cache_event_ids)); memcpy(hw_cache_extra_regs, skl_hw_cache_extra_regs, sizeof(hw_cache_extra_regs)); -- 2.5.5
[toc] | [next] | [standalone]
| From | tip-bot for Andi Kleen <tipbot@zytor.com> |
|---|---|
| Date | 2016-04-23 15:00 +0200 |
| Subject | [tip:perf/core] perf/x86/intel: Add model number for Skylake Server to perf |
| Message-ID | <rr5ke-3bE-17@gated-at.bofh.it> |
| In reply to | #1380246 |
Commit-ID: b89c173788c3a8ed571652c203bf59a0e9d700aa Gitweb: http://git.kernel.org/tip/b89c173788c3a8ed571652c203bf59a0e9d700aa Author: Andi Kleen <ak@linux.intel.com> AuthorDate: Fri, 15 Apr 2016 13:25:33 -0700 Committer: Ingo Molnar <mingo@kernel.org> CommitDate: Sat, 23 Apr 2016 13:46:44 +0200 perf/x86/intel: Add model number for Skylake Server to perf Everything the same as base Skylake, just a new model number. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Vince Weaver <vincent.weaver@maine.edu> Link: http://lkml.kernel.org/r/1460751933-2264-1-git-send-email-andi@firstfloor.org Signed-off-by: Ingo Molnar <mingo@kernel.org> --- arch/x86/events/intel/core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/events/intel/core.c b/arch/x86/events/intel/core.c index 68fa55b..aff7988 100644 --- a/arch/x86/events/intel/core.c +++ b/arch/x86/events/intel/core.c @@ -3639,6 +3639,7 @@ __init int intel_pmu_init(void) case 78: /* 14nm Skylake Mobile */ case 94: /* 14nm Skylake Desktop */ + case 85: /* 14nm Skylake Server */ x86_pmu.late_ack = true; memcpy(hw_cache_event_ids, skl_hw_cache_event_ids, sizeof(hw_cache_event_ids)); memcpy(hw_cache_extra_regs, skl_hw_cache_extra_regs, sizeof(hw_cache_extra_regs));
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web