Commit-ID:  7b0fd56930399d87241ad2f49d48c315307471ee
Gitweb:     http://git.kernel.org/tip/7b0fd56930399d87241ad2f49d48c315307471ee
Author:     Srinivas Pandruvada <[email protected]>
AuthorDate: Sun, 20 Mar 2016 16:52:18 -0700
Committer:  Ingo Molnar <[email protected]>
CommitDate: Mon, 21 Mar 2016 11:16:19 +0100

perf/x86/intel/rapl: Add missing Broadwell models

Added Broadwell-H and Broadwell-Server.

Signed-off-by: Srinivas Pandruvada <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Vince Weaver <[email protected]>
Cc: [email protected]
Link: 
http://lkml.kernel.org/r/1458517938-25308-1-git-send-email-srinivas.pandruv...@linux.intel.com
Signed-off-by: Ingo Molnar <[email protected]>
---
 arch/x86/events/intel/rapl.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/x86/events/intel/rapl.c b/arch/x86/events/intel/rapl.c
index b834a3f..70c93f9 100644
--- a/arch/x86/events/intel/rapl.c
+++ b/arch/x86/events/intel/rapl.c
@@ -711,6 +711,7 @@ static int __init rapl_pmu_init(void)
                rapl_pmu_events_group.attrs = rapl_events_cln_attr;
                break;
        case 63: /* Haswell-Server */
+       case 79: /* Broadwell-Server */
                apply_quirk = true;
                rapl_cntr_mask = RAPL_IDX_SRV;
                rapl_pmu_events_group.attrs = rapl_events_srv_attr;
@@ -718,6 +719,7 @@ static int __init rapl_pmu_init(void)
        case 60: /* Haswell */
        case 69: /* Haswell-Celeron */
        case 61: /* Broadwell */
+       case 71: /* Broadwell-H */
                rapl_cntr_mask = RAPL_IDX_HSW;
                rapl_pmu_events_group.attrs = rapl_events_hsw_attr;
                break;

Reply via email to