From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757696AbcJRVHB (ORCPT ); Tue, 18 Oct 2016 17:07:01 -0400 Received: from mga02.intel.com ([134.134.136.20]:55234 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755971AbcJRVG7 (ORCPT ); Tue, 18 Oct 2016 17:06:59 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,511,1473145200"; d="scan'208";a="21399235" From: Piotr Luc To: Len Brown , x86@kernel.org, Borislav Petkov Cc: linux-kernel@vger.kernel.org, "Rafael J . Wysocki" , Dave Hansen Subject: [PATCH 0/2]tools/power turbostat: enable turbostat to support Knights Mill (KNM) Date: Tue, 18 Oct 2016 23:06:50 +0200 Message-Id: <20161018210652.29365-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 This patchset is rebased onto 08328814256d888634ff15ba8fb67e2ae4340b64. First patch improves code style by replacing raw numbers of CPUID with descriptive macros of processor names. The second patch adds Knights Mill (KNM) to the list of CPUIDs supported by turbostat. Both patches come in new versions where trailing comments, which described CPUs, are removed because self-descriptive macros are used instead raw numbers. 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 | 250 ++++++++++++++++++---------------- 2 files changed, 131 insertions(+), 122 deletions(-) -- 2.10.1