From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934096AbcJLSh7 (ORCPT ); Wed, 12 Oct 2016 14:37:59 -0400 Received: from mga06.intel.com ([134.134.136.31]:2379 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934029AbcJLShi (ORCPT ); Wed, 12 Oct 2016 14:37:38 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,336,1473145200"; d="scan'208";a="1063932820" From: Piotr Luc To: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Cc: "Rafael J. Wysocki" Subject: [PATCH 0/2] tools/power turbostat: enable turbostat to support Knights Mill (KNM) Date: Wed, 12 Oct 2016 20:29:47 +0200 Message-Id: <20161012182949.4015-1-piotr.luc@intel.com> X-Mailer: git-send-email 2.10.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The intention of this series is to add KNM CPU ID to turbostat. The first patch improves code style by replacing raw numbers of CPUIDs with descriptive macros of processor names. The second patch enables turbostat to support KNM processor. The second patch depends oni patch: x86/cpu/intel: Add Knights Mill to Intel family https://lkml.kernel.org/r/20161012180520.30976-1-piotr.luc () intel ! com Piotr Luc (2): tools/power turbostat: Use Intel family processor macros tools/power turbostat: enable turbostat to support Knights Mill (KNM) tools/power/x86/turbostat/Makefile | 3 +- tools/power/x86/turbostat/turbostat.c | 249 +++++++++++++++++----------------- 2 files changed, 130 insertions(+), 122 deletions(-) -- 2.10.1