Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1499879
| 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-12 20:40 +0200 |
| Message-ID | <srwBz-8aY-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
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-12 20:40 +0200 [PATCH 1/2] tools/power turbostat: Use Intel family processor macros Piotr Luc <piotr.luc@intel.com> - 2016-10-12 20:40 +0200
csiph-web