Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1503353
| From | Piotr Luc <piotr.luc@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2]tools/power turbostat: enable turbostat to support Knights Mill (KNM) |
| Date | 2016-10-18 23:10 +0200 |
| Message-ID | <stJO2-7sS-25@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2]tools/power turbostat: enable turbostat to support Knights Mill (KNM) Piotr Luc <piotr.luc@intel.com> - 2016-10-18 23:10 +0200 [PATCH v3 1/2] tools/power turbostat: Use Intel family processor macros Piotr Luc <piotr.luc@intel.com> - 2016-10-18 23:10 +0200 [PATCH v2 2/2] tools/power turbostat: enable turbostat to support Knights Mill (KNM) Piotr Luc <piotr.luc@intel.com> - 2016-10-18 23:10 +0200 Re: [PATCH 0/2]tools/power turbostat: enable turbostat to support Knights Mill (KNM) "Luc, Piotr" <Piotr.Luc@intel.com> - 2016-10-24 18:10 +0200
csiph-web