blob: 762b81497c3bf52e45daf1d90240bb424c096bc4 [file] [log] [blame]
Len Brown103a8fe2010-10-22 23:53:03 -04001/*
2 * turbostat -- show CPU frequency and C-state residency
3 * on modern Intel turbo-capable processors.
4 *
Len Brown144b44b2013-11-09 00:30:16 -05005 * Copyright (c) 2013 Intel Corporation.
Len Brown103a8fe2010-10-22 23:53:03 -04006 * Len Brown <len.brown@intel.com>
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License,
10 * version 2, as published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope it will be useful, but WITHOUT
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * more details.
16 *
17 * You should have received a copy of the GNU General Public License along with
18 * this program; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
20 */
21
Len Brown88c32812012-03-29 21:44:40 -040022#define _GNU_SOURCE
Josh Triplettb731f312013-08-20 17:20:12 -070023#include MSRHEADER
Len Brown869ce692016-06-16 23:22:37 -040024#include INTEL_FAMILY_HEADER
Josh Triplett95aebc42013-08-20 17:20:16 -070025#include <stdarg.h>
Len Brown103a8fe2010-10-22 23:53:03 -040026#include <stdio.h>
Josh Triplettb2c95d92013-08-20 17:20:18 -070027#include <err.h>
Len Brown103a8fe2010-10-22 23:53:03 -040028#include <unistd.h>
29#include <sys/types.h>
30#include <sys/wait.h>
31#include <sys/stat.h>
32#include <sys/resource.h>
33#include <fcntl.h>
34#include <signal.h>
35#include <sys/time.h>
36#include <stdlib.h>
Len Brownd8af6f52015-02-10 01:56:38 -050037#include <getopt.h>
Len Brown103a8fe2010-10-22 23:53:03 -040038#include <dirent.h>
39#include <string.h>
40#include <ctype.h>
Len Brown88c32812012-03-29 21:44:40 -040041#include <sched.h>
Len Brown2a0609c2016-02-12 22:44:48 -050042#include <time.h>
Josh Triplett2b928652013-08-20 17:20:14 -070043#include <cpuid.h>
Len Brown98481e72014-08-15 00:36:50 -040044#include <linux/capability.h>
45#include <errno.h>
Len Brown103a8fe2010-10-22 23:53:03 -040046
Len Brown103a8fe2010-10-22 23:53:03 -040047char *proc_stat = "/proc/stat";
Len Brownb7d8c142016-02-13 23:36:17 -050048FILE *outf;
Len Brown36229892016-02-26 20:51:02 -050049int *fd_percpu;
Len Brown2a0609c2016-02-12 22:44:48 -050050struct timespec interval_ts = {5, 0};
Len Brownd8af6f52015-02-10 01:56:38 -050051unsigned int debug;
52unsigned int rapl_joules;
53unsigned int summary_only;
54unsigned int dump_only;
Len Brown103a8fe2010-10-22 23:53:03 -040055unsigned int do_snb_cstates;
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -070056unsigned int do_knl_cstates;
Len Brownee7e38e2015-02-09 23:39:45 -050057unsigned int do_pc2;
58unsigned int do_pc3;
59unsigned int do_pc6;
60unsigned int do_pc7;
Kristen Carlson Accardica587102012-11-21 05:22:43 -080061unsigned int do_c8_c9_c10;
Len Brown0b2bb692015-03-26 00:50:30 -040062unsigned int do_skl_residency;
Len Brown144b44b2013-11-09 00:30:16 -050063unsigned int do_slm_cstates;
64unsigned int use_c1_residency_msr;
Len Brown103a8fe2010-10-22 23:53:03 -040065unsigned int has_aperf;
Len Brown889facb2012-11-08 00:48:57 -050066unsigned int has_epb;
Len Brown5a634262016-04-06 17:15:55 -040067unsigned int do_irtl_snb;
68unsigned int do_irtl_hsw;
Len Brownfc04cc62014-02-06 00:55:19 -050069unsigned int units = 1000000; /* MHz etc */
Len Brown103a8fe2010-10-22 23:53:03 -040070unsigned int genuine_intel;
71unsigned int has_invariant_tsc;
Len Brownd7899442015-01-23 00:12:33 -050072unsigned int do_nhm_platform_info;
Len Browncf4cbe52017-01-01 13:08:33 -050073unsigned int no_MSR_MISC_PWR_MGMT;
Hubert Chrzaniukb2b34df2015-09-14 13:31:00 +020074unsigned int aperf_mperf_multiplier = 1;
Len Brown103a8fe2010-10-22 23:53:03 -040075double bclk;
Len Browna2b7b742015-09-26 00:12:38 -040076double base_hz;
Len Brown21ed5572015-10-19 22:37:40 -040077unsigned int has_base_hz;
Len Browna2b7b742015-09-26 00:12:38 -040078double tsc_tweak = 1.0;
Len Brownc98d5d92012-06-04 00:56:40 -040079unsigned int show_pkg_only;
80unsigned int show_core_only;
81char *output_buffer, *outp;
Len Brown889facb2012-11-08 00:48:57 -050082unsigned int do_rapl;
83unsigned int do_dts;
84unsigned int do_ptm;
Len Brownfdf676e2016-02-27 01:28:12 -050085unsigned long long gfx_cur_rc6_ms;
Len Brown27d47352016-02-27 00:37:54 -050086unsigned int gfx_cur_mhz;
Len Brown889facb2012-11-08 00:48:57 -050087unsigned int tcc_activation_temp;
88unsigned int tcc_activation_temp_override;
Andrey Semin40ee8e32014-12-05 00:07:00 -050089double rapl_power_units, rapl_time_units;
90double rapl_dram_energy_units, rapl_energy_units;
Len Brown889facb2012-11-08 00:48:57 -050091double rapl_joule_counter_range;
Len Brown3a9a9412014-08-15 02:39:52 -040092unsigned int do_core_perf_limit_reasons;
93unsigned int do_gfx_perf_limit_reasons;
94unsigned int do_ring_perf_limit_reasons;
Len Brown8a5bdf42015-04-01 21:02:57 -040095unsigned int crystal_hz;
96unsigned long long tsc_hz;
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -040097int base_cpu;
Len Brown21ed5572015-10-19 22:37:40 -040098double discover_bclk(unsigned int family, unsigned int model);
Len Brown7f5c2582015-12-01 01:36:39 -050099unsigned int has_hwp; /* IA32_PM_ENABLE, IA32_HWP_CAPABILITIES */
100 /* IA32_HWP_REQUEST, IA32_HWP_STATUS */
101unsigned int has_hwp_notify; /* IA32_HWP_INTERRUPT */
102unsigned int has_hwp_activity_window; /* IA32_HWP_REQUEST[bits 41:32] */
103unsigned int has_hwp_epp; /* IA32_HWP_REQUEST[bits 31:24] */
104unsigned int has_hwp_pkg; /* IA32_HWP_REQUEST_PKG */
Len Brown889facb2012-11-08 00:48:57 -0500105
Len Browne6f9bb32013-12-03 02:19:19 -0500106#define RAPL_PKG (1 << 0)
107 /* 0x610 MSR_PKG_POWER_LIMIT */
108 /* 0x611 MSR_PKG_ENERGY_STATUS */
109#define RAPL_PKG_PERF_STATUS (1 << 1)
110 /* 0x613 MSR_PKG_PERF_STATUS */
111#define RAPL_PKG_POWER_INFO (1 << 2)
112 /* 0x614 MSR_PKG_POWER_INFO */
113
114#define RAPL_DRAM (1 << 3)
115 /* 0x618 MSR_DRAM_POWER_LIMIT */
116 /* 0x619 MSR_DRAM_ENERGY_STATUS */
Len Browne6f9bb32013-12-03 02:19:19 -0500117#define RAPL_DRAM_PERF_STATUS (1 << 4)
118 /* 0x61b MSR_DRAM_PERF_STATUS */
Len Brown0b2bb692015-03-26 00:50:30 -0400119#define RAPL_DRAM_POWER_INFO (1 << 5)
120 /* 0x61c MSR_DRAM_POWER_INFO */
Len Browne6f9bb32013-12-03 02:19:19 -0500121
Jacob Pan91484942016-06-16 09:48:20 -0700122#define RAPL_CORES_POWER_LIMIT (1 << 6)
Len Browne6f9bb32013-12-03 02:19:19 -0500123 /* 0x638 MSR_PP0_POWER_LIMIT */
Len Brown0b2bb692015-03-26 00:50:30 -0400124#define RAPL_CORE_POLICY (1 << 7)
Len Browne6f9bb32013-12-03 02:19:19 -0500125 /* 0x63a MSR_PP0_POLICY */
126
Len Brown0b2bb692015-03-26 00:50:30 -0400127#define RAPL_GFX (1 << 8)
Len Browne6f9bb32013-12-03 02:19:19 -0500128 /* 0x640 MSR_PP1_POWER_LIMIT */
129 /* 0x641 MSR_PP1_ENERGY_STATUS */
130 /* 0x642 MSR_PP1_POLICY */
Jacob Pan91484942016-06-16 09:48:20 -0700131
132#define RAPL_CORES_ENERGY_STATUS (1 << 9)
133 /* 0x639 MSR_PP0_ENERGY_STATUS */
134#define RAPL_CORES (RAPL_CORES_ENERGY_STATUS | RAPL_CORES_POWER_LIMIT)
Len Brown889facb2012-11-08 00:48:57 -0500135#define TJMAX_DEFAULT 100
136
137#define MAX(a, b) ((a) > (b) ? (a) : (b))
Len Brown103a8fe2010-10-22 23:53:03 -0400138
Len Brown388e9c82016-12-22 23:57:55 -0500139/*
140 * buffer size used by sscanf() for added column names
141 * Usually truncated to 7 characters, but also handles 18 columns for raw 64-bit counters
142 */
143#define NAME_BYTES 20
144
Len Brown103a8fe2010-10-22 23:53:03 -0400145int backwards_count;
146char *progname;
Len Brown103a8fe2010-10-22 23:53:03 -0400147
Len Brownc98d5d92012-06-04 00:56:40 -0400148cpu_set_t *cpu_present_set, *cpu_affinity_set;
149size_t cpu_present_setsize, cpu_affinity_setsize;
Len Brown678a3bd2017-02-09 22:22:13 -0500150#define MAX_ADDED_COUNTERS 16
Len Brown103a8fe2010-10-22 23:53:03 -0400151
Len Brownc98d5d92012-06-04 00:56:40 -0400152struct thread_data {
153 unsigned long long tsc;
154 unsigned long long aperf;
155 unsigned long long mperf;
Len Brown144b44b2013-11-09 00:30:16 -0500156 unsigned long long c1;
Len Brown562a2d32016-02-26 23:48:05 -0500157 unsigned int irq_count;
Len Brown1ed51012013-02-10 17:19:24 -0500158 unsigned int smi_count;
Len Brownc98d5d92012-06-04 00:56:40 -0400159 unsigned int cpu_id;
160 unsigned int flags;
161#define CPU_IS_FIRST_THREAD_IN_CORE 0x2
162#define CPU_IS_FIRST_CORE_IN_PACKAGE 0x4
Len Brown678a3bd2017-02-09 22:22:13 -0500163 unsigned long long counter[MAX_ADDED_COUNTERS];
Len Brownc98d5d92012-06-04 00:56:40 -0400164} *thread_even, *thread_odd;
Len Brown103a8fe2010-10-22 23:53:03 -0400165
Len Brownc98d5d92012-06-04 00:56:40 -0400166struct core_data {
167 unsigned long long c3;
168 unsigned long long c6;
169 unsigned long long c7;
Len Brown0539ba12017-02-10 00:27:20 -0500170 unsigned long long mc6_us; /* duplicate as per-core for now, even though per module */
Len Brown889facb2012-11-08 00:48:57 -0500171 unsigned int core_temp_c;
Len Brownc98d5d92012-06-04 00:56:40 -0400172 unsigned int core_id;
Len Brown678a3bd2017-02-09 22:22:13 -0500173 unsigned long long counter[MAX_ADDED_COUNTERS];
Len Brownc98d5d92012-06-04 00:56:40 -0400174} *core_even, *core_odd;
Len Brown103a8fe2010-10-22 23:53:03 -0400175
Len Brownc98d5d92012-06-04 00:56:40 -0400176struct pkg_data {
177 unsigned long long pc2;
178 unsigned long long pc3;
179 unsigned long long pc6;
180 unsigned long long pc7;
Kristen Carlson Accardica587102012-11-21 05:22:43 -0800181 unsigned long long pc8;
182 unsigned long long pc9;
183 unsigned long long pc10;
Len Brown0b2bb692015-03-26 00:50:30 -0400184 unsigned long long pkg_wtd_core_c0;
185 unsigned long long pkg_any_core_c0;
186 unsigned long long pkg_any_gfxe_c0;
187 unsigned long long pkg_both_core_gfxe_c0;
Len Brown9185e982016-04-06 17:16:00 -0400188 long long gfx_rc6_ms;
Len Brown27d47352016-02-27 00:37:54 -0500189 unsigned int gfx_mhz;
Len Brownc98d5d92012-06-04 00:56:40 -0400190 unsigned int package_id;
Len Brown889facb2012-11-08 00:48:57 -0500191 unsigned int energy_pkg; /* MSR_PKG_ENERGY_STATUS */
192 unsigned int energy_dram; /* MSR_DRAM_ENERGY_STATUS */
193 unsigned int energy_cores; /* MSR_PP0_ENERGY_STATUS */
194 unsigned int energy_gfx; /* MSR_PP1_ENERGY_STATUS */
195 unsigned int rapl_pkg_perf_status; /* MSR_PKG_PERF_STATUS */
196 unsigned int rapl_dram_perf_status; /* MSR_DRAM_PERF_STATUS */
197 unsigned int pkg_temp_c;
Len Brown678a3bd2017-02-09 22:22:13 -0500198 unsigned long long counter[MAX_ADDED_COUNTERS];
Len Brownc98d5d92012-06-04 00:56:40 -0400199} *package_even, *package_odd;
200
201#define ODD_COUNTERS thread_odd, core_odd, package_odd
202#define EVEN_COUNTERS thread_even, core_even, package_even
203
204#define GET_THREAD(thread_base, thread_no, core_no, pkg_no) \
205 (thread_base + (pkg_no) * topo.num_cores_per_pkg * \
206 topo.num_threads_per_core + \
207 (core_no) * topo.num_threads_per_core + (thread_no))
208#define GET_CORE(core_base, core_no, pkg_no) \
209 (core_base + (pkg_no) * topo.num_cores_per_pkg + (core_no))
210#define GET_PKG(pkg_base, pkg_no) (pkg_base + pkg_no)
211
Len Brown388e9c82016-12-22 23:57:55 -0500212enum counter_scope {SCOPE_CPU, SCOPE_CORE, SCOPE_PACKAGE};
213enum counter_type {COUNTER_CYCLES, COUNTER_SECONDS};
214enum counter_format {FORMAT_RAW, FORMAT_DELTA, FORMAT_PERCENT};
215
216struct msr_counter {
217 unsigned int msr_num;
218 char name[NAME_BYTES];
219 unsigned int width;
220 enum counter_type type;
221 enum counter_format format;
222 struct msr_counter *next;
Len Brown812db3f2017-02-10 00:25:41 -0500223 unsigned int flags;
224#define FLAGS_HIDE (1 << 0)
225#define FLAGS_SHOW (1 << 1)
Len Brown388e9c82016-12-22 23:57:55 -0500226};
227
228struct sys_counters {
Len Brown678a3bd2017-02-09 22:22:13 -0500229 unsigned int added_thread_counters;
230 unsigned int added_core_counters;
231 unsigned int added_package_counters;
Len Brown388e9c82016-12-22 23:57:55 -0500232 struct msr_counter *tp;
233 struct msr_counter *cp;
234 struct msr_counter *pp;
235} sys;
236
Len Brownc98d5d92012-06-04 00:56:40 -0400237struct system_summary {
238 struct thread_data threads;
239 struct core_data cores;
240 struct pkg_data packages;
Len Brown388e9c82016-12-22 23:57:55 -0500241} average;
Len Brownc98d5d92012-06-04 00:56:40 -0400242
243
244struct topo_params {
245 int num_packages;
246 int num_cpus;
247 int num_cores;
248 int max_cpu_num;
249 int num_cores_per_pkg;
250 int num_threads_per_core;
251} topo;
252
253struct timeval tv_even, tv_odd, tv_delta;
254
Len Brown562a2d32016-02-26 23:48:05 -0500255int *irq_column_2_cpu; /* /proc/interrupts column numbers */
256int *irqs_per_cpu; /* indexed by cpu_num */
257
Len Brownc98d5d92012-06-04 00:56:40 -0400258void setup_all_buffers(void);
259
260int cpu_is_not_present(int cpu)
Len Brownd15cf7c2012-06-03 23:24:00 -0400261{
Len Brownc98d5d92012-06-04 00:56:40 -0400262 return !CPU_ISSET_S(cpu, cpu_present_setsize, cpu_present_set);
Len Brownd15cf7c2012-06-03 23:24:00 -0400263}
Len Brown88c32812012-03-29 21:44:40 -0400264/*
Len Brownc98d5d92012-06-04 00:56:40 -0400265 * run func(thread, core, package) in topology order
266 * skip non-present cpus
Len Brown88c32812012-03-29 21:44:40 -0400267 */
Len Brownd15cf7c2012-06-03 23:24:00 -0400268
Len Brownc98d5d92012-06-04 00:56:40 -0400269int for_all_cpus(int (func)(struct thread_data *, struct core_data *, struct pkg_data *),
270 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base)
Len Brown88c32812012-03-29 21:44:40 -0400271{
Len Brownc98d5d92012-06-04 00:56:40 -0400272 int retval, pkg_no, core_no, thread_no;
273
274 for (pkg_no = 0; pkg_no < topo.num_packages; ++pkg_no) {
275 for (core_no = 0; core_no < topo.num_cores_per_pkg; ++core_no) {
276 for (thread_no = 0; thread_no <
277 topo.num_threads_per_core; ++thread_no) {
278 struct thread_data *t;
279 struct core_data *c;
280 struct pkg_data *p;
281
282 t = GET_THREAD(thread_base, thread_no, core_no, pkg_no);
283
284 if (cpu_is_not_present(t->cpu_id))
285 continue;
286
287 c = GET_CORE(core_base, core_no, pkg_no);
288 p = GET_PKG(pkg_base, pkg_no);
289
290 retval = func(t, c, p);
291 if (retval)
292 return retval;
293 }
294 }
295 }
296 return 0;
Len Brown88c32812012-03-29 21:44:40 -0400297}
298
299int cpu_migrate(int cpu)
300{
Len Brownc98d5d92012-06-04 00:56:40 -0400301 CPU_ZERO_S(cpu_affinity_setsize, cpu_affinity_set);
302 CPU_SET_S(cpu, cpu_affinity_setsize, cpu_affinity_set);
303 if (sched_setaffinity(0, cpu_affinity_setsize, cpu_affinity_set) == -1)
Len Brown88c32812012-03-29 21:44:40 -0400304 return -1;
305 else
306 return 0;
307}
Len Brown36229892016-02-26 20:51:02 -0500308int get_msr_fd(int cpu)
Len Brown103a8fe2010-10-22 23:53:03 -0400309{
Len Brown103a8fe2010-10-22 23:53:03 -0400310 char pathname[32];
311 int fd;
312
Len Brown36229892016-02-26 20:51:02 -0500313 fd = fd_percpu[cpu];
314
315 if (fd)
316 return fd;
317
Len Brown103a8fe2010-10-22 23:53:03 -0400318 sprintf(pathname, "/dev/cpu/%d/msr", cpu);
319 fd = open(pathname, O_RDONLY);
Len Brown15aaa342012-03-29 22:19:58 -0400320 if (fd < 0)
Len Brown98481e72014-08-15 00:36:50 -0400321 err(-1, "%s open failed, try chown or chmod +r /dev/cpu/*/msr, or run as root", pathname);
Len Brown103a8fe2010-10-22 23:53:03 -0400322
Len Brown36229892016-02-26 20:51:02 -0500323 fd_percpu[cpu] = fd;
324
325 return fd;
326}
327
328int get_msr(int cpu, off_t offset, unsigned long long *msr)
329{
330 ssize_t retval;
331
332 retval = pread(get_msr_fd(cpu), msr, sizeof(*msr), offset);
Len Brown15aaa342012-03-29 22:19:58 -0400333
Len Brown98481e72014-08-15 00:36:50 -0400334 if (retval != sizeof *msr)
Len Browncf4cbe52017-01-01 13:08:33 -0500335 err(-1, "cpu%d: msr offset 0x%llx read failed", cpu, (unsigned long long)offset);
Len Brown15aaa342012-03-29 22:19:58 -0400336
337 return 0;
Len Brown103a8fe2010-10-22 23:53:03 -0400338}
339
Len Brownfc04cc62014-02-06 00:55:19 -0500340/*
Len Brown812db3f2017-02-10 00:25:41 -0500341 * Each string in this array is compared in --show and --hide cmdline.
342 * Thus, strings that are proper sub-sets must follow their more specific peers.
Len Brownfc04cc62014-02-06 00:55:19 -0500343 */
Len Brown812db3f2017-02-10 00:25:41 -0500344struct msr_counter bic[] = {
345 { 0x0, "Package" },
346 { 0x0, "Avg_MHz" },
347 { 0x0, "Bzy_MHz" },
348 { 0x0, "TSC_MHz" },
349 { 0x0, "IRQ" },
350 { 0x0, "SMI", 32, 0, FORMAT_DELTA, NULL},
351 { 0x0, "Busy%" },
352 { 0x0, "CPU%c1" },
353 { 0x0, "CPU%c3" },
354 { 0x0, "CPU%c6" },
355 { 0x0, "CPU%c7" },
356 { 0x0, "ThreadC" },
357 { 0x0, "CoreTmp" },
358 { 0x0, "CoreCnt" },
359 { 0x0, "PkgTmp" },
360 { 0x0, "GFX%rc6" },
361 { 0x0, "GFXMHz" },
362 { 0x0, "Pkg%pc2" },
363 { 0x0, "Pkg%pc3" },
364 { 0x0, "Pkg%pc6" },
365 { 0x0, "Pkg%pc7" },
366 { 0x0, "PkgWatt" },
367 { 0x0, "CorWatt" },
368 { 0x0, "GFXWatt" },
369 { 0x0, "PkgCnt" },
370 { 0x0, "RAMWatt" },
371 { 0x0, "PKG_%" },
372 { 0x0, "RAM_%" },
373 { 0x0, "Pkg_J" },
374 { 0x0, "Cor_J" },
375 { 0x0, "GFX_J" },
376 { 0x0, "RAM_J" },
377 { 0x0, "Core" },
378 { 0x0, "CPU" },
Len Brown0539ba12017-02-10 00:27:20 -0500379 { 0x0, "Mod%c6" },
Len Brown812db3f2017-02-10 00:25:41 -0500380};
381
382#define MAX_BIC (sizeof(bic) / sizeof(struct msr_counter))
383#define BIC_Package (1ULL << 0)
384#define BIC_Avg_MHz (1ULL << 1)
385#define BIC_Bzy_MHz (1ULL << 2)
386#define BIC_TSC_MHz (1ULL << 3)
387#define BIC_IRQ (1ULL << 4)
388#define BIC_SMI (1ULL << 5)
389#define BIC_Busy (1ULL << 6)
390#define BIC_CPU_c1 (1ULL << 7)
391#define BIC_CPU_c3 (1ULL << 8)
392#define BIC_CPU_c6 (1ULL << 9)
393#define BIC_CPU_c7 (1ULL << 10)
394#define BIC_ThreadC (1ULL << 11)
395#define BIC_CoreTmp (1ULL << 12)
396#define BIC_CoreCnt (1ULL << 13)
397#define BIC_PkgTmp (1ULL << 14)
398#define BIC_GFX_rc6 (1ULL << 15)
399#define BIC_GFXMHz (1ULL << 16)
400#define BIC_Pkgpc2 (1ULL << 17)
401#define BIC_Pkgpc3 (1ULL << 18)
402#define BIC_Pkgpc6 (1ULL << 19)
403#define BIC_Pkgpc7 (1ULL << 20)
404#define BIC_PkgWatt (1ULL << 21)
405#define BIC_CorWatt (1ULL << 22)
406#define BIC_GFXWatt (1ULL << 23)
407#define BIC_PkgCnt (1ULL << 24)
408#define BIC_RAMWatt (1ULL << 27)
409#define BIC_PKG__ (1ULL << 28)
410#define BIC_RAM__ (1ULL << 29)
411#define BIC_Pkg_J (1ULL << 30)
412#define BIC_Cor_J (1ULL << 31)
413#define BIC_GFX_J (1ULL << 30)
414#define BIC_RAM_J (1ULL << 31)
415#define BIC_Core (1ULL << 32)
416#define BIC_CPU (1ULL << 33)
Len Brown0539ba12017-02-10 00:27:20 -0500417#define BIC_Mod_c6 (1ULL << 34)
Len Brown812db3f2017-02-10 00:25:41 -0500418
419unsigned long long bic_enabled = 0xFFFFFFFFFFFFFFFFULL;
420unsigned long long bic_present;
421
422#define DO_BIC(COUNTER_NAME) (bic_enabled & bic_present & COUNTER_NAME)
423#define BIC_PRESENT(COUNTER_BIT) (bic_present |= COUNTER_BIT)
424
425/*
426 * bic_lookup
427 * for all the strings in comma separate name_list,
428 * set the approprate bit in return value.
429 */
430unsigned long long bic_lookup(char *name_list)
431{
432 int i;
433 unsigned long long retval = 0;
434
435 while (name_list) {
436 char *comma;
437
438 comma = strchr(name_list, ',');
439
440 if (comma)
441 *comma = '\0';
442
443 for (i = 0; i < MAX_BIC; ++i) {
444 if (!strcmp(name_list, bic[i].name)) {
445 retval |= (1ULL << i);
446 break;
447 }
448 }
449 if (i == MAX_BIC) {
450 fprintf(stderr, "Invalid counter name: %s\n", name_list);
451 exit(-1);
452 }
453
454 name_list = comma;
455 if (name_list)
456 name_list++;
457
458 }
459 return retval;
460}
Len Brownfc04cc62014-02-06 00:55:19 -0500461
Len Browna829eb42011-02-10 23:36:34 -0500462void print_header(void)
Len Brown103a8fe2010-10-22 23:53:03 -0400463{
Len Brown388e9c82016-12-22 23:57:55 -0500464 struct msr_counter *mp;
465
Len Brown812db3f2017-02-10 00:25:41 -0500466 if (DO_BIC(BIC_Package))
Len Brown3d109de2016-04-22 23:24:27 -0400467 outp += sprintf(outp, "\tPackage");
Len Brown812db3f2017-02-10 00:25:41 -0500468 if (DO_BIC(BIC_Core))
Len Brown3d109de2016-04-22 23:24:27 -0400469 outp += sprintf(outp, "\tCore");
Len Brown812db3f2017-02-10 00:25:41 -0500470 if (DO_BIC(BIC_CPU))
Len Brown3d109de2016-04-22 23:24:27 -0400471 outp += sprintf(outp, "\tCPU");
Len Brown812db3f2017-02-10 00:25:41 -0500472 if (DO_BIC(BIC_Avg_MHz))
Len Brown3d109de2016-04-22 23:24:27 -0400473 outp += sprintf(outp, "\tAvg_MHz");
Len Brown812db3f2017-02-10 00:25:41 -0500474 if (DO_BIC(BIC_Busy))
Len Brown3d109de2016-04-22 23:24:27 -0400475 outp += sprintf(outp, "\tBusy%%");
Len Brown812db3f2017-02-10 00:25:41 -0500476 if (DO_BIC(BIC_Bzy_MHz))
Len Brown3d109de2016-04-22 23:24:27 -0400477 outp += sprintf(outp, "\tBzy_MHz");
Len Brown812db3f2017-02-10 00:25:41 -0500478 if (DO_BIC(BIC_TSC_MHz))
479 outp += sprintf(outp, "\tTSC_MHz");
Len Brown1cc21f72015-02-23 00:34:57 -0500480
Len Brown1cc21f72015-02-23 00:34:57 -0500481 if (!debug)
482 goto done;
483
Len Brown812db3f2017-02-10 00:25:41 -0500484 if (DO_BIC(BIC_IRQ))
Len Brown3d109de2016-04-22 23:24:27 -0400485 outp += sprintf(outp, "\tIRQ");
Len Brown812db3f2017-02-10 00:25:41 -0500486 if (DO_BIC(BIC_SMI))
Len Brown3d109de2016-04-22 23:24:27 -0400487 outp += sprintf(outp, "\tSMI");
Len Brown1cc21f72015-02-23 00:34:57 -0500488
Len Brown812db3f2017-02-10 00:25:41 -0500489 if (DO_BIC(BIC_CPU_c1))
Len Brown3d109de2016-04-22 23:24:27 -0400490 outp += sprintf(outp, "\tCPU%%c1");
Len Brown889facb2012-11-08 00:48:57 -0500491
Len Brown388e9c82016-12-22 23:57:55 -0500492 for (mp = sys.tp; mp; mp = mp->next) {
493 if (mp->format == FORMAT_RAW) {
494 if (mp->width == 64)
495 outp += sprintf(outp, "\t%18.18s", mp->name);
496 else
497 outp += sprintf(outp, "\t%10.10s", mp->name);
498 } else {
499 outp += sprintf(outp, "\t%-7.7s", mp->name);
500 }
501 }
502
Len Brown812db3f2017-02-10 00:25:41 -0500503 if (DO_BIC(BIC_CPU_c3) && !do_slm_cstates && !do_knl_cstates)
Len Brown678a3bd2017-02-09 22:22:13 -0500504 outp += sprintf(outp, "\tCPU%%c3");
Len Brown812db3f2017-02-10 00:25:41 -0500505 if (DO_BIC(BIC_CPU_c6))
Len Brown678a3bd2017-02-09 22:22:13 -0500506 outp += sprintf(outp, "\tCPU%%c6");
Len Brown812db3f2017-02-10 00:25:41 -0500507 if (DO_BIC(BIC_CPU_c7))
Len Brown678a3bd2017-02-09 22:22:13 -0500508 outp += sprintf(outp, "\tCPU%%c7");
509
Len Brown0539ba12017-02-10 00:27:20 -0500510 if (DO_BIC(BIC_Mod_c6))
511 outp += sprintf(outp, "\tMod%%c6");
Len Brown678a3bd2017-02-09 22:22:13 -0500512
Len Brown812db3f2017-02-10 00:25:41 -0500513 if (DO_BIC(BIC_CoreTmp))
Len Brown3d109de2016-04-22 23:24:27 -0400514 outp += sprintf(outp, "\tCoreTmp");
Len Brown388e9c82016-12-22 23:57:55 -0500515
516 for (mp = sys.cp; mp; mp = mp->next) {
517 if (mp->format == FORMAT_RAW) {
518 if (mp->width == 64)
519 outp += sprintf(outp, "\t%18.18s", mp->name);
520 else
521 outp += sprintf(outp, "\t%10.10s", mp->name);
522 } else {
523 outp += sprintf(outp, "\t%-7.7s", mp->name);
524 }
525 }
526
Len Brown812db3f2017-02-10 00:25:41 -0500527 if (DO_BIC(BIC_PkgTmp))
Len Brown3d109de2016-04-22 23:24:27 -0400528 outp += sprintf(outp, "\tPkgTmp");
Len Brown889facb2012-11-08 00:48:57 -0500529
Len Brown812db3f2017-02-10 00:25:41 -0500530 if (DO_BIC(BIC_GFX_rc6))
Len Brown3d109de2016-04-22 23:24:27 -0400531 outp += sprintf(outp, "\tGFX%%rc6");
Len Brownfdf676e2016-02-27 01:28:12 -0500532
Len Brown812db3f2017-02-10 00:25:41 -0500533 if (DO_BIC(BIC_GFXMHz))
Len Brown3d109de2016-04-22 23:24:27 -0400534 outp += sprintf(outp, "\tGFXMHz");
Len Brown27d47352016-02-27 00:37:54 -0500535
Len Brown0b2bb692015-03-26 00:50:30 -0400536 if (do_skl_residency) {
Len Brown3d109de2016-04-22 23:24:27 -0400537 outp += sprintf(outp, "\tTotl%%C0");
538 outp += sprintf(outp, "\tAny%%C0");
539 outp += sprintf(outp, "\tGFX%%C0");
540 outp += sprintf(outp, "\tCPUGFX%%");
Len Brown0b2bb692015-03-26 00:50:30 -0400541 }
542
Len Brownee7e38e2015-02-09 23:39:45 -0500543 if (do_pc2)
Len Brown3d109de2016-04-22 23:24:27 -0400544 outp += sprintf(outp, "\tPkg%%pc2");
Len Brownee7e38e2015-02-09 23:39:45 -0500545 if (do_pc3)
Len Brown3d109de2016-04-22 23:24:27 -0400546 outp += sprintf(outp, "\tPkg%%pc3");
Len Brownee7e38e2015-02-09 23:39:45 -0500547 if (do_pc6)
Len Brown3d109de2016-04-22 23:24:27 -0400548 outp += sprintf(outp, "\tPkg%%pc6");
Len Brownee7e38e2015-02-09 23:39:45 -0500549 if (do_pc7)
Len Brown3d109de2016-04-22 23:24:27 -0400550 outp += sprintf(outp, "\tPkg%%pc7");
Kristen Carlson Accardica587102012-11-21 05:22:43 -0800551 if (do_c8_c9_c10) {
Len Brown3d109de2016-04-22 23:24:27 -0400552 outp += sprintf(outp, "\tPkg%%pc8");
553 outp += sprintf(outp, "\tPkg%%pc9");
554 outp += sprintf(outp, "\tPk%%pc10");
Kristen Carlson Accardica587102012-11-21 05:22:43 -0800555 }
Len Brown103a8fe2010-10-22 23:53:03 -0400556
Dirk Brandewie5c56be92013-12-16 10:23:41 -0800557 if (do_rapl && !rapl_joules) {
Len Brown812db3f2017-02-10 00:25:41 -0500558 if (DO_BIC(BIC_PkgWatt))
Len Brown3d109de2016-04-22 23:24:27 -0400559 outp += sprintf(outp, "\tPkgWatt");
Len Brown812db3f2017-02-10 00:25:41 -0500560 if (DO_BIC(BIC_CorWatt))
Len Brown3d109de2016-04-22 23:24:27 -0400561 outp += sprintf(outp, "\tCorWatt");
Len Brown812db3f2017-02-10 00:25:41 -0500562 if (DO_BIC(BIC_GFXWatt))
Len Brown3d109de2016-04-22 23:24:27 -0400563 outp += sprintf(outp, "\tGFXWatt");
Len Brown812db3f2017-02-10 00:25:41 -0500564 if (DO_BIC(BIC_RAMWatt))
Len Brown3d109de2016-04-22 23:24:27 -0400565 outp += sprintf(outp, "\tRAMWatt");
Len Brown812db3f2017-02-10 00:25:41 -0500566 if (DO_BIC(BIC_PKG__))
Len Brown3d109de2016-04-22 23:24:27 -0400567 outp += sprintf(outp, "\tPKG_%%");
Len Brown812db3f2017-02-10 00:25:41 -0500568 if (DO_BIC(BIC_RAM__))
Len Brown3d109de2016-04-22 23:24:27 -0400569 outp += sprintf(outp, "\tRAM_%%");
Len Brownd7899442015-01-23 00:12:33 -0500570 } else if (do_rapl && rapl_joules) {
Len Brown812db3f2017-02-10 00:25:41 -0500571 if (DO_BIC(BIC_Pkg_J))
Len Brown3d109de2016-04-22 23:24:27 -0400572 outp += sprintf(outp, "\tPkg_J");
Len Brown812db3f2017-02-10 00:25:41 -0500573 if (DO_BIC(BIC_Cor_J))
Len Brown3d109de2016-04-22 23:24:27 -0400574 outp += sprintf(outp, "\tCor_J");
Len Brown812db3f2017-02-10 00:25:41 -0500575 if (DO_BIC(BIC_GFX_J))
Len Brown3d109de2016-04-22 23:24:27 -0400576 outp += sprintf(outp, "\tGFX_J");
Len Brown812db3f2017-02-10 00:25:41 -0500577 if (DO_BIC(BIC_RAM_J))
Len Brown3d109de2016-04-22 23:24:27 -0400578 outp += sprintf(outp, "\tRAM_J");
Len Brown812db3f2017-02-10 00:25:41 -0500579 if (DO_BIC(BIC_PKG__))
Len Brown3d109de2016-04-22 23:24:27 -0400580 outp += sprintf(outp, "\tPKG_%%");
Len Brown812db3f2017-02-10 00:25:41 -0500581 if (DO_BIC(BIC_RAM__))
Len Brown3d109de2016-04-22 23:24:27 -0400582 outp += sprintf(outp, "\tRAM_%%");
Dirk Brandewie5c56be92013-12-16 10:23:41 -0800583 }
Len Brown388e9c82016-12-22 23:57:55 -0500584 for (mp = sys.pp; mp; mp = mp->next) {
585 if (mp->format == FORMAT_RAW) {
586 if (mp->width == 64)
587 outp += sprintf(outp, "\t%18.18s", mp->name);
588 else
589 outp += sprintf(outp, "\t%10.10s", mp->name);
590 } else {
591 outp += sprintf(outp, "\t%-7.7s", mp->name);
592 }
593 }
594
595done:
Len Brownc98d5d92012-06-04 00:56:40 -0400596 outp += sprintf(outp, "\n");
Len Brown103a8fe2010-10-22 23:53:03 -0400597}
598
Len Brownc98d5d92012-06-04 00:56:40 -0400599int dump_counters(struct thread_data *t, struct core_data *c,
600 struct pkg_data *p)
Len Brown103a8fe2010-10-22 23:53:03 -0400601{
Len Brown388e9c82016-12-22 23:57:55 -0500602 int i;
603 struct msr_counter *mp;
604
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +0200605 outp += sprintf(outp, "t %p, c %p, p %p\n", t, c, p);
Len Brown103a8fe2010-10-22 23:53:03 -0400606
Len Brownc98d5d92012-06-04 00:56:40 -0400607 if (t) {
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +0200608 outp += sprintf(outp, "CPU: %d flags 0x%x\n",
609 t->cpu_id, t->flags);
610 outp += sprintf(outp, "TSC: %016llX\n", t->tsc);
611 outp += sprintf(outp, "aperf: %016llX\n", t->aperf);
612 outp += sprintf(outp, "mperf: %016llX\n", t->mperf);
613 outp += sprintf(outp, "c1: %016llX\n", t->c1);
Len Brown6886fee2016-12-24 15:18:37 -0500614
Len Brown812db3f2017-02-10 00:25:41 -0500615 if (DO_BIC(BIC_IRQ))
Len Brown562a2d32016-02-26 23:48:05 -0500616 outp += sprintf(outp, "IRQ: %08X\n", t->irq_count);
Len Brown812db3f2017-02-10 00:25:41 -0500617 if (DO_BIC(BIC_SMI))
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +0200618 outp += sprintf(outp, "SMI: %08X\n", t->smi_count);
Len Brown388e9c82016-12-22 23:57:55 -0500619
620 for (i = 0, mp = sys.tp; mp; i++, mp = mp->next) {
621 outp += sprintf(outp, "tADDED [%d] msr0x%x: %08llX\n",
622 i, mp->msr_num, t->counter[i]);
623 }
Len Brownc98d5d92012-06-04 00:56:40 -0400624 }
Len Brown103a8fe2010-10-22 23:53:03 -0400625
Len Brownc98d5d92012-06-04 00:56:40 -0400626 if (c) {
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +0200627 outp += sprintf(outp, "core: %d\n", c->core_id);
628 outp += sprintf(outp, "c3: %016llX\n", c->c3);
629 outp += sprintf(outp, "c6: %016llX\n", c->c6);
630 outp += sprintf(outp, "c7: %016llX\n", c->c7);
631 outp += sprintf(outp, "DTS: %dC\n", c->core_temp_c);
Len Brown388e9c82016-12-22 23:57:55 -0500632
633 for (i = 0, mp = sys.cp; mp; i++, mp = mp->next) {
634 outp += sprintf(outp, "cADDED [%d] msr0x%x: %08llX\n",
635 i, mp->msr_num, c->counter[i]);
636 }
Len Brown0539ba12017-02-10 00:27:20 -0500637 outp += sprintf(outp, "mc6_us: %016llX\n", c->mc6_us);
Len Brownc98d5d92012-06-04 00:56:40 -0400638 }
639
640 if (p) {
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +0200641 outp += sprintf(outp, "package: %d\n", p->package_id);
Len Brown0b2bb692015-03-26 00:50:30 -0400642
643 outp += sprintf(outp, "Weighted cores: %016llX\n", p->pkg_wtd_core_c0);
644 outp += sprintf(outp, "Any cores: %016llX\n", p->pkg_any_core_c0);
645 outp += sprintf(outp, "Any GFX: %016llX\n", p->pkg_any_gfxe_c0);
646 outp += sprintf(outp, "CPU + GFX: %016llX\n", p->pkg_both_core_gfxe_c0);
647
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +0200648 outp += sprintf(outp, "pc2: %016llX\n", p->pc2);
Len Brownee7e38e2015-02-09 23:39:45 -0500649 if (do_pc3)
650 outp += sprintf(outp, "pc3: %016llX\n", p->pc3);
651 if (do_pc6)
652 outp += sprintf(outp, "pc6: %016llX\n", p->pc6);
653 if (do_pc7)
654 outp += sprintf(outp, "pc7: %016llX\n", p->pc7);
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +0200655 outp += sprintf(outp, "pc8: %016llX\n", p->pc8);
656 outp += sprintf(outp, "pc9: %016llX\n", p->pc9);
657 outp += sprintf(outp, "pc10: %016llX\n", p->pc10);
658 outp += sprintf(outp, "Joules PKG: %0X\n", p->energy_pkg);
659 outp += sprintf(outp, "Joules COR: %0X\n", p->energy_cores);
660 outp += sprintf(outp, "Joules GFX: %0X\n", p->energy_gfx);
661 outp += sprintf(outp, "Joules RAM: %0X\n", p->energy_dram);
662 outp += sprintf(outp, "Throttle PKG: %0X\n",
663 p->rapl_pkg_perf_status);
664 outp += sprintf(outp, "Throttle RAM: %0X\n",
665 p->rapl_dram_perf_status);
666 outp += sprintf(outp, "PTM: %dC\n", p->pkg_temp_c);
Len Brown388e9c82016-12-22 23:57:55 -0500667
668 for (i = 0, mp = sys.pp; mp; i++, mp = mp->next) {
669 outp += sprintf(outp, "pADDED [%d] msr0x%x: %08llX\n",
670 i, mp->msr_num, p->counter[i]);
671 }
Len Brownc98d5d92012-06-04 00:56:40 -0400672 }
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +0200673
674 outp += sprintf(outp, "\n");
675
Len Brownc98d5d92012-06-04 00:56:40 -0400676 return 0;
Len Brown103a8fe2010-10-22 23:53:03 -0400677}
678
Len Browne23da032012-02-06 18:37:16 -0500679/*
680 * column formatting convention & formats
Len Browne23da032012-02-06 18:37:16 -0500681 */
Len Brownc98d5d92012-06-04 00:56:40 -0400682int format_counters(struct thread_data *t, struct core_data *c,
683 struct pkg_data *p)
Len Brown103a8fe2010-10-22 23:53:03 -0400684{
685 double interval_float;
Len Brownfc04cc62014-02-06 00:55:19 -0500686 char *fmt8;
Len Brown388e9c82016-12-22 23:57:55 -0500687 int i;
688 struct msr_counter *mp;
Len Brown103a8fe2010-10-22 23:53:03 -0400689
Len Brownc98d5d92012-06-04 00:56:40 -0400690 /* if showing only 1st thread in core and this isn't one, bail out */
691 if (show_core_only && !(t->flags & CPU_IS_FIRST_THREAD_IN_CORE))
692 return 0;
693
694 /* if showing only 1st thread in pkg and this isn't one, bail out */
695 if (show_pkg_only && !(t->flags & CPU_IS_FIRST_CORE_IN_PACKAGE))
696 return 0;
697
Len Brown103a8fe2010-10-22 23:53:03 -0400698 interval_float = tv_delta.tv_sec + tv_delta.tv_usec/1000000.0;
699
Len Brownc98d5d92012-06-04 00:56:40 -0400700 /* topo columns, print blanks on 1st (average) line */
701 if (t == &average.threads) {
Len Brown812db3f2017-02-10 00:25:41 -0500702 if (DO_BIC(BIC_Package))
Len Brown3d109de2016-04-22 23:24:27 -0400703 outp += sprintf(outp, "\t-");
Len Brown812db3f2017-02-10 00:25:41 -0500704 if (DO_BIC(BIC_Core))
Len Brown3d109de2016-04-22 23:24:27 -0400705 outp += sprintf(outp, "\t-");
Len Brown812db3f2017-02-10 00:25:41 -0500706 if (DO_BIC(BIC_CPU))
Len Brown3d109de2016-04-22 23:24:27 -0400707 outp += sprintf(outp, "\t-");
Len Brown103a8fe2010-10-22 23:53:03 -0400708 } else {
Len Brown812db3f2017-02-10 00:25:41 -0500709 if (DO_BIC(BIC_Package)) {
Len Brownc98d5d92012-06-04 00:56:40 -0400710 if (p)
Len Brown3d109de2016-04-22 23:24:27 -0400711 outp += sprintf(outp, "\t%d", p->package_id);
Len Brownc98d5d92012-06-04 00:56:40 -0400712 else
Len Brown3d109de2016-04-22 23:24:27 -0400713 outp += sprintf(outp, "\t-");
Len Brownc98d5d92012-06-04 00:56:40 -0400714 }
Len Brown812db3f2017-02-10 00:25:41 -0500715 if (DO_BIC(BIC_Core)) {
Len Brownc98d5d92012-06-04 00:56:40 -0400716 if (c)
Len Brown3d109de2016-04-22 23:24:27 -0400717 outp += sprintf(outp, "\t%d", c->core_id);
Len Brownc98d5d92012-06-04 00:56:40 -0400718 else
Len Brown3d109de2016-04-22 23:24:27 -0400719 outp += sprintf(outp, "\t-");
Len Brownc98d5d92012-06-04 00:56:40 -0400720 }
Len Brown812db3f2017-02-10 00:25:41 -0500721 if (DO_BIC(BIC_CPU))
Len Brown3d109de2016-04-22 23:24:27 -0400722 outp += sprintf(outp, "\t%d", t->cpu_id);
Len Brown103a8fe2010-10-22 23:53:03 -0400723 }
Len Brownfc04cc62014-02-06 00:55:19 -0500724
Len Brown812db3f2017-02-10 00:25:41 -0500725 if (DO_BIC(BIC_Avg_MHz))
Len Brown3d109de2016-04-22 23:24:27 -0400726 outp += sprintf(outp, "\t%.0f",
Len Brownfc04cc62014-02-06 00:55:19 -0500727 1.0 / units * t->aperf / interval_float);
728
Len Brown812db3f2017-02-10 00:25:41 -0500729 if (DO_BIC(BIC_Busy))
Len Brown3d109de2016-04-22 23:24:27 -0400730 outp += sprintf(outp, "\t%.2f", 100.0 * t->mperf/t->tsc/tsc_tweak);
Len Brown103a8fe2010-10-22 23:53:03 -0400731
Len Brown812db3f2017-02-10 00:25:41 -0500732 if (DO_BIC(BIC_Bzy_MHz)) {
Len Brown21ed5572015-10-19 22:37:40 -0400733 if (has_base_hz)
Len Brown3d109de2016-04-22 23:24:27 -0400734 outp += sprintf(outp, "\t%.0f", base_hz / units * t->aperf / t->mperf);
Len Brown21ed5572015-10-19 22:37:40 -0400735 else
Len Brown3d109de2016-04-22 23:24:27 -0400736 outp += sprintf(outp, "\t%.0f",
Len Brown21ed5572015-10-19 22:37:40 -0400737 1.0 * t->tsc / units * t->aperf / t->mperf / interval_float);
738 }
Len Brown103a8fe2010-10-22 23:53:03 -0400739
Len Brown812db3f2017-02-10 00:25:41 -0500740 if (DO_BIC(BIC_TSC_MHz))
741 outp += sprintf(outp, "\t%.0f", 1.0 * t->tsc/units/interval_float);
Len Brown103a8fe2010-10-22 23:53:03 -0400742
Len Brown1cc21f72015-02-23 00:34:57 -0500743 if (!debug)
744 goto done;
745
Len Brown562a2d32016-02-26 23:48:05 -0500746 /* IRQ */
Len Brown812db3f2017-02-10 00:25:41 -0500747 if (DO_BIC(BIC_IRQ))
Len Brown3d109de2016-04-22 23:24:27 -0400748 outp += sprintf(outp, "\t%d", t->irq_count);
Len Brown562a2d32016-02-26 23:48:05 -0500749
Len Brown1cc21f72015-02-23 00:34:57 -0500750 /* SMI */
Len Brown812db3f2017-02-10 00:25:41 -0500751 if (DO_BIC(BIC_SMI))
Len Brown3d109de2016-04-22 23:24:27 -0400752 outp += sprintf(outp, "\t%d", t->smi_count);
Len Brown1cc21f72015-02-23 00:34:57 -0500753
Len Brown678a3bd2017-02-09 22:22:13 -0500754 /* C1 */
Len Brown812db3f2017-02-10 00:25:41 -0500755 if (DO_BIC(BIC_CPU_c1))
Len Brown3d109de2016-04-22 23:24:27 -0400756 outp += sprintf(outp, "\t%.2f", 100.0 * t->c1/t->tsc);
Len Brownc98d5d92012-06-04 00:56:40 -0400757
Len Brown678a3bd2017-02-09 22:22:13 -0500758 /* Added counters */
759 for (i = 0, mp = sys.tp; mp; i++, mp = mp->next) {
760 if (mp->format == FORMAT_RAW) {
761 if (mp->width == 32)
762 outp += sprintf(outp, "\t0x%08lx", (unsigned long) t->counter[i]);
763 else
764 outp += sprintf(outp, "\t0x%016llx", t->counter[i]);
765 } else if (mp->format == FORMAT_DELTA) {
766 outp += sprintf(outp, "\t%lld", t->counter[i]);
767 } else if (mp->format == FORMAT_PERCENT) {
768 outp += sprintf(outp, "\t%.2f", 100.0 * t->counter[i]/t->tsc);
769 }
770 }
771
Len Brownc98d5d92012-06-04 00:56:40 -0400772 /* print per-core data only for 1st thread in core */
773 if (!(t->flags & CPU_IS_FIRST_THREAD_IN_CORE))
774 goto done;
775
Len Brown812db3f2017-02-10 00:25:41 -0500776 if (DO_BIC(BIC_CPU_c3) && !do_slm_cstates && !do_knl_cstates)
Len Brown3d109de2016-04-22 23:24:27 -0400777 outp += sprintf(outp, "\t%.2f", 100.0 * c->c3/t->tsc);
Len Brown812db3f2017-02-10 00:25:41 -0500778 if (DO_BIC(BIC_CPU_c6))
Len Brown3d109de2016-04-22 23:24:27 -0400779 outp += sprintf(outp, "\t%.2f", 100.0 * c->c6/t->tsc);
Len Brown812db3f2017-02-10 00:25:41 -0500780 if (DO_BIC(BIC_CPU_c7))
Len Brown3d109de2016-04-22 23:24:27 -0400781 outp += sprintf(outp, "\t%.2f", 100.0 * c->c7/t->tsc);
Len Brownc98d5d92012-06-04 00:56:40 -0400782
Len Brown0539ba12017-02-10 00:27:20 -0500783 /* Mod%c6 */
784 if (DO_BIC(BIC_Mod_c6))
785 outp += sprintf(outp, "\t%.2f", 100.0 * c->mc6_us / t->tsc);
786
Len Brown812db3f2017-02-10 00:25:41 -0500787 if (DO_BIC(BIC_CoreTmp))
Len Brown3d109de2016-04-22 23:24:27 -0400788 outp += sprintf(outp, "\t%d", c->core_temp_c);
Len Brown889facb2012-11-08 00:48:57 -0500789
Len Brown388e9c82016-12-22 23:57:55 -0500790 for (i = 0, mp = sys.cp; mp; i++, mp = mp->next) {
791 if (mp->format == FORMAT_RAW) {
792 if (mp->width == 32)
793 outp += sprintf(outp, "\t0x%08lx", (unsigned long) c->counter[i]);
794 else
795 outp += sprintf(outp, "\t0x%016llx", c->counter[i]);
796 } else if (mp->format == FORMAT_DELTA) {
Len Brown678a3bd2017-02-09 22:22:13 -0500797 outp += sprintf(outp, "\t%lld", c->counter[i]);
Len Brown388e9c82016-12-22 23:57:55 -0500798 } else if (mp->format == FORMAT_PERCENT) {
799 outp += sprintf(outp, "\t%.2f", 100.0 * c->counter[i]/t->tsc);
800 }
801 }
802
Len Brownc98d5d92012-06-04 00:56:40 -0400803 /* print per-package data only for 1st core in package */
804 if (!(t->flags & CPU_IS_FIRST_CORE_IN_PACKAGE))
805 goto done;
806
Len Brown0b2bb692015-03-26 00:50:30 -0400807 /* PkgTmp */
Len Brown812db3f2017-02-10 00:25:41 -0500808 if (DO_BIC(BIC_PkgTmp))
Len Brown3d109de2016-04-22 23:24:27 -0400809 outp += sprintf(outp, "\t%d", p->pkg_temp_c);
Len Brown889facb2012-11-08 00:48:57 -0500810
Len Brownfdf676e2016-02-27 01:28:12 -0500811 /* GFXrc6 */
Len Brown812db3f2017-02-10 00:25:41 -0500812 if (DO_BIC(BIC_GFX_rc6)) {
Len Brownba3dec92016-04-22 20:31:46 -0400813 if (p->gfx_rc6_ms == -1) { /* detect GFX counter reset */
Len Brown3d109de2016-04-22 23:24:27 -0400814 outp += sprintf(outp, "\t**.**");
Len Brown9185e982016-04-06 17:16:00 -0400815 } else {
Len Brown3d109de2016-04-22 23:24:27 -0400816 outp += sprintf(outp, "\t%.2f",
Len Brown9185e982016-04-06 17:16:00 -0400817 p->gfx_rc6_ms / 10.0 / interval_float);
818 }
819 }
Len Brownfdf676e2016-02-27 01:28:12 -0500820
Len Brown27d47352016-02-27 00:37:54 -0500821 /* GFXMHz */
Len Brown812db3f2017-02-10 00:25:41 -0500822 if (DO_BIC(BIC_GFXMHz))
Len Brown3d109de2016-04-22 23:24:27 -0400823 outp += sprintf(outp, "\t%d", p->gfx_mhz);
Len Brown27d47352016-02-27 00:37:54 -0500824
Len Brown0b2bb692015-03-26 00:50:30 -0400825 /* Totl%C0, Any%C0 GFX%C0 CPUGFX% */
826 if (do_skl_residency) {
Len Brown3d109de2016-04-22 23:24:27 -0400827 outp += sprintf(outp, "\t%.2f", 100.0 * p->pkg_wtd_core_c0/t->tsc);
828 outp += sprintf(outp, "\t%.2f", 100.0 * p->pkg_any_core_c0/t->tsc);
829 outp += sprintf(outp, "\t%.2f", 100.0 * p->pkg_any_gfxe_c0/t->tsc);
830 outp += sprintf(outp, "\t%.2f", 100.0 * p->pkg_both_core_gfxe_c0/t->tsc);
Len Brown0b2bb692015-03-26 00:50:30 -0400831 }
832
Len Brownee7e38e2015-02-09 23:39:45 -0500833 if (do_pc2)
Len Brown3d109de2016-04-22 23:24:27 -0400834 outp += sprintf(outp, "\t%.2f", 100.0 * p->pc2/t->tsc);
Len Brownee7e38e2015-02-09 23:39:45 -0500835 if (do_pc3)
Len Brown3d109de2016-04-22 23:24:27 -0400836 outp += sprintf(outp, "\t%.2f", 100.0 * p->pc3/t->tsc);
Len Brownee7e38e2015-02-09 23:39:45 -0500837 if (do_pc6)
Len Brown3d109de2016-04-22 23:24:27 -0400838 outp += sprintf(outp, "\t%.2f", 100.0 * p->pc6/t->tsc);
Len Brownee7e38e2015-02-09 23:39:45 -0500839 if (do_pc7)
Len Brown3d109de2016-04-22 23:24:27 -0400840 outp += sprintf(outp, "\t%.2f", 100.0 * p->pc7/t->tsc);
Kristen Carlson Accardica587102012-11-21 05:22:43 -0800841 if (do_c8_c9_c10) {
Len Brown3d109de2016-04-22 23:24:27 -0400842 outp += sprintf(outp, "\t%.2f", 100.0 * p->pc8/t->tsc);
843 outp += sprintf(outp, "\t%.2f", 100.0 * p->pc9/t->tsc);
844 outp += sprintf(outp, "\t%.2f", 100.0 * p->pc10/t->tsc);
Kristen Carlson Accardica587102012-11-21 05:22:43 -0800845 }
Len Brown889facb2012-11-08 00:48:57 -0500846
847 /*
848 * If measurement interval exceeds minimum RAPL Joule Counter range,
849 * indicate that results are suspect by printing "**" in fraction place.
850 */
Len Brownfc04cc62014-02-06 00:55:19 -0500851 if (interval_float < rapl_joule_counter_range)
Len Brown3d109de2016-04-22 23:24:27 -0400852 fmt8 = "\t%.2f";
Len Brownfc04cc62014-02-06 00:55:19 -0500853 else
Len Browne975db52016-04-06 23:56:02 -0400854 fmt8 = "%6.0f**";
Len Brown889facb2012-11-08 00:48:57 -0500855
Len Brown812db3f2017-02-10 00:25:41 -0500856 if (DO_BIC(BIC_PkgWatt))
857 outp += sprintf(outp, fmt8, p->energy_pkg * rapl_energy_units / interval_float);
858 if (DO_BIC(BIC_CorWatt))
859 outp += sprintf(outp, fmt8, p->energy_cores * rapl_energy_units / interval_float);
860 if (DO_BIC(BIC_GFXWatt))
861 outp += sprintf(outp, fmt8, p->energy_gfx * rapl_energy_units / interval_float);
862 if (DO_BIC(BIC_RAMWatt))
863 outp += sprintf(outp, fmt8, p->energy_dram * rapl_dram_energy_units / interval_float);
864 if (DO_BIC(BIC_Pkg_J))
865 outp += sprintf(outp, fmt8, p->energy_pkg * rapl_energy_units);
866 if (DO_BIC(BIC_Cor_J))
867 outp += sprintf(outp, fmt8, p->energy_cores * rapl_energy_units);
868 if (DO_BIC(BIC_GFX_J))
869 outp += sprintf(outp, fmt8, p->energy_gfx * rapl_energy_units);
870 if (DO_BIC(BIC_RAM_J))
871 outp += sprintf(outp, fmt8, p->energy_dram * rapl_dram_energy_units);
872 if (DO_BIC(BIC_PKG__))
873 outp += sprintf(outp, fmt8, 100.0 * p->rapl_pkg_perf_status * rapl_time_units / interval_float);
874 if (DO_BIC(BIC_RAM__))
875 outp += sprintf(outp, fmt8, 100.0 * p->rapl_dram_perf_status * rapl_time_units / interval_float);
876
Len Brown388e9c82016-12-22 23:57:55 -0500877 for (i = 0, mp = sys.pp; mp; i++, mp = mp->next) {
878 if (mp->format == FORMAT_RAW) {
879 if (mp->width == 32)
880 outp += sprintf(outp, "\t0x%08lx", (unsigned long) p->counter[i]);
881 else
882 outp += sprintf(outp, "\t0x%016llx", p->counter[i]);
883 } else if (mp->format == FORMAT_DELTA) {
Len Brown678a3bd2017-02-09 22:22:13 -0500884 outp += sprintf(outp, "\t%lld", p->counter[i]);
Len Brown388e9c82016-12-22 23:57:55 -0500885 } else if (mp->format == FORMAT_PERCENT) {
886 outp += sprintf(outp, "\t%.2f", 100.0 * p->counter[i]/t->tsc);
887 }
888 }
889
Len Brownc98d5d92012-06-04 00:56:40 -0400890done:
Len Brownc98d5d92012-06-04 00:56:40 -0400891 outp += sprintf(outp, "\n");
892
893 return 0;
Len Brown103a8fe2010-10-22 23:53:03 -0400894}
895
Len Brownb7d8c142016-02-13 23:36:17 -0500896void flush_output_stdout(void)
Len Brown103a8fe2010-10-22 23:53:03 -0400897{
Len Brownb7d8c142016-02-13 23:36:17 -0500898 FILE *filep;
899
900 if (outf == stderr)
901 filep = stdout;
902 else
903 filep = outf;
904
905 fputs(output_buffer, filep);
906 fflush(filep);
907
Len Brownc98d5d92012-06-04 00:56:40 -0400908 outp = output_buffer;
909}
Len Brownb7d8c142016-02-13 23:36:17 -0500910void flush_output_stderr(void)
Len Brownc98d5d92012-06-04 00:56:40 -0400911{
Len Brownb7d8c142016-02-13 23:36:17 -0500912 fputs(output_buffer, outf);
913 fflush(outf);
Len Brownc98d5d92012-06-04 00:56:40 -0400914 outp = output_buffer;
915}
916void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p)
917{
Len Browne23da032012-02-06 18:37:16 -0500918 static int printed;
Len Brown103a8fe2010-10-22 23:53:03 -0400919
Len Browne23da032012-02-06 18:37:16 -0500920 if (!printed || !summary_only)
921 print_header();
Len Brown103a8fe2010-10-22 23:53:03 -0400922
Len Brownc98d5d92012-06-04 00:56:40 -0400923 if (topo.num_cpus > 1)
924 format_counters(&average.threads, &average.cores,
925 &average.packages);
Len Brown103a8fe2010-10-22 23:53:03 -0400926
Len Browne23da032012-02-06 18:37:16 -0500927 printed = 1;
928
929 if (summary_only)
930 return;
931
Len Brownc98d5d92012-06-04 00:56:40 -0400932 for_all_cpus(format_counters, t, c, p);
Len Brown103a8fe2010-10-22 23:53:03 -0400933}
934
Len Brown889facb2012-11-08 00:48:57 -0500935#define DELTA_WRAP32(new, old) \
936 if (new > old) { \
937 old = new - old; \
938 } else { \
939 old = 0x100000000 + new - old; \
940 }
941
Len Brownba3dec92016-04-22 20:31:46 -0400942int
Len Brownc98d5d92012-06-04 00:56:40 -0400943delta_package(struct pkg_data *new, struct pkg_data *old)
Len Brown103a8fe2010-10-22 23:53:03 -0400944{
Len Brown388e9c82016-12-22 23:57:55 -0500945 int i;
946 struct msr_counter *mp;
Len Brown0b2bb692015-03-26 00:50:30 -0400947
948 if (do_skl_residency) {
949 old->pkg_wtd_core_c0 = new->pkg_wtd_core_c0 - old->pkg_wtd_core_c0;
950 old->pkg_any_core_c0 = new->pkg_any_core_c0 - old->pkg_any_core_c0;
951 old->pkg_any_gfxe_c0 = new->pkg_any_gfxe_c0 - old->pkg_any_gfxe_c0;
952 old->pkg_both_core_gfxe_c0 = new->pkg_both_core_gfxe_c0 - old->pkg_both_core_gfxe_c0;
953 }
Len Brownc98d5d92012-06-04 00:56:40 -0400954 old->pc2 = new->pc2 - old->pc2;
Len Brownee7e38e2015-02-09 23:39:45 -0500955 if (do_pc3)
956 old->pc3 = new->pc3 - old->pc3;
957 if (do_pc6)
958 old->pc6 = new->pc6 - old->pc6;
959 if (do_pc7)
960 old->pc7 = new->pc7 - old->pc7;
Kristen Carlson Accardica587102012-11-21 05:22:43 -0800961 old->pc8 = new->pc8 - old->pc8;
962 old->pc9 = new->pc9 - old->pc9;
963 old->pc10 = new->pc10 - old->pc10;
Len Brown889facb2012-11-08 00:48:57 -0500964 old->pkg_temp_c = new->pkg_temp_c;
965
Len Brown9185e982016-04-06 17:16:00 -0400966 /* flag an error when rc6 counter resets/wraps */
967 if (old->gfx_rc6_ms > new->gfx_rc6_ms)
968 old->gfx_rc6_ms = -1;
969 else
970 old->gfx_rc6_ms = new->gfx_rc6_ms - old->gfx_rc6_ms;
971
Len Brown27d47352016-02-27 00:37:54 -0500972 old->gfx_mhz = new->gfx_mhz;
973
Len Brown889facb2012-11-08 00:48:57 -0500974 DELTA_WRAP32(new->energy_pkg, old->energy_pkg);
975 DELTA_WRAP32(new->energy_cores, old->energy_cores);
976 DELTA_WRAP32(new->energy_gfx, old->energy_gfx);
977 DELTA_WRAP32(new->energy_dram, old->energy_dram);
978 DELTA_WRAP32(new->rapl_pkg_perf_status, old->rapl_pkg_perf_status);
979 DELTA_WRAP32(new->rapl_dram_perf_status, old->rapl_dram_perf_status);
Len Brownba3dec92016-04-22 20:31:46 -0400980
Len Brown388e9c82016-12-22 23:57:55 -0500981 for (i = 0, mp = sys.pp; mp; i++, mp = mp->next) {
982 if (mp->format == FORMAT_RAW)
983 old->counter[i] = new->counter[i];
984 else
985 old->counter[i] = new->counter[i] - old->counter[i];
986 }
987
Len Brownba3dec92016-04-22 20:31:46 -0400988 return 0;
Len Brownc98d5d92012-06-04 00:56:40 -0400989}
Len Brown103a8fe2010-10-22 23:53:03 -0400990
Len Brownc98d5d92012-06-04 00:56:40 -0400991void
992delta_core(struct core_data *new, struct core_data *old)
993{
Len Brown388e9c82016-12-22 23:57:55 -0500994 int i;
995 struct msr_counter *mp;
996
Len Brownc98d5d92012-06-04 00:56:40 -0400997 old->c3 = new->c3 - old->c3;
998 old->c6 = new->c6 - old->c6;
999 old->c7 = new->c7 - old->c7;
Len Brown889facb2012-11-08 00:48:57 -05001000 old->core_temp_c = new->core_temp_c;
Len Brown0539ba12017-02-10 00:27:20 -05001001 old->mc6_us = new->mc6_us - old->mc6_us;
Len Brown388e9c82016-12-22 23:57:55 -05001002
1003 for (i = 0, mp = sys.cp; mp; i++, mp = mp->next) {
1004 if (mp->format == FORMAT_RAW)
1005 old->counter[i] = new->counter[i];
1006 else
1007 old->counter[i] = new->counter[i] - old->counter[i];
1008 }
Len Brownc98d5d92012-06-04 00:56:40 -04001009}
Len Brown103a8fe2010-10-22 23:53:03 -04001010
Len Brownc3ae3312012-06-13 21:31:46 -04001011/*
1012 * old = new - old
1013 */
Len Brownba3dec92016-04-22 20:31:46 -04001014int
Len Brownc98d5d92012-06-04 00:56:40 -04001015delta_thread(struct thread_data *new, struct thread_data *old,
1016 struct core_data *core_delta)
1017{
Len Brown388e9c82016-12-22 23:57:55 -05001018 int i;
1019 struct msr_counter *mp;
1020
Len Brownc98d5d92012-06-04 00:56:40 -04001021 old->tsc = new->tsc - old->tsc;
Len Brown103a8fe2010-10-22 23:53:03 -04001022
Len Brownc98d5d92012-06-04 00:56:40 -04001023 /* check for TSC < 1 Mcycles over interval */
Josh Triplettb2c95d92013-08-20 17:20:18 -07001024 if (old->tsc < (1000 * 1000))
1025 errx(-3, "Insanely slow TSC rate, TSC stops in idle?\n"
1026 "You can disable all c-states by booting with \"idle=poll\"\n"
1027 "or just the deep ones with \"processor.max_cstate=1\"");
Len Brown103a8fe2010-10-22 23:53:03 -04001028
Len Brownc98d5d92012-06-04 00:56:40 -04001029 old->c1 = new->c1 - old->c1;
Len Brown103a8fe2010-10-22 23:53:03 -04001030
Len Brown812db3f2017-02-10 00:25:41 -05001031 if (DO_BIC(BIC_Avg_MHz) || DO_BIC(BIC_Busy) || DO_BIC(BIC_Bzy_MHz)) {
Len Browna7296172015-01-23 01:33:58 -05001032 if ((new->aperf > old->aperf) && (new->mperf > old->mperf)) {
1033 old->aperf = new->aperf - old->aperf;
1034 old->mperf = new->mperf - old->mperf;
1035 } else {
Len Brownba3dec92016-04-22 20:31:46 -04001036 return -1;
Len Brownc98d5d92012-06-04 00:56:40 -04001037 }
Len Brownc98d5d92012-06-04 00:56:40 -04001038 }
Len Brown103a8fe2010-10-22 23:53:03 -04001039
Len Brown103a8fe2010-10-22 23:53:03 -04001040
Len Brown144b44b2013-11-09 00:30:16 -05001041 if (use_c1_residency_msr) {
1042 /*
1043 * Some models have a dedicated C1 residency MSR,
1044 * which should be more accurate than the derivation below.
1045 */
1046 } else {
1047 /*
1048 * As counter collection is not atomic,
1049 * it is possible for mperf's non-halted cycles + idle states
1050 * to exceed TSC's all cycles: show c1 = 0% in that case.
1051 */
1052 if ((old->mperf + core_delta->c3 + core_delta->c6 + core_delta->c7) > old->tsc)
1053 old->c1 = 0;
1054 else {
1055 /* normal case, derive c1 */
1056 old->c1 = old->tsc - old->mperf - core_delta->c3
Len Brownc98d5d92012-06-04 00:56:40 -04001057 - core_delta->c6 - core_delta->c7;
Len Brown144b44b2013-11-09 00:30:16 -05001058 }
Len Brownc98d5d92012-06-04 00:56:40 -04001059 }
Len Brownc3ae3312012-06-13 21:31:46 -04001060
Len Brownc98d5d92012-06-04 00:56:40 -04001061 if (old->mperf == 0) {
Len Brownb7d8c142016-02-13 23:36:17 -05001062 if (debug > 1)
1063 fprintf(outf, "cpu%d MPERF 0!\n", old->cpu_id);
Len Brownc98d5d92012-06-04 00:56:40 -04001064 old->mperf = 1; /* divide by 0 protection */
1065 }
1066
Len Brown812db3f2017-02-10 00:25:41 -05001067 if (DO_BIC(BIC_IRQ))
Len Brown562a2d32016-02-26 23:48:05 -05001068 old->irq_count = new->irq_count - old->irq_count;
1069
Len Brown812db3f2017-02-10 00:25:41 -05001070 if (DO_BIC(BIC_SMI))
Len Brown1ed51012013-02-10 17:19:24 -05001071 old->smi_count = new->smi_count - old->smi_count;
Len Brownba3dec92016-04-22 20:31:46 -04001072
Len Brown388e9c82016-12-22 23:57:55 -05001073 for (i = 0, mp = sys.tp; mp; i++, mp = mp->next) {
1074 if (mp->format == FORMAT_RAW)
1075 old->counter[i] = new->counter[i];
1076 else
1077 old->counter[i] = new->counter[i] - old->counter[i];
1078 }
Len Brownba3dec92016-04-22 20:31:46 -04001079 return 0;
Len Brownc98d5d92012-06-04 00:56:40 -04001080}
1081
1082int delta_cpu(struct thread_data *t, struct core_data *c,
1083 struct pkg_data *p, struct thread_data *t2,
1084 struct core_data *c2, struct pkg_data *p2)
1085{
Len Brownba3dec92016-04-22 20:31:46 -04001086 int retval = 0;
1087
Len Brownc98d5d92012-06-04 00:56:40 -04001088 /* calculate core delta only for 1st thread in core */
1089 if (t->flags & CPU_IS_FIRST_THREAD_IN_CORE)
1090 delta_core(c, c2);
1091
1092 /* always calculate thread delta */
Len Brownba3dec92016-04-22 20:31:46 -04001093 retval = delta_thread(t, t2, c2); /* c2 is core delta */
1094 if (retval)
1095 return retval;
Len Brownc98d5d92012-06-04 00:56:40 -04001096
1097 /* calculate package delta only for 1st core in package */
1098 if (t->flags & CPU_IS_FIRST_CORE_IN_PACKAGE)
Len Brownba3dec92016-04-22 20:31:46 -04001099 retval = delta_package(p, p2);
Len Brownc98d5d92012-06-04 00:56:40 -04001100
Len Brownba3dec92016-04-22 20:31:46 -04001101 return retval;
Len Brownc98d5d92012-06-04 00:56:40 -04001102}
1103
1104void clear_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p)
1105{
Len Brown388e9c82016-12-22 23:57:55 -05001106 int i;
1107 struct msr_counter *mp;
1108
Len Brownc98d5d92012-06-04 00:56:40 -04001109 t->tsc = 0;
1110 t->aperf = 0;
1111 t->mperf = 0;
1112 t->c1 = 0;
1113
Len Brown562a2d32016-02-26 23:48:05 -05001114 t->irq_count = 0;
1115 t->smi_count = 0;
1116
Len Brownc98d5d92012-06-04 00:56:40 -04001117 /* tells format_counters to dump all fields from this set */
1118 t->flags = CPU_IS_FIRST_THREAD_IN_CORE | CPU_IS_FIRST_CORE_IN_PACKAGE;
1119
1120 c->c3 = 0;
1121 c->c6 = 0;
1122 c->c7 = 0;
Len Brown0539ba12017-02-10 00:27:20 -05001123 c->mc6_us = 0;
Len Brown889facb2012-11-08 00:48:57 -05001124 c->core_temp_c = 0;
Len Brownc98d5d92012-06-04 00:56:40 -04001125
Len Brown0b2bb692015-03-26 00:50:30 -04001126 p->pkg_wtd_core_c0 = 0;
1127 p->pkg_any_core_c0 = 0;
1128 p->pkg_any_gfxe_c0 = 0;
1129 p->pkg_both_core_gfxe_c0 = 0;
1130
Len Brownc98d5d92012-06-04 00:56:40 -04001131 p->pc2 = 0;
Len Brownee7e38e2015-02-09 23:39:45 -05001132 if (do_pc3)
1133 p->pc3 = 0;
1134 if (do_pc6)
1135 p->pc6 = 0;
1136 if (do_pc7)
1137 p->pc7 = 0;
Kristen Carlson Accardica587102012-11-21 05:22:43 -08001138 p->pc8 = 0;
1139 p->pc9 = 0;
1140 p->pc10 = 0;
Len Brown889facb2012-11-08 00:48:57 -05001141
1142 p->energy_pkg = 0;
1143 p->energy_dram = 0;
1144 p->energy_cores = 0;
1145 p->energy_gfx = 0;
1146 p->rapl_pkg_perf_status = 0;
1147 p->rapl_dram_perf_status = 0;
1148 p->pkg_temp_c = 0;
Len Brown27d47352016-02-27 00:37:54 -05001149
Len Brownfdf676e2016-02-27 01:28:12 -05001150 p->gfx_rc6_ms = 0;
Len Brown27d47352016-02-27 00:37:54 -05001151 p->gfx_mhz = 0;
Len Brown388e9c82016-12-22 23:57:55 -05001152 for (i = 0, mp = sys.tp; mp; i++, mp = mp->next)
1153 t->counter[i] = 0;
1154
1155 for (i = 0, mp = sys.cp; mp; i++, mp = mp->next)
1156 c->counter[i] = 0;
1157
1158 for (i = 0, mp = sys.pp; mp; i++, mp = mp->next)
1159 p->counter[i] = 0;
Len Brownc98d5d92012-06-04 00:56:40 -04001160}
1161int sum_counters(struct thread_data *t, struct core_data *c,
1162 struct pkg_data *p)
1163{
Len Brown388e9c82016-12-22 23:57:55 -05001164 int i;
1165 struct msr_counter *mp;
1166
Len Brownc98d5d92012-06-04 00:56:40 -04001167 average.threads.tsc += t->tsc;
1168 average.threads.aperf += t->aperf;
1169 average.threads.mperf += t->mperf;
1170 average.threads.c1 += t->c1;
1171
Len Brown562a2d32016-02-26 23:48:05 -05001172 average.threads.irq_count += t->irq_count;
1173 average.threads.smi_count += t->smi_count;
1174
Len Brown388e9c82016-12-22 23:57:55 -05001175 for (i = 0, mp = sys.tp; mp; i++, mp = mp->next) {
1176 if (mp->format == FORMAT_RAW)
1177 continue;
1178 average.threads.counter[i] += t->counter[i];
1179 }
1180
Len Brownc98d5d92012-06-04 00:56:40 -04001181 /* sum per-core values only for 1st thread in core */
1182 if (!(t->flags & CPU_IS_FIRST_THREAD_IN_CORE))
1183 return 0;
1184
1185 average.cores.c3 += c->c3;
1186 average.cores.c6 += c->c6;
1187 average.cores.c7 += c->c7;
Len Brown0539ba12017-02-10 00:27:20 -05001188 average.cores.mc6_us += c->mc6_us;
Len Brownc98d5d92012-06-04 00:56:40 -04001189
Len Brown889facb2012-11-08 00:48:57 -05001190 average.cores.core_temp_c = MAX(average.cores.core_temp_c, c->core_temp_c);
1191
Len Brown388e9c82016-12-22 23:57:55 -05001192 for (i = 0, mp = sys.cp; mp; i++, mp = mp->next) {
1193 if (mp->format == FORMAT_RAW)
1194 continue;
1195 average.cores.counter[i] += c->counter[i];
1196 }
1197
Len Brownc98d5d92012-06-04 00:56:40 -04001198 /* sum per-pkg values only for 1st core in pkg */
1199 if (!(t->flags & CPU_IS_FIRST_CORE_IN_PACKAGE))
1200 return 0;
1201
Len Brown0b2bb692015-03-26 00:50:30 -04001202 if (do_skl_residency) {
1203 average.packages.pkg_wtd_core_c0 += p->pkg_wtd_core_c0;
1204 average.packages.pkg_any_core_c0 += p->pkg_any_core_c0;
1205 average.packages.pkg_any_gfxe_c0 += p->pkg_any_gfxe_c0;
1206 average.packages.pkg_both_core_gfxe_c0 += p->pkg_both_core_gfxe_c0;
1207 }
1208
Len Brownc98d5d92012-06-04 00:56:40 -04001209 average.packages.pc2 += p->pc2;
Len Brownee7e38e2015-02-09 23:39:45 -05001210 if (do_pc3)
1211 average.packages.pc3 += p->pc3;
1212 if (do_pc6)
1213 average.packages.pc6 += p->pc6;
1214 if (do_pc7)
1215 average.packages.pc7 += p->pc7;
Kristen Carlson Accardica587102012-11-21 05:22:43 -08001216 average.packages.pc8 += p->pc8;
1217 average.packages.pc9 += p->pc9;
1218 average.packages.pc10 += p->pc10;
Len Brownc98d5d92012-06-04 00:56:40 -04001219
Len Brown889facb2012-11-08 00:48:57 -05001220 average.packages.energy_pkg += p->energy_pkg;
1221 average.packages.energy_dram += p->energy_dram;
1222 average.packages.energy_cores += p->energy_cores;
1223 average.packages.energy_gfx += p->energy_gfx;
1224
Len Brownfdf676e2016-02-27 01:28:12 -05001225 average.packages.gfx_rc6_ms = p->gfx_rc6_ms;
Len Brown27d47352016-02-27 00:37:54 -05001226 average.packages.gfx_mhz = p->gfx_mhz;
1227
Len Brown889facb2012-11-08 00:48:57 -05001228 average.packages.pkg_temp_c = MAX(average.packages.pkg_temp_c, p->pkg_temp_c);
1229
1230 average.packages.rapl_pkg_perf_status += p->rapl_pkg_perf_status;
1231 average.packages.rapl_dram_perf_status += p->rapl_dram_perf_status;
Len Brown388e9c82016-12-22 23:57:55 -05001232
1233 for (i = 0, mp = sys.pp; mp; i++, mp = mp->next) {
1234 if (mp->format == FORMAT_RAW)
1235 continue;
1236 average.packages.counter[i] += p->counter[i];
1237 }
Len Brownc98d5d92012-06-04 00:56:40 -04001238 return 0;
1239}
1240/*
1241 * sum the counters for all cpus in the system
1242 * compute the weighted average
1243 */
1244void compute_average(struct thread_data *t, struct core_data *c,
1245 struct pkg_data *p)
1246{
Len Brown388e9c82016-12-22 23:57:55 -05001247 int i;
1248 struct msr_counter *mp;
1249
Len Brownc98d5d92012-06-04 00:56:40 -04001250 clear_counters(&average.threads, &average.cores, &average.packages);
1251
1252 for_all_cpus(sum_counters, t, c, p);
1253
1254 average.threads.tsc /= topo.num_cpus;
1255 average.threads.aperf /= topo.num_cpus;
1256 average.threads.mperf /= topo.num_cpus;
1257 average.threads.c1 /= topo.num_cpus;
1258
1259 average.cores.c3 /= topo.num_cores;
1260 average.cores.c6 /= topo.num_cores;
1261 average.cores.c7 /= topo.num_cores;
Len Brown0539ba12017-02-10 00:27:20 -05001262 average.cores.mc6_us /= topo.num_cores;
Len Brownc98d5d92012-06-04 00:56:40 -04001263
Len Brown0b2bb692015-03-26 00:50:30 -04001264 if (do_skl_residency) {
1265 average.packages.pkg_wtd_core_c0 /= topo.num_packages;
1266 average.packages.pkg_any_core_c0 /= topo.num_packages;
1267 average.packages.pkg_any_gfxe_c0 /= topo.num_packages;
1268 average.packages.pkg_both_core_gfxe_c0 /= topo.num_packages;
1269 }
1270
Len Brownc98d5d92012-06-04 00:56:40 -04001271 average.packages.pc2 /= topo.num_packages;
Len Brownee7e38e2015-02-09 23:39:45 -05001272 if (do_pc3)
1273 average.packages.pc3 /= topo.num_packages;
1274 if (do_pc6)
1275 average.packages.pc6 /= topo.num_packages;
1276 if (do_pc7)
1277 average.packages.pc7 /= topo.num_packages;
Kristen Carlson Accardica587102012-11-21 05:22:43 -08001278
1279 average.packages.pc8 /= topo.num_packages;
1280 average.packages.pc9 /= topo.num_packages;
1281 average.packages.pc10 /= topo.num_packages;
Len Brown388e9c82016-12-22 23:57:55 -05001282
1283 for (i = 0, mp = sys.tp; mp; i++, mp = mp->next) {
1284 if (mp->format == FORMAT_RAW)
1285 continue;
1286 average.threads.counter[i] /= topo.num_cpus;
1287 }
1288 for (i = 0, mp = sys.cp; mp; i++, mp = mp->next) {
1289 if (mp->format == FORMAT_RAW)
1290 continue;
1291 average.cores.counter[i] /= topo.num_cores;
1292 }
1293 for (i = 0, mp = sys.pp; mp; i++, mp = mp->next) {
1294 if (mp->format == FORMAT_RAW)
1295 continue;
1296 average.packages.counter[i] /= topo.num_packages;
1297 }
Len Brownc98d5d92012-06-04 00:56:40 -04001298}
1299
1300static unsigned long long rdtsc(void)
1301{
1302 unsigned int low, high;
1303
1304 asm volatile("rdtsc" : "=a" (low), "=d" (high));
1305
1306 return low | ((unsigned long long)high) << 32;
1307}
1308
Len Brownc98d5d92012-06-04 00:56:40 -04001309/*
1310 * get_counters(...)
1311 * migrate to cpu
1312 * acquire and record local counters for that cpu
1313 */
1314int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p)
1315{
1316 int cpu = t->cpu_id;
Len Brown889facb2012-11-08 00:48:57 -05001317 unsigned long long msr;
Len Brown0102b062016-02-27 03:11:29 -05001318 int aperf_mperf_retry_count = 0;
Len Brown388e9c82016-12-22 23:57:55 -05001319 struct msr_counter *mp;
1320 int i;
Len Brownc98d5d92012-06-04 00:56:40 -04001321
Len Browne52966c2012-11-08 22:38:05 -05001322 if (cpu_migrate(cpu)) {
Len Brownb7d8c142016-02-13 23:36:17 -05001323 fprintf(outf, "Could not migrate to CPU %d\n", cpu);
Len Brownc98d5d92012-06-04 00:56:40 -04001324 return -1;
Len Browne52966c2012-11-08 22:38:05 -05001325 }
Len Brownc98d5d92012-06-04 00:56:40 -04001326
Len Brown0102b062016-02-27 03:11:29 -05001327retry:
Len Brownc98d5d92012-06-04 00:56:40 -04001328 t->tsc = rdtsc(); /* we are running on local CPU of interest */
1329
Len Brown812db3f2017-02-10 00:25:41 -05001330 if (DO_BIC(BIC_Avg_MHz) || DO_BIC(BIC_Busy) || DO_BIC(BIC_Bzy_MHz)) {
Len Brown0102b062016-02-27 03:11:29 -05001331 unsigned long long tsc_before, tsc_between, tsc_after, aperf_time, mperf_time;
1332
1333 /*
1334 * The TSC, APERF and MPERF must be read together for
1335 * APERF/MPERF and MPERF/TSC to give accurate results.
1336 *
1337 * Unfortunately, APERF and MPERF are read by
1338 * individual system call, so delays may occur
1339 * between them. If the time to read them
1340 * varies by a large amount, we re-read them.
1341 */
1342
1343 /*
1344 * This initial dummy APERF read has been seen to
1345 * reduce jitter in the subsequent reads.
1346 */
1347
Len Brown9c63a652012-10-31 01:29:52 -04001348 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf))
Len Brownc98d5d92012-06-04 00:56:40 -04001349 return -3;
Len Brown0102b062016-02-27 03:11:29 -05001350
1351 t->tsc = rdtsc(); /* re-read close to APERF */
1352
1353 tsc_before = t->tsc;
1354
1355 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf))
1356 return -3;
1357
1358 tsc_between = rdtsc();
1359
Len Brown9c63a652012-10-31 01:29:52 -04001360 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf))
Len Brownc98d5d92012-06-04 00:56:40 -04001361 return -4;
Len Brown0102b062016-02-27 03:11:29 -05001362
1363 tsc_after = rdtsc();
1364
1365 aperf_time = tsc_between - tsc_before;
1366 mperf_time = tsc_after - tsc_between;
1367
1368 /*
1369 * If the system call latency to read APERF and MPERF
1370 * differ by more than 2x, then try again.
1371 */
1372 if ((aperf_time > (2 * mperf_time)) || (mperf_time > (2 * aperf_time))) {
1373 aperf_mperf_retry_count++;
1374 if (aperf_mperf_retry_count < 5)
1375 goto retry;
1376 else
1377 warnx("cpu%d jitter %lld %lld",
1378 cpu, aperf_time, mperf_time);
1379 }
1380 aperf_mperf_retry_count = 0;
1381
Hubert Chrzaniukb2b34df2015-09-14 13:31:00 +02001382 t->aperf = t->aperf * aperf_mperf_multiplier;
1383 t->mperf = t->mperf * aperf_mperf_multiplier;
Len Brownc98d5d92012-06-04 00:56:40 -04001384 }
1385
Len Brown812db3f2017-02-10 00:25:41 -05001386 if (DO_BIC(BIC_IRQ))
Len Brown562a2d32016-02-26 23:48:05 -05001387 t->irq_count = irqs_per_cpu[cpu];
Len Brown812db3f2017-02-10 00:25:41 -05001388 if (DO_BIC(BIC_SMI)) {
Len Brown1ed51012013-02-10 17:19:24 -05001389 if (get_msr(cpu, MSR_SMI_COUNT, &msr))
1390 return -5;
1391 t->smi_count = msr & 0xFFFFFFFF;
1392 }
Len Brown0539ba12017-02-10 00:27:20 -05001393 if (DO_BIC(BIC_CPU_c1) && use_c1_residency_msr) {
Len Brown144b44b2013-11-09 00:30:16 -05001394 if (get_msr(cpu, MSR_CORE_C1_RES, &t->c1))
1395 return -6;
1396 }
1397
Len Brown388e9c82016-12-22 23:57:55 -05001398 for (i = 0, mp = sys.tp; mp; i++, mp = mp->next) {
1399 if (get_msr(cpu, mp->msr_num, &t->counter[i]))
1400 return -10;
1401 }
1402
1403
Len Brownc98d5d92012-06-04 00:56:40 -04001404 /* collect core counters only for 1st thread in core */
1405 if (!(t->flags & CPU_IS_FIRST_THREAD_IN_CORE))
1406 return 0;
1407
Len Brown812db3f2017-02-10 00:25:41 -05001408 if (DO_BIC(BIC_CPU_c3) && !do_slm_cstates && !do_knl_cstates) {
Len Brownc98d5d92012-06-04 00:56:40 -04001409 if (get_msr(cpu, MSR_CORE_C3_RESIDENCY, &c->c3))
1410 return -6;
Len Brown144b44b2013-11-09 00:30:16 -05001411 }
1412
Len Brown812db3f2017-02-10 00:25:41 -05001413 if (DO_BIC(BIC_CPU_c6) && !do_knl_cstates) {
Len Brownc98d5d92012-06-04 00:56:40 -04001414 if (get_msr(cpu, MSR_CORE_C6_RESIDENCY, &c->c6))
1415 return -7;
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07001416 } else if (do_knl_cstates) {
1417 if (get_msr(cpu, MSR_KNL_CORE_C6_RESIDENCY, &c->c6))
1418 return -7;
Len Brownc98d5d92012-06-04 00:56:40 -04001419 }
1420
Len Brown812db3f2017-02-10 00:25:41 -05001421 if (DO_BIC(BIC_CPU_c7))
Len Brownc98d5d92012-06-04 00:56:40 -04001422 if (get_msr(cpu, MSR_CORE_C7_RESIDENCY, &c->c7))
1423 return -8;
1424
Len Brown0539ba12017-02-10 00:27:20 -05001425 if (DO_BIC(BIC_Mod_c6))
1426 if (get_msr(cpu, MSR_MODULE_C6_RES_MS, &c->mc6_us))
1427 return -8;
1428
Len Brown812db3f2017-02-10 00:25:41 -05001429 if (DO_BIC(BIC_CoreTmp)) {
Len Brown889facb2012-11-08 00:48:57 -05001430 if (get_msr(cpu, MSR_IA32_THERM_STATUS, &msr))
1431 return -9;
1432 c->core_temp_c = tcc_activation_temp - ((msr >> 16) & 0x7F);
1433 }
1434
Len Brown388e9c82016-12-22 23:57:55 -05001435 for (i = 0, mp = sys.cp; mp; i++, mp = mp->next) {
1436 if (get_msr(cpu, mp->msr_num, &c->counter[i]))
1437 return -10;
1438 }
Len Brown889facb2012-11-08 00:48:57 -05001439
Len Brownc98d5d92012-06-04 00:56:40 -04001440 /* collect package counters only for 1st core in package */
1441 if (!(t->flags & CPU_IS_FIRST_CORE_IN_PACKAGE))
1442 return 0;
1443
Len Brown0b2bb692015-03-26 00:50:30 -04001444 if (do_skl_residency) {
1445 if (get_msr(cpu, MSR_PKG_WEIGHTED_CORE_C0_RES, &p->pkg_wtd_core_c0))
1446 return -10;
1447 if (get_msr(cpu, MSR_PKG_ANY_CORE_C0_RES, &p->pkg_any_core_c0))
1448 return -11;
1449 if (get_msr(cpu, MSR_PKG_ANY_GFXE_C0_RES, &p->pkg_any_gfxe_c0))
1450 return -12;
1451 if (get_msr(cpu, MSR_PKG_BOTH_CORE_GFXE_C0_RES, &p->pkg_both_core_gfxe_c0))
1452 return -13;
1453 }
Len Brownee7e38e2015-02-09 23:39:45 -05001454 if (do_pc3)
Len Brownc98d5d92012-06-04 00:56:40 -04001455 if (get_msr(cpu, MSR_PKG_C3_RESIDENCY, &p->pc3))
1456 return -9;
Len Brown0539ba12017-02-10 00:27:20 -05001457 if (do_pc6) {
1458 if (do_slm_cstates) {
1459 if (get_msr(cpu, MSR_ATOM_PKG_C6_RESIDENCY, &p->pc6))
1460 return -10;
1461 } else {
1462 if (get_msr(cpu, MSR_PKG_C6_RESIDENCY, &p->pc6))
1463 return -10;
1464 }
1465 }
1466
Len Brownee7e38e2015-02-09 23:39:45 -05001467 if (do_pc2)
Len Brownc98d5d92012-06-04 00:56:40 -04001468 if (get_msr(cpu, MSR_PKG_C2_RESIDENCY, &p->pc2))
1469 return -11;
Len Brownee7e38e2015-02-09 23:39:45 -05001470 if (do_pc7)
Len Brownc98d5d92012-06-04 00:56:40 -04001471 if (get_msr(cpu, MSR_PKG_C7_RESIDENCY, &p->pc7))
1472 return -12;
Kristen Carlson Accardica587102012-11-21 05:22:43 -08001473 if (do_c8_c9_c10) {
1474 if (get_msr(cpu, MSR_PKG_C8_RESIDENCY, &p->pc8))
1475 return -13;
1476 if (get_msr(cpu, MSR_PKG_C9_RESIDENCY, &p->pc9))
1477 return -13;
1478 if (get_msr(cpu, MSR_PKG_C10_RESIDENCY, &p->pc10))
1479 return -13;
1480 }
Len Brown889facb2012-11-08 00:48:57 -05001481 if (do_rapl & RAPL_PKG) {
1482 if (get_msr(cpu, MSR_PKG_ENERGY_STATUS, &msr))
1483 return -13;
1484 p->energy_pkg = msr & 0xFFFFFFFF;
1485 }
Jacob Pan91484942016-06-16 09:48:20 -07001486 if (do_rapl & RAPL_CORES_ENERGY_STATUS) {
Len Brown889facb2012-11-08 00:48:57 -05001487 if (get_msr(cpu, MSR_PP0_ENERGY_STATUS, &msr))
1488 return -14;
1489 p->energy_cores = msr & 0xFFFFFFFF;
1490 }
1491 if (do_rapl & RAPL_DRAM) {
1492 if (get_msr(cpu, MSR_DRAM_ENERGY_STATUS, &msr))
1493 return -15;
1494 p->energy_dram = msr & 0xFFFFFFFF;
1495 }
1496 if (do_rapl & RAPL_GFX) {
1497 if (get_msr(cpu, MSR_PP1_ENERGY_STATUS, &msr))
1498 return -16;
1499 p->energy_gfx = msr & 0xFFFFFFFF;
1500 }
1501 if (do_rapl & RAPL_PKG_PERF_STATUS) {
1502 if (get_msr(cpu, MSR_PKG_PERF_STATUS, &msr))
1503 return -16;
1504 p->rapl_pkg_perf_status = msr & 0xFFFFFFFF;
1505 }
1506 if (do_rapl & RAPL_DRAM_PERF_STATUS) {
1507 if (get_msr(cpu, MSR_DRAM_PERF_STATUS, &msr))
1508 return -16;
1509 p->rapl_dram_perf_status = msr & 0xFFFFFFFF;
1510 }
Len Brown812db3f2017-02-10 00:25:41 -05001511 if (DO_BIC(BIC_PkgTmp)) {
Len Brown889facb2012-11-08 00:48:57 -05001512 if (get_msr(cpu, MSR_IA32_PACKAGE_THERM_STATUS, &msr))
1513 return -17;
1514 p->pkg_temp_c = tcc_activation_temp - ((msr >> 16) & 0x7F);
1515 }
Len Brownfdf676e2016-02-27 01:28:12 -05001516
Len Brown812db3f2017-02-10 00:25:41 -05001517 if (DO_BIC(BIC_GFX_rc6))
Len Brownfdf676e2016-02-27 01:28:12 -05001518 p->gfx_rc6_ms = gfx_cur_rc6_ms;
1519
Len Brown812db3f2017-02-10 00:25:41 -05001520 if (DO_BIC(BIC_GFXMHz))
Len Brown27d47352016-02-27 00:37:54 -05001521 p->gfx_mhz = gfx_cur_mhz;
1522
Len Brown388e9c82016-12-22 23:57:55 -05001523 for (i = 0, mp = sys.pp; mp; i++, mp = mp->next) {
1524 if (get_msr(cpu, mp->msr_num, &p->counter[i]))
1525 return -10;
1526 }
1527
Len Brown103a8fe2010-10-22 23:53:03 -04001528 return 0;
1529}
1530
Len Brownee7e38e2015-02-09 23:39:45 -05001531/*
1532 * MSR_PKG_CST_CONFIG_CONTROL decoding for pkg_cstate_limit:
1533 * If you change the values, note they are used both in comparisons
1534 * (>= PCL__7) and to index pkg_cstate_limit_strings[].
1535 */
1536
1537#define PCLUKN 0 /* Unknown */
1538#define PCLRSV 1 /* Reserved */
1539#define PCL__0 2 /* PC0 */
1540#define PCL__1 3 /* PC1 */
1541#define PCL__2 4 /* PC2 */
1542#define PCL__3 5 /* PC3 */
1543#define PCL__4 6 /* PC4 */
1544#define PCL__6 7 /* PC6 */
1545#define PCL_6N 8 /* PC6 No Retention */
1546#define PCL_6R 9 /* PC6 Retention */
1547#define PCL__7 10 /* PC7 */
1548#define PCL_7S 11 /* PC7 Shrink */
Len Brown0b2bb692015-03-26 00:50:30 -04001549#define PCL__8 12 /* PC8 */
1550#define PCL__9 13 /* PC9 */
1551#define PCLUNL 14 /* Unlimited */
Len Brownee7e38e2015-02-09 23:39:45 -05001552
1553int pkg_cstate_limit = PCLUKN;
1554char *pkg_cstate_limit_strings[] = { "reserved", "unknown", "pc0", "pc1", "pc2",
Len Brown0b2bb692015-03-26 00:50:30 -04001555 "pc3", "pc4", "pc6", "pc6n", "pc6r", "pc7", "pc7s", "pc8", "pc9", "unlimited"};
Len Brownee7e38e2015-02-09 23:39:45 -05001556
Len Browne9257f52015-04-01 21:02:57 -04001557int nhm_pkg_cstate_limits[16] = {PCL__0, PCL__1, PCL__3, PCL__6, PCL__7, PCLRSV, PCLRSV, PCLUNL, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV};
1558int snb_pkg_cstate_limits[16] = {PCL__0, PCL__2, PCL_6N, PCL_6R, PCL__7, PCL_7S, PCLRSV, PCLUNL, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV};
1559int hsw_pkg_cstate_limits[16] = {PCL__0, PCL__2, PCL__3, PCL__6, PCL__7, PCL_7S, PCL__8, PCL__9, PCLUNL, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV};
Len Brown0539ba12017-02-10 00:27:20 -05001560int slv_pkg_cstate_limits[16] = {PCL__0, PCL__1, PCLRSV, PCLRSV, PCL__4, PCLRSV, PCL__6, PCL__7, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCL__6, PCL__7};
Len Brownf2642882017-01-07 23:13:15 -05001561int amt_pkg_cstate_limits[16] = {PCLUNL, PCL__1, PCL__2, PCLRSV, PCLRSV, PCLRSV, PCL__6, PCL__7, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV};
Len Browne9257f52015-04-01 21:02:57 -04001562int phi_pkg_cstate_limits[16] = {PCL__0, PCL__2, PCL_6N, PCL_6R, PCLRSV, PCLRSV, PCLRSV, PCLUNL, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV};
Len Browne4085d52016-04-06 17:15:56 -04001563int bxt_pkg_cstate_limits[16] = {PCL__0, PCL__2, PCLUNL, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV};
Len Brownd8ebb442016-12-01 20:27:46 -05001564int skx_pkg_cstate_limits[16] = {PCL__0, PCL__2, PCL_6N, PCL_6R, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLUNL, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV, PCLRSV};
Len Brownee7e38e2015-02-09 23:39:45 -05001565
Len Browna2b7b742015-09-26 00:12:38 -04001566
1567static void
1568calculate_tsc_tweak()
1569{
Len Browna2b7b742015-09-26 00:12:38 -04001570 tsc_tweak = base_hz / tsc_hz;
1571}
1572
Len Brownfcd17212015-03-23 20:29:09 -04001573static void
1574dump_nhm_platform_info(void)
Len Brown103a8fe2010-10-22 23:53:03 -04001575{
1576 unsigned long long msr;
1577 unsigned int ratio;
1578
Len Brownec0adc52015-11-12 02:42:31 -05001579 get_msr(base_cpu, MSR_PLATFORM_INFO, &msr);
Len Brown103a8fe2010-10-22 23:53:03 -04001580
Len Brownb7d8c142016-02-13 23:36:17 -05001581 fprintf(outf, "cpu%d: MSR_PLATFORM_INFO: 0x%08llx\n", base_cpu, msr);
Len Brown6574a5d2012-09-21 00:01:31 -04001582
Len Brown103a8fe2010-10-22 23:53:03 -04001583 ratio = (msr >> 40) & 0xFF;
Len Brown710f2732017-01-11 22:12:25 -05001584 fprintf(outf, "%d * %.1f = %.1f MHz max efficiency frequency\n",
Len Brown103a8fe2010-10-22 23:53:03 -04001585 ratio, bclk, ratio * bclk);
1586
1587 ratio = (msr >> 8) & 0xFF;
Len Brown710f2732017-01-11 22:12:25 -05001588 fprintf(outf, "%d * %.1f = %.1f MHz base frequency\n",
Len Brown103a8fe2010-10-22 23:53:03 -04001589 ratio, bclk, ratio * bclk);
1590
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04001591 get_msr(base_cpu, MSR_IA32_POWER_CTL, &msr);
Len Brownb7d8c142016-02-13 23:36:17 -05001592 fprintf(outf, "cpu%d: MSR_IA32_POWER_CTL: 0x%08llx (C1E auto-promotion: %sabled)\n",
Len Brownbfae2052015-06-17 12:27:21 -04001593 base_cpu, msr, msr & 0x2 ? "EN" : "DIS");
Len Brown67920412013-01-31 15:22:15 -05001594
Len Brownfcd17212015-03-23 20:29:09 -04001595 return;
1596}
1597
1598static void
1599dump_hsw_turbo_ratio_limits(void)
1600{
1601 unsigned long long msr;
1602 unsigned int ratio;
1603
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04001604 get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT2, &msr);
Len Brownfcd17212015-03-23 20:29:09 -04001605
Len Brownb7d8c142016-02-13 23:36:17 -05001606 fprintf(outf, "cpu%d: MSR_TURBO_RATIO_LIMIT2: 0x%08llx\n", base_cpu, msr);
Len Brownfcd17212015-03-23 20:29:09 -04001607
1608 ratio = (msr >> 8) & 0xFF;
1609 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001610 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 18 active cores\n",
Len Brownfcd17212015-03-23 20:29:09 -04001611 ratio, bclk, ratio * bclk);
1612
1613 ratio = (msr >> 0) & 0xFF;
1614 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001615 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 17 active cores\n",
Len Brownfcd17212015-03-23 20:29:09 -04001616 ratio, bclk, ratio * bclk);
1617 return;
1618}
1619
1620static void
1621dump_ivt_turbo_ratio_limits(void)
1622{
1623 unsigned long long msr;
1624 unsigned int ratio;
Len Brown6574a5d2012-09-21 00:01:31 -04001625
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04001626 get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT1, &msr);
Len Brown6574a5d2012-09-21 00:01:31 -04001627
Len Brownb7d8c142016-02-13 23:36:17 -05001628 fprintf(outf, "cpu%d: MSR_TURBO_RATIO_LIMIT1: 0x%08llx\n", base_cpu, msr);
Len Brown6574a5d2012-09-21 00:01:31 -04001629
1630 ratio = (msr >> 56) & 0xFF;
1631 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001632 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 16 active cores\n",
Len Brown6574a5d2012-09-21 00:01:31 -04001633 ratio, bclk, ratio * bclk);
1634
1635 ratio = (msr >> 48) & 0xFF;
1636 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001637 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 15 active cores\n",
Len Brown6574a5d2012-09-21 00:01:31 -04001638 ratio, bclk, ratio * bclk);
1639
1640 ratio = (msr >> 40) & 0xFF;
1641 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001642 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 14 active cores\n",
Len Brown6574a5d2012-09-21 00:01:31 -04001643 ratio, bclk, ratio * bclk);
1644
1645 ratio = (msr >> 32) & 0xFF;
1646 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001647 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 13 active cores\n",
Len Brown6574a5d2012-09-21 00:01:31 -04001648 ratio, bclk, ratio * bclk);
1649
1650 ratio = (msr >> 24) & 0xFF;
1651 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001652 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 12 active cores\n",
Len Brown6574a5d2012-09-21 00:01:31 -04001653 ratio, bclk, ratio * bclk);
1654
1655 ratio = (msr >> 16) & 0xFF;
1656 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001657 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 11 active cores\n",
Len Brown6574a5d2012-09-21 00:01:31 -04001658 ratio, bclk, ratio * bclk);
1659
1660 ratio = (msr >> 8) & 0xFF;
1661 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001662 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 10 active cores\n",
Len Brown6574a5d2012-09-21 00:01:31 -04001663 ratio, bclk, ratio * bclk);
1664
1665 ratio = (msr >> 0) & 0xFF;
1666 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001667 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 9 active cores\n",
Len Brown6574a5d2012-09-21 00:01:31 -04001668 ratio, bclk, ratio * bclk);
Len Brownfcd17212015-03-23 20:29:09 -04001669 return;
1670}
Len Brown6574a5d2012-09-21 00:01:31 -04001671
Len Brownfcd17212015-03-23 20:29:09 -04001672static void
1673dump_nhm_turbo_ratio_limits(void)
1674{
1675 unsigned long long msr;
1676 unsigned int ratio;
Len Brown103a8fe2010-10-22 23:53:03 -04001677
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04001678 get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT, &msr);
Len Brown103a8fe2010-10-22 23:53:03 -04001679
Len Brownb7d8c142016-02-13 23:36:17 -05001680 fprintf(outf, "cpu%d: MSR_TURBO_RATIO_LIMIT: 0x%08llx\n", base_cpu, msr);
Len Brown6574a5d2012-09-21 00:01:31 -04001681
1682 ratio = (msr >> 56) & 0xFF;
1683 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001684 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 8 active cores\n",
Len Brown6574a5d2012-09-21 00:01:31 -04001685 ratio, bclk, ratio * bclk);
1686
1687 ratio = (msr >> 48) & 0xFF;
1688 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001689 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 7 active cores\n",
Len Brown6574a5d2012-09-21 00:01:31 -04001690 ratio, bclk, ratio * bclk);
1691
1692 ratio = (msr >> 40) & 0xFF;
1693 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001694 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 6 active cores\n",
Len Brown6574a5d2012-09-21 00:01:31 -04001695 ratio, bclk, ratio * bclk);
1696
1697 ratio = (msr >> 32) & 0xFF;
1698 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001699 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 5 active cores\n",
Len Brown6574a5d2012-09-21 00:01:31 -04001700 ratio, bclk, ratio * bclk);
1701
Len Brown103a8fe2010-10-22 23:53:03 -04001702 ratio = (msr >> 24) & 0xFF;
1703 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001704 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 4 active cores\n",
Len Brown103a8fe2010-10-22 23:53:03 -04001705 ratio, bclk, ratio * bclk);
1706
1707 ratio = (msr >> 16) & 0xFF;
1708 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001709 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 3 active cores\n",
Len Brown103a8fe2010-10-22 23:53:03 -04001710 ratio, bclk, ratio * bclk);
1711
1712 ratio = (msr >> 8) & 0xFF;
1713 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001714 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 2 active cores\n",
Len Brown103a8fe2010-10-22 23:53:03 -04001715 ratio, bclk, ratio * bclk);
1716
1717 ratio = (msr >> 0) & 0xFF;
1718 if (ratio)
Len Brown710f2732017-01-11 22:12:25 -05001719 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 1 active cores\n",
Len Brown103a8fe2010-10-22 23:53:03 -04001720 ratio, bclk, ratio * bclk);
Len Brownfcd17212015-03-23 20:29:09 -04001721 return;
1722}
Len Brown3a9a9412014-08-15 02:39:52 -04001723
Len Brownfcd17212015-03-23 20:29:09 -04001724static void
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07001725dump_knl_turbo_ratio_limits(void)
1726{
Hubert Chrzaniukcbf97ab2016-02-10 14:55:22 +01001727 const unsigned int buckets_no = 7;
1728
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07001729 unsigned long long msr;
Hubert Chrzaniukcbf97ab2016-02-10 14:55:22 +01001730 int delta_cores, delta_ratio;
1731 int i, b_nr;
1732 unsigned int cores[buckets_no];
1733 unsigned int ratio[buckets_no];
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07001734
Srinivas Pandruvadaebf59262016-07-06 16:07:56 -07001735 get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT, &msr);
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07001736
Len Brownb7d8c142016-02-13 23:36:17 -05001737 fprintf(outf, "cpu%d: MSR_TURBO_RATIO_LIMIT: 0x%08llx\n",
Len Brownbfae2052015-06-17 12:27:21 -04001738 base_cpu, msr);
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07001739
1740 /**
1741 * Turbo encoding in KNL is as follows:
Hubert Chrzaniukcbf97ab2016-02-10 14:55:22 +01001742 * [0] -- Reserved
1743 * [7:1] -- Base value of number of active cores of bucket 1.
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07001744 * [15:8] -- Base value of freq ratio of bucket 1.
1745 * [20:16] -- +ve delta of number of active cores of bucket 2.
1746 * i.e. active cores of bucket 2 =
1747 * active cores of bucket 1 + delta
1748 * [23:21] -- Negative delta of freq ratio of bucket 2.
1749 * i.e. freq ratio of bucket 2 =
1750 * freq ratio of bucket 1 - delta
1751 * [28:24]-- +ve delta of number of active cores of bucket 3.
1752 * [31:29]-- -ve delta of freq ratio of bucket 3.
1753 * [36:32]-- +ve delta of number of active cores of bucket 4.
1754 * [39:37]-- -ve delta of freq ratio of bucket 4.
1755 * [44:40]-- +ve delta of number of active cores of bucket 5.
1756 * [47:45]-- -ve delta of freq ratio of bucket 5.
1757 * [52:48]-- +ve delta of number of active cores of bucket 6.
1758 * [55:53]-- -ve delta of freq ratio of bucket 6.
1759 * [60:56]-- +ve delta of number of active cores of bucket 7.
1760 * [63:61]-- -ve delta of freq ratio of bucket 7.
1761 */
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07001762
Hubert Chrzaniukcbf97ab2016-02-10 14:55:22 +01001763 b_nr = 0;
1764 cores[b_nr] = (msr & 0xFF) >> 1;
1765 ratio[b_nr] = (msr >> 8) & 0xFF;
1766
1767 for (i = 16; i < 64; i += 8) {
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07001768 delta_cores = (msr >> i) & 0x1F;
Hubert Chrzaniukcbf97ab2016-02-10 14:55:22 +01001769 delta_ratio = (msr >> (i + 5)) & 0x7;
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07001770
Hubert Chrzaniukcbf97ab2016-02-10 14:55:22 +01001771 cores[b_nr + 1] = cores[b_nr] + delta_cores;
1772 ratio[b_nr + 1] = ratio[b_nr] - delta_ratio;
1773 b_nr++;
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07001774 }
Hubert Chrzaniukcbf97ab2016-02-10 14:55:22 +01001775
1776 for (i = buckets_no - 1; i >= 0; i--)
1777 if (i > 0 ? ratio[i] != ratio[i - 1] : 1)
Len Brownb7d8c142016-02-13 23:36:17 -05001778 fprintf(outf,
Len Brown710f2732017-01-11 22:12:25 -05001779 "%d * %.1f = %.1f MHz max turbo %d active cores\n",
Hubert Chrzaniukcbf97ab2016-02-10 14:55:22 +01001780 ratio[i], bclk, ratio[i] * bclk, cores[i]);
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07001781}
1782
1783static void
Len Brownfcd17212015-03-23 20:29:09 -04001784dump_nhm_cst_cfg(void)
1785{
1786 unsigned long long msr;
1787
Len Brown1df2e552017-01-07 23:24:57 -05001788 get_msr(base_cpu, MSR_PKG_CST_CONFIG_CONTROL, &msr);
Len Brownfcd17212015-03-23 20:29:09 -04001789
1790#define SNB_C1_AUTO_UNDEMOTE (1UL << 27)
1791#define SNB_C3_AUTO_UNDEMOTE (1UL << 28)
1792
Len Brown1df2e552017-01-07 23:24:57 -05001793 fprintf(outf, "cpu%d: MSR_PKG_CST_CONFIG_CONTROL: 0x%08llx", base_cpu, msr);
Len Brownfcd17212015-03-23 20:29:09 -04001794
Len Brownb7d8c142016-02-13 23:36:17 -05001795 fprintf(outf, " (%s%s%s%s%slocked: pkg-cstate-limit=%d: %s)\n",
Len Brownfcd17212015-03-23 20:29:09 -04001796 (msr & SNB_C3_AUTO_UNDEMOTE) ? "UNdemote-C3, " : "",
1797 (msr & SNB_C1_AUTO_UNDEMOTE) ? "UNdemote-C1, " : "",
1798 (msr & NHM_C3_AUTO_DEMOTE) ? "demote-C3, " : "",
1799 (msr & NHM_C1_AUTO_DEMOTE) ? "demote-C1, " : "",
1800 (msr & (1 << 15)) ? "" : "UN",
Len Brown6c34f162016-03-13 03:21:22 -04001801 (unsigned int)msr & 0xF,
Len Brownfcd17212015-03-23 20:29:09 -04001802 pkg_cstate_limit_strings[pkg_cstate_limit]);
1803 return;
Len Brown103a8fe2010-10-22 23:53:03 -04001804}
1805
Len Brown6fb31432015-06-17 16:23:45 -04001806static void
1807dump_config_tdp(void)
1808{
1809 unsigned long long msr;
1810
1811 get_msr(base_cpu, MSR_CONFIG_TDP_NOMINAL, &msr);
Len Brownb7d8c142016-02-13 23:36:17 -05001812 fprintf(outf, "cpu%d: MSR_CONFIG_TDP_NOMINAL: 0x%08llx", base_cpu, msr);
Chen Yu685b5352015-12-13 21:09:31 +08001813 fprintf(outf, " (base_ratio=%d)\n", (unsigned int)msr & 0xFF);
Len Brown6fb31432015-06-17 16:23:45 -04001814
1815 get_msr(base_cpu, MSR_CONFIG_TDP_LEVEL_1, &msr);
Len Brownb7d8c142016-02-13 23:36:17 -05001816 fprintf(outf, "cpu%d: MSR_CONFIG_TDP_LEVEL_1: 0x%08llx (", base_cpu, msr);
Len Brown6fb31432015-06-17 16:23:45 -04001817 if (msr) {
Chen Yu685b5352015-12-13 21:09:31 +08001818 fprintf(outf, "PKG_MIN_PWR_LVL1=%d ", (unsigned int)(msr >> 48) & 0x7FFF);
1819 fprintf(outf, "PKG_MAX_PWR_LVL1=%d ", (unsigned int)(msr >> 32) & 0x7FFF);
1820 fprintf(outf, "LVL1_RATIO=%d ", (unsigned int)(msr >> 16) & 0xFF);
1821 fprintf(outf, "PKG_TDP_LVL1=%d", (unsigned int)(msr) & 0x7FFF);
Len Brown6fb31432015-06-17 16:23:45 -04001822 }
Len Brownb7d8c142016-02-13 23:36:17 -05001823 fprintf(outf, ")\n");
Len Brown6fb31432015-06-17 16:23:45 -04001824
1825 get_msr(base_cpu, MSR_CONFIG_TDP_LEVEL_2, &msr);
Len Brownb7d8c142016-02-13 23:36:17 -05001826 fprintf(outf, "cpu%d: MSR_CONFIG_TDP_LEVEL_2: 0x%08llx (", base_cpu, msr);
Len Brown6fb31432015-06-17 16:23:45 -04001827 if (msr) {
Chen Yu685b5352015-12-13 21:09:31 +08001828 fprintf(outf, "PKG_MIN_PWR_LVL2=%d ", (unsigned int)(msr >> 48) & 0x7FFF);
1829 fprintf(outf, "PKG_MAX_PWR_LVL2=%d ", (unsigned int)(msr >> 32) & 0x7FFF);
1830 fprintf(outf, "LVL2_RATIO=%d ", (unsigned int)(msr >> 16) & 0xFF);
1831 fprintf(outf, "PKG_TDP_LVL2=%d", (unsigned int)(msr) & 0x7FFF);
Len Brown6fb31432015-06-17 16:23:45 -04001832 }
Len Brownb7d8c142016-02-13 23:36:17 -05001833 fprintf(outf, ")\n");
Len Brown6fb31432015-06-17 16:23:45 -04001834
1835 get_msr(base_cpu, MSR_CONFIG_TDP_CONTROL, &msr);
Len Brownb7d8c142016-02-13 23:36:17 -05001836 fprintf(outf, "cpu%d: MSR_CONFIG_TDP_CONTROL: 0x%08llx (", base_cpu, msr);
Len Brown6fb31432015-06-17 16:23:45 -04001837 if ((msr) & 0x3)
Len Brownb7d8c142016-02-13 23:36:17 -05001838 fprintf(outf, "TDP_LEVEL=%d ", (unsigned int)(msr) & 0x3);
1839 fprintf(outf, " lock=%d", (unsigned int)(msr >> 31) & 1);
1840 fprintf(outf, ")\n");
Len Brown36229892016-02-26 20:51:02 -05001841
Len Brown6fb31432015-06-17 16:23:45 -04001842 get_msr(base_cpu, MSR_TURBO_ACTIVATION_RATIO, &msr);
Len Brownb7d8c142016-02-13 23:36:17 -05001843 fprintf(outf, "cpu%d: MSR_TURBO_ACTIVATION_RATIO: 0x%08llx (", base_cpu, msr);
Chen Yu685b5352015-12-13 21:09:31 +08001844 fprintf(outf, "MAX_NON_TURBO_RATIO=%d", (unsigned int)(msr) & 0xFF);
Len Brownb7d8c142016-02-13 23:36:17 -05001845 fprintf(outf, " lock=%d", (unsigned int)(msr >> 31) & 1);
1846 fprintf(outf, ")\n");
Len Brown6fb31432015-06-17 16:23:45 -04001847}
Len Brown5a634262016-04-06 17:15:55 -04001848
1849unsigned int irtl_time_units[] = {1, 32, 1024, 32768, 1048576, 33554432, 0, 0 };
1850
1851void print_irtl(void)
1852{
1853 unsigned long long msr;
1854
1855 get_msr(base_cpu, MSR_PKGC3_IRTL, &msr);
1856 fprintf(outf, "cpu%d: MSR_PKGC3_IRTL: 0x%08llx (", base_cpu, msr);
1857 fprintf(outf, "%svalid, %lld ns)\n", msr & (1 << 15) ? "" : "NOT",
1858 (msr & 0x3FF) * irtl_time_units[(msr >> 10) & 0x3]);
1859
1860 get_msr(base_cpu, MSR_PKGC6_IRTL, &msr);
1861 fprintf(outf, "cpu%d: MSR_PKGC6_IRTL: 0x%08llx (", base_cpu, msr);
1862 fprintf(outf, "%svalid, %lld ns)\n", msr & (1 << 15) ? "" : "NOT",
1863 (msr & 0x3FF) * irtl_time_units[(msr >> 10) & 0x3]);
1864
1865 get_msr(base_cpu, MSR_PKGC7_IRTL, &msr);
1866 fprintf(outf, "cpu%d: MSR_PKGC7_IRTL: 0x%08llx (", base_cpu, msr);
1867 fprintf(outf, "%svalid, %lld ns)\n", msr & (1 << 15) ? "" : "NOT",
1868 (msr & 0x3FF) * irtl_time_units[(msr >> 10) & 0x3]);
1869
1870 if (!do_irtl_hsw)
1871 return;
1872
1873 get_msr(base_cpu, MSR_PKGC8_IRTL, &msr);
1874 fprintf(outf, "cpu%d: MSR_PKGC8_IRTL: 0x%08llx (", base_cpu, msr);
1875 fprintf(outf, "%svalid, %lld ns)\n", msr & (1 << 15) ? "" : "NOT",
1876 (msr & 0x3FF) * irtl_time_units[(msr >> 10) & 0x3]);
1877
1878 get_msr(base_cpu, MSR_PKGC9_IRTL, &msr);
1879 fprintf(outf, "cpu%d: MSR_PKGC9_IRTL: 0x%08llx (", base_cpu, msr);
1880 fprintf(outf, "%svalid, %lld ns)\n", msr & (1 << 15) ? "" : "NOT",
1881 (msr & 0x3FF) * irtl_time_units[(msr >> 10) & 0x3]);
1882
1883 get_msr(base_cpu, MSR_PKGC10_IRTL, &msr);
1884 fprintf(outf, "cpu%d: MSR_PKGC10_IRTL: 0x%08llx (", base_cpu, msr);
1885 fprintf(outf, "%svalid, %lld ns)\n", msr & (1 << 15) ? "" : "NOT",
1886 (msr & 0x3FF) * irtl_time_units[(msr >> 10) & 0x3]);
1887
1888}
Len Brown36229892016-02-26 20:51:02 -05001889void free_fd_percpu(void)
1890{
1891 int i;
1892
Mika Westerberg01a67ad2016-04-22 11:13:23 +03001893 for (i = 0; i < topo.max_cpu_num + 1; ++i) {
Len Brown36229892016-02-26 20:51:02 -05001894 if (fd_percpu[i] != 0)
1895 close(fd_percpu[i]);
1896 }
1897
1898 free(fd_percpu);
Len Brown6fb31432015-06-17 16:23:45 -04001899}
1900
Len Brownc98d5d92012-06-04 00:56:40 -04001901void free_all_buffers(void)
Len Brown103a8fe2010-10-22 23:53:03 -04001902{
Len Brownc98d5d92012-06-04 00:56:40 -04001903 CPU_FREE(cpu_present_set);
1904 cpu_present_set = NULL;
Len Brown36229892016-02-26 20:51:02 -05001905 cpu_present_setsize = 0;
Len Brown103a8fe2010-10-22 23:53:03 -04001906
Len Brownc98d5d92012-06-04 00:56:40 -04001907 CPU_FREE(cpu_affinity_set);
1908 cpu_affinity_set = NULL;
1909 cpu_affinity_setsize = 0;
Len Brown103a8fe2010-10-22 23:53:03 -04001910
Len Brownc98d5d92012-06-04 00:56:40 -04001911 free(thread_even);
1912 free(core_even);
1913 free(package_even);
1914
1915 thread_even = NULL;
1916 core_even = NULL;
1917 package_even = NULL;
1918
1919 free(thread_odd);
1920 free(core_odd);
1921 free(package_odd);
1922
1923 thread_odd = NULL;
1924 core_odd = NULL;
1925 package_odd = NULL;
1926
1927 free(output_buffer);
1928 output_buffer = NULL;
1929 outp = NULL;
Len Brown36229892016-02-26 20:51:02 -05001930
1931 free_fd_percpu();
Len Brown562a2d32016-02-26 23:48:05 -05001932
1933 free(irq_column_2_cpu);
1934 free(irqs_per_cpu);
Len Brown103a8fe2010-10-22 23:53:03 -04001935}
1936
Len Brownc98d5d92012-06-04 00:56:40 -04001937/*
Josh Triplett57a42a32013-08-20 17:20:17 -07001938 * Open a file, and exit on failure
1939 */
1940FILE *fopen_or_die(const char *path, const char *mode)
1941{
Len Brownb7d8c142016-02-13 23:36:17 -05001942 FILE *filep = fopen(path, mode);
Josh Triplettb2c95d92013-08-20 17:20:18 -07001943 if (!filep)
1944 err(1, "%s: open failed", path);
Josh Triplett57a42a32013-08-20 17:20:17 -07001945 return filep;
1946}
1947
1948/*
Josh Triplett95aebc42013-08-20 17:20:16 -07001949 * Parse a file containing a single int.
1950 */
1951int parse_int_file(const char *fmt, ...)
1952{
1953 va_list args;
1954 char path[PATH_MAX];
1955 FILE *filep;
1956 int value;
1957
1958 va_start(args, fmt);
1959 vsnprintf(path, sizeof(path), fmt, args);
1960 va_end(args);
Josh Triplett57a42a32013-08-20 17:20:17 -07001961 filep = fopen_or_die(path, "r");
Josh Triplettb2c95d92013-08-20 17:20:18 -07001962 if (fscanf(filep, "%d", &value) != 1)
1963 err(1, "%s: failed to parse number from file", path);
Josh Triplett95aebc42013-08-20 17:20:16 -07001964 fclose(filep);
1965 return value;
1966}
1967
1968/*
Dasaratharaman Chandramoulie275b382015-04-15 10:09:50 -07001969 * get_cpu_position_in_core(cpu)
1970 * return the position of the CPU among its HT siblings in the core
1971 * return -1 if the sibling is not in list
Len Brownc98d5d92012-06-04 00:56:40 -04001972 */
Dasaratharaman Chandramoulie275b382015-04-15 10:09:50 -07001973int get_cpu_position_in_core(int cpu)
Len Brown103a8fe2010-10-22 23:53:03 -04001974{
Dasaratharaman Chandramoulie275b382015-04-15 10:09:50 -07001975 char path[64];
1976 FILE *filep;
1977 int this_cpu;
1978 char character;
1979 int i;
1980
1981 sprintf(path,
1982 "/sys/devices/system/cpu/cpu%d/topology/thread_siblings_list",
1983 cpu);
1984 filep = fopen(path, "r");
1985 if (filep == NULL) {
1986 perror(path);
1987 exit(1);
1988 }
1989
1990 for (i = 0; i < topo.num_threads_per_core; i++) {
1991 fscanf(filep, "%d", &this_cpu);
1992 if (this_cpu == cpu) {
1993 fclose(filep);
1994 return i;
1995 }
1996
1997 /* Account for no separator after last thread*/
1998 if (i != (topo.num_threads_per_core - 1))
1999 fscanf(filep, "%c", &character);
2000 }
2001
2002 fclose(filep);
2003 return -1;
Len Brown103a8fe2010-10-22 23:53:03 -04002004}
2005
Len Brownc98d5d92012-06-04 00:56:40 -04002006/*
2007 * cpu_is_first_core_in_package(cpu)
2008 * return 1 if given CPU is 1st core in package
2009 */
2010int cpu_is_first_core_in_package(int cpu)
Len Brown103a8fe2010-10-22 23:53:03 -04002011{
Josh Triplett95aebc42013-08-20 17:20:16 -07002012 return cpu == parse_int_file("/sys/devices/system/cpu/cpu%d/topology/core_siblings_list", cpu);
Len Brown103a8fe2010-10-22 23:53:03 -04002013}
2014
2015int get_physical_package_id(int cpu)
2016{
Josh Triplett95aebc42013-08-20 17:20:16 -07002017 return parse_int_file("/sys/devices/system/cpu/cpu%d/topology/physical_package_id", cpu);
Len Brown103a8fe2010-10-22 23:53:03 -04002018}
2019
2020int get_core_id(int cpu)
2021{
Josh Triplett95aebc42013-08-20 17:20:16 -07002022 return parse_int_file("/sys/devices/system/cpu/cpu%d/topology/core_id", cpu);
Len Brown103a8fe2010-10-22 23:53:03 -04002023}
2024
Len Brownc98d5d92012-06-04 00:56:40 -04002025int get_num_ht_siblings(int cpu)
2026{
2027 char path[80];
2028 FILE *filep;
Dasaratharaman Chandramoulie275b382015-04-15 10:09:50 -07002029 int sib1;
2030 int matches = 0;
Len Brownc98d5d92012-06-04 00:56:40 -04002031 char character;
Dasaratharaman Chandramoulie275b382015-04-15 10:09:50 -07002032 char str[100];
2033 char *ch;
Len Brownc98d5d92012-06-04 00:56:40 -04002034
2035 sprintf(path, "/sys/devices/system/cpu/cpu%d/topology/thread_siblings_list", cpu);
Josh Triplett57a42a32013-08-20 17:20:17 -07002036 filep = fopen_or_die(path, "r");
Dasaratharaman Chandramoulie275b382015-04-15 10:09:50 -07002037
Len Brownc98d5d92012-06-04 00:56:40 -04002038 /*
2039 * file format:
Dasaratharaman Chandramoulie275b382015-04-15 10:09:50 -07002040 * A ',' separated or '-' separated set of numbers
2041 * (eg 1-2 or 1,3,4,5)
Len Brownc98d5d92012-06-04 00:56:40 -04002042 */
Dasaratharaman Chandramoulie275b382015-04-15 10:09:50 -07002043 fscanf(filep, "%d%c\n", &sib1, &character);
2044 fseek(filep, 0, SEEK_SET);
2045 fgets(str, 100, filep);
2046 ch = strchr(str, character);
2047 while (ch != NULL) {
2048 matches++;
2049 ch = strchr(ch+1, character);
2050 }
Len Brownc98d5d92012-06-04 00:56:40 -04002051
2052 fclose(filep);
Dasaratharaman Chandramoulie275b382015-04-15 10:09:50 -07002053 return matches+1;
Len Brownc98d5d92012-06-04 00:56:40 -04002054}
2055
Len Brown103a8fe2010-10-22 23:53:03 -04002056/*
Len Brownc98d5d92012-06-04 00:56:40 -04002057 * run func(thread, core, package) in topology order
2058 * skip non-present cpus
Len Brown103a8fe2010-10-22 23:53:03 -04002059 */
2060
Len Brownc98d5d92012-06-04 00:56:40 -04002061int for_all_cpus_2(int (func)(struct thread_data *, struct core_data *,
2062 struct pkg_data *, struct thread_data *, struct core_data *,
2063 struct pkg_data *), struct thread_data *thread_base,
2064 struct core_data *core_base, struct pkg_data *pkg_base,
2065 struct thread_data *thread_base2, struct core_data *core_base2,
2066 struct pkg_data *pkg_base2)
2067{
2068 int retval, pkg_no, core_no, thread_no;
2069
2070 for (pkg_no = 0; pkg_no < topo.num_packages; ++pkg_no) {
2071 for (core_no = 0; core_no < topo.num_cores_per_pkg; ++core_no) {
2072 for (thread_no = 0; thread_no <
2073 topo.num_threads_per_core; ++thread_no) {
2074 struct thread_data *t, *t2;
2075 struct core_data *c, *c2;
2076 struct pkg_data *p, *p2;
2077
2078 t = GET_THREAD(thread_base, thread_no, core_no, pkg_no);
2079
2080 if (cpu_is_not_present(t->cpu_id))
2081 continue;
2082
2083 t2 = GET_THREAD(thread_base2, thread_no, core_no, pkg_no);
2084
2085 c = GET_CORE(core_base, core_no, pkg_no);
2086 c2 = GET_CORE(core_base2, core_no, pkg_no);
2087
2088 p = GET_PKG(pkg_base, pkg_no);
2089 p2 = GET_PKG(pkg_base2, pkg_no);
2090
2091 retval = func(t, c, p, t2, c2, p2);
2092 if (retval)
2093 return retval;
2094 }
2095 }
2096 }
2097 return 0;
2098}
2099
2100/*
2101 * run func(cpu) on every cpu in /proc/stat
2102 * return max_cpu number
2103 */
2104int for_all_proc_cpus(int (func)(int))
Len Brown103a8fe2010-10-22 23:53:03 -04002105{
2106 FILE *fp;
Len Brownc98d5d92012-06-04 00:56:40 -04002107 int cpu_num;
Len Brown103a8fe2010-10-22 23:53:03 -04002108 int retval;
2109
Josh Triplett57a42a32013-08-20 17:20:17 -07002110 fp = fopen_or_die(proc_stat, "r");
Len Brown103a8fe2010-10-22 23:53:03 -04002111
2112 retval = fscanf(fp, "cpu %*d %*d %*d %*d %*d %*d %*d %*d %*d %*d\n");
Josh Triplettb2c95d92013-08-20 17:20:18 -07002113 if (retval != 0)
2114 err(1, "%s: failed to parse format", proc_stat);
Len Brown103a8fe2010-10-22 23:53:03 -04002115
Len Brownc98d5d92012-06-04 00:56:40 -04002116 while (1) {
2117 retval = fscanf(fp, "cpu%u %*d %*d %*d %*d %*d %*d %*d %*d %*d %*d\n", &cpu_num);
Len Brown103a8fe2010-10-22 23:53:03 -04002118 if (retval != 1)
2119 break;
2120
Len Brownc98d5d92012-06-04 00:56:40 -04002121 retval = func(cpu_num);
2122 if (retval) {
2123 fclose(fp);
2124 return(retval);
2125 }
Len Brown103a8fe2010-10-22 23:53:03 -04002126 }
2127 fclose(fp);
Len Brownc98d5d92012-06-04 00:56:40 -04002128 return 0;
Len Brown103a8fe2010-10-22 23:53:03 -04002129}
2130
2131void re_initialize(void)
2132{
Len Brownc98d5d92012-06-04 00:56:40 -04002133 free_all_buffers();
2134 setup_all_buffers();
2135 printf("turbostat: re-initialized with num_cpus %d\n", topo.num_cpus);
Len Brown103a8fe2010-10-22 23:53:03 -04002136}
2137
Len Brownc98d5d92012-06-04 00:56:40 -04002138
Len Brown103a8fe2010-10-22 23:53:03 -04002139/*
Len Brownc98d5d92012-06-04 00:56:40 -04002140 * count_cpus()
2141 * remember the last one seen, it will be the max
Len Brown103a8fe2010-10-22 23:53:03 -04002142 */
Len Brownc98d5d92012-06-04 00:56:40 -04002143int count_cpus(int cpu)
Len Brown103a8fe2010-10-22 23:53:03 -04002144{
Len Brownc98d5d92012-06-04 00:56:40 -04002145 if (topo.max_cpu_num < cpu)
2146 topo.max_cpu_num = cpu;
Len Brown103a8fe2010-10-22 23:53:03 -04002147
Len Brownc98d5d92012-06-04 00:56:40 -04002148 topo.num_cpus += 1;
2149 return 0;
2150}
2151int mark_cpu_present(int cpu)
2152{
2153 CPU_SET_S(cpu, cpu_present_setsize, cpu_present_set);
Len Brown15aaa342012-03-29 22:19:58 -04002154 return 0;
Len Brown103a8fe2010-10-22 23:53:03 -04002155}
2156
Len Brown562a2d32016-02-26 23:48:05 -05002157/*
2158 * snapshot_proc_interrupts()
2159 *
2160 * read and record summary of /proc/interrupts
2161 *
2162 * return 1 if config change requires a restart, else return 0
2163 */
2164int snapshot_proc_interrupts(void)
2165{
2166 static FILE *fp;
2167 int column, retval;
2168
2169 if (fp == NULL)
2170 fp = fopen_or_die("/proc/interrupts", "r");
2171 else
2172 rewind(fp);
2173
2174 /* read 1st line of /proc/interrupts to get cpu* name for each column */
2175 for (column = 0; column < topo.num_cpus; ++column) {
2176 int cpu_number;
2177
2178 retval = fscanf(fp, " CPU%d", &cpu_number);
2179 if (retval != 1)
2180 break;
2181
2182 if (cpu_number > topo.max_cpu_num) {
2183 warn("/proc/interrupts: cpu%d: > %d", cpu_number, topo.max_cpu_num);
2184 return 1;
2185 }
2186
2187 irq_column_2_cpu[column] = cpu_number;
2188 irqs_per_cpu[cpu_number] = 0;
2189 }
2190
2191 /* read /proc/interrupt count lines and sum up irqs per cpu */
2192 while (1) {
2193 int column;
2194 char buf[64];
2195
2196 retval = fscanf(fp, " %s:", buf); /* flush irq# "N:" */
2197 if (retval != 1)
2198 break;
2199
2200 /* read the count per cpu */
2201 for (column = 0; column < topo.num_cpus; ++column) {
2202
2203 int cpu_number, irq_count;
2204
2205 retval = fscanf(fp, " %d", &irq_count);
2206 if (retval != 1)
2207 break;
2208
2209 cpu_number = irq_column_2_cpu[column];
2210 irqs_per_cpu[cpu_number] += irq_count;
2211
2212 }
2213
2214 while (getc(fp) != '\n')
2215 ; /* flush interrupt description */
2216
2217 }
2218 return 0;
2219}
Len Brown27d47352016-02-27 00:37:54 -05002220/*
Len Brownfdf676e2016-02-27 01:28:12 -05002221 * snapshot_gfx_rc6_ms()
2222 *
2223 * record snapshot of
2224 * /sys/class/drm/card0/power/rc6_residency_ms
2225 *
2226 * return 1 if config change requires a restart, else return 0
2227 */
2228int snapshot_gfx_rc6_ms(void)
2229{
2230 FILE *fp;
2231 int retval;
2232
2233 fp = fopen_or_die("/sys/class/drm/card0/power/rc6_residency_ms", "r");
2234
2235 retval = fscanf(fp, "%lld", &gfx_cur_rc6_ms);
2236 if (retval != 1)
2237 err(1, "GFX rc6");
2238
2239 fclose(fp);
2240
2241 return 0;
2242}
2243/*
Len Brown27d47352016-02-27 00:37:54 -05002244 * snapshot_gfx_mhz()
2245 *
2246 * record snapshot of
2247 * /sys/class/graphics/fb0/device/drm/card0/gt_cur_freq_mhz
2248 *
2249 * return 1 if config change requires a restart, else return 0
2250 */
2251int snapshot_gfx_mhz(void)
2252{
2253 static FILE *fp;
2254 int retval;
2255
2256 if (fp == NULL)
2257 fp = fopen_or_die("/sys/class/graphics/fb0/device/drm/card0/gt_cur_freq_mhz", "r");
2258 else
2259 rewind(fp);
2260
2261 retval = fscanf(fp, "%d", &gfx_cur_mhz);
2262 if (retval != 1)
2263 err(1, "GFX MHz");
2264
2265 return 0;
2266}
Len Brown562a2d32016-02-26 23:48:05 -05002267
2268/*
2269 * snapshot /proc and /sys files
2270 *
2271 * return 1 if configuration restart needed, else return 0
2272 */
2273int snapshot_proc_sysfs_files(void)
2274{
2275 if (snapshot_proc_interrupts())
2276 return 1;
2277
Len Brown812db3f2017-02-10 00:25:41 -05002278 if (DO_BIC(BIC_GFX_rc6))
Len Brownfdf676e2016-02-27 01:28:12 -05002279 snapshot_gfx_rc6_ms();
2280
Len Brown812db3f2017-02-10 00:25:41 -05002281 if (DO_BIC(BIC_GFXMHz))
Len Brown27d47352016-02-27 00:37:54 -05002282 snapshot_gfx_mhz();
2283
Len Brown562a2d32016-02-26 23:48:05 -05002284 return 0;
2285}
2286
Len Brown103a8fe2010-10-22 23:53:03 -04002287void turbostat_loop()
2288{
Len Brownc98d5d92012-06-04 00:56:40 -04002289 int retval;
Len Browne52966c2012-11-08 22:38:05 -05002290 int restarted = 0;
Len Brownc98d5d92012-06-04 00:56:40 -04002291
Len Brown103a8fe2010-10-22 23:53:03 -04002292restart:
Len Browne52966c2012-11-08 22:38:05 -05002293 restarted++;
2294
Len Brown562a2d32016-02-26 23:48:05 -05002295 snapshot_proc_sysfs_files();
Len Brownc98d5d92012-06-04 00:56:40 -04002296 retval = for_all_cpus(get_counters, EVEN_COUNTERS);
Len Brownd91bb172012-11-01 00:08:19 -04002297 if (retval < -1) {
2298 exit(retval);
2299 } else if (retval == -1) {
Len Browne52966c2012-11-08 22:38:05 -05002300 if (restarted > 1) {
2301 exit(retval);
2302 }
Len Brownc98d5d92012-06-04 00:56:40 -04002303 re_initialize();
2304 goto restart;
2305 }
Len Browne52966c2012-11-08 22:38:05 -05002306 restarted = 0;
Len Brown103a8fe2010-10-22 23:53:03 -04002307 gettimeofday(&tv_even, (struct timezone *)NULL);
2308
2309 while (1) {
Len Brownc98d5d92012-06-04 00:56:40 -04002310 if (for_all_proc_cpus(cpu_is_not_present)) {
Len Brown103a8fe2010-10-22 23:53:03 -04002311 re_initialize();
2312 goto restart;
2313 }
Len Brown2a0609c2016-02-12 22:44:48 -05002314 nanosleep(&interval_ts, NULL);
Len Brown562a2d32016-02-26 23:48:05 -05002315 if (snapshot_proc_sysfs_files())
2316 goto restart;
Len Brownc98d5d92012-06-04 00:56:40 -04002317 retval = for_all_cpus(get_counters, ODD_COUNTERS);
Len Brownd91bb172012-11-01 00:08:19 -04002318 if (retval < -1) {
2319 exit(retval);
2320 } else if (retval == -1) {
Len Brown15aaa342012-03-29 22:19:58 -04002321 re_initialize();
2322 goto restart;
2323 }
Len Brown103a8fe2010-10-22 23:53:03 -04002324 gettimeofday(&tv_odd, (struct timezone *)NULL);
Len Brown103a8fe2010-10-22 23:53:03 -04002325 timersub(&tv_odd, &tv_even, &tv_delta);
Len Brownba3dec92016-04-22 20:31:46 -04002326 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) {
2327 re_initialize();
2328 goto restart;
2329 }
Len Brownc98d5d92012-06-04 00:56:40 -04002330 compute_average(EVEN_COUNTERS);
2331 format_all_counters(EVEN_COUNTERS);
Len Brownb7d8c142016-02-13 23:36:17 -05002332 flush_output_stdout();
Len Brown2a0609c2016-02-12 22:44:48 -05002333 nanosleep(&interval_ts, NULL);
Len Brown562a2d32016-02-26 23:48:05 -05002334 if (snapshot_proc_sysfs_files())
2335 goto restart;
Len Brownc98d5d92012-06-04 00:56:40 -04002336 retval = for_all_cpus(get_counters, EVEN_COUNTERS);
Len Brownd91bb172012-11-01 00:08:19 -04002337 if (retval < -1) {
2338 exit(retval);
2339 } else if (retval == -1) {
Len Brown103a8fe2010-10-22 23:53:03 -04002340 re_initialize();
2341 goto restart;
2342 }
Len Brown103a8fe2010-10-22 23:53:03 -04002343 gettimeofday(&tv_even, (struct timezone *)NULL);
Len Brown103a8fe2010-10-22 23:53:03 -04002344 timersub(&tv_even, &tv_odd, &tv_delta);
Len Brownba3dec92016-04-22 20:31:46 -04002345 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) {
2346 re_initialize();
2347 goto restart;
2348 }
Len Brownc98d5d92012-06-04 00:56:40 -04002349 compute_average(ODD_COUNTERS);
2350 format_all_counters(ODD_COUNTERS);
Len Brownb7d8c142016-02-13 23:36:17 -05002351 flush_output_stdout();
Len Brown103a8fe2010-10-22 23:53:03 -04002352 }
2353}
2354
2355void check_dev_msr()
2356{
2357 struct stat sb;
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04002358 char pathname[32];
Len Brown103a8fe2010-10-22 23:53:03 -04002359
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04002360 sprintf(pathname, "/dev/cpu/%d/msr", base_cpu);
2361 if (stat(pathname, &sb))
Len Browna21d38c2015-03-24 16:37:35 -04002362 if (system("/sbin/modprobe msr > /dev/null 2>&1"))
2363 err(-5, "no /dev/cpu/0/msr, Try \"# modprobe msr\" ");
Len Brown103a8fe2010-10-22 23:53:03 -04002364}
2365
Len Brown98481e72014-08-15 00:36:50 -04002366void check_permissions()
Len Brown103a8fe2010-10-22 23:53:03 -04002367{
Len Brown98481e72014-08-15 00:36:50 -04002368 struct __user_cap_header_struct cap_header_data;
2369 cap_user_header_t cap_header = &cap_header_data;
2370 struct __user_cap_data_struct cap_data_data;
2371 cap_user_data_t cap_data = &cap_data_data;
2372 extern int capget(cap_user_header_t hdrp, cap_user_data_t datap);
2373 int do_exit = 0;
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04002374 char pathname[32];
Len Brown98481e72014-08-15 00:36:50 -04002375
2376 /* check for CAP_SYS_RAWIO */
2377 cap_header->pid = getpid();
2378 cap_header->version = _LINUX_CAPABILITY_VERSION;
2379 if (capget(cap_header, cap_data) < 0)
2380 err(-6, "capget(2) failed");
2381
2382 if ((cap_data->effective & (1 << CAP_SYS_RAWIO)) == 0) {
2383 do_exit++;
2384 warnx("capget(CAP_SYS_RAWIO) failed,"
2385 " try \"# setcap cap_sys_rawio=ep %s\"", progname);
2386 }
2387
2388 /* test file permissions */
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04002389 sprintf(pathname, "/dev/cpu/%d/msr", base_cpu);
2390 if (euidaccess(pathname, R_OK)) {
Len Brown98481e72014-08-15 00:36:50 -04002391 do_exit++;
2392 warn("/dev/cpu/0/msr open failed, try chown or chmod +r /dev/cpu/*/msr");
2393 }
2394
2395 /* if all else fails, thell them to be root */
2396 if (do_exit)
2397 if (getuid() != 0)
Len Brownd7899442015-01-23 00:12:33 -05002398 warnx("... or simply run as root");
Len Brown98481e72014-08-15 00:36:50 -04002399
2400 if (do_exit)
2401 exit(-6);
Len Brown103a8fe2010-10-22 23:53:03 -04002402}
2403
Len Brownd7899442015-01-23 00:12:33 -05002404/*
2405 * NHM adds support for additional MSRs:
2406 *
2407 * MSR_SMI_COUNT 0x00000034
2408 *
Len Brownec0adc52015-11-12 02:42:31 -05002409 * MSR_PLATFORM_INFO 0x000000ce
Len Brown1df2e552017-01-07 23:24:57 -05002410 * MSR_PKG_CST_CONFIG_CONTROL 0x000000e2
Len Brownd7899442015-01-23 00:12:33 -05002411 *
Len Browncf4cbe52017-01-01 13:08:33 -05002412 * MSR_MISC_PWR_MGMT 0x000001aa
2413 *
Len Brownd7899442015-01-23 00:12:33 -05002414 * MSR_PKG_C3_RESIDENCY 0x000003f8
2415 * MSR_PKG_C6_RESIDENCY 0x000003f9
2416 * MSR_CORE_C3_RESIDENCY 0x000003fc
2417 * MSR_CORE_C6_RESIDENCY 0x000003fd
2418 *
Len Brownee7e38e2015-02-09 23:39:45 -05002419 * Side effect:
Len Brown1df2e552017-01-07 23:24:57 -05002420 * sets global pkg_cstate_limit to decode MSR_PKG_CST_CONFIG_CONTROL
Len Brownd7899442015-01-23 00:12:33 -05002421 */
Len Brownee7e38e2015-02-09 23:39:45 -05002422int probe_nhm_msrs(unsigned int family, unsigned int model)
Len Brown103a8fe2010-10-22 23:53:03 -04002423{
Len Brownee7e38e2015-02-09 23:39:45 -05002424 unsigned long long msr;
Len Brown21ed5572015-10-19 22:37:40 -04002425 unsigned int base_ratio;
Len Brownee7e38e2015-02-09 23:39:45 -05002426 int *pkg_cstate_limits;
2427
Len Brown103a8fe2010-10-22 23:53:03 -04002428 if (!genuine_intel)
2429 return 0;
2430
2431 if (family != 6)
2432 return 0;
2433
Len Brown21ed5572015-10-19 22:37:40 -04002434 bclk = discover_bclk(family, model);
2435
Len Brown103a8fe2010-10-22 23:53:03 -04002436 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04002437 case INTEL_FAM6_NEHALEM_EP: /* Core i7, Xeon 5500 series - Bloomfield, Gainstown NHM-EP */
2438 case INTEL_FAM6_NEHALEM: /* Core i7 and i5 Processor - Clarksfield, Lynnfield, Jasper Forest */
Len Brown103a8fe2010-10-22 23:53:03 -04002439 case 0x1F: /* Core i7 and i5 Processor - Nehalem */
Len Brown869ce692016-06-16 23:22:37 -04002440 case INTEL_FAM6_WESTMERE: /* Westmere Client - Clarkdale, Arrandale */
2441 case INTEL_FAM6_WESTMERE_EP: /* Westmere EP - Gulftown */
2442 case INTEL_FAM6_NEHALEM_EX: /* Nehalem-EX Xeon - Beckton */
2443 case INTEL_FAM6_WESTMERE_EX: /* Westmere-EX Xeon - Eagleton */
Len Brownee7e38e2015-02-09 23:39:45 -05002444 pkg_cstate_limits = nhm_pkg_cstate_limits;
2445 break;
Len Brown869ce692016-06-16 23:22:37 -04002446 case INTEL_FAM6_SANDYBRIDGE: /* SNB */
2447 case INTEL_FAM6_SANDYBRIDGE_X: /* SNB Xeon */
2448 case INTEL_FAM6_IVYBRIDGE: /* IVB */
2449 case INTEL_FAM6_IVYBRIDGE_X: /* IVB Xeon */
Len Brownee7e38e2015-02-09 23:39:45 -05002450 pkg_cstate_limits = snb_pkg_cstate_limits;
2451 break;
Len Brown869ce692016-06-16 23:22:37 -04002452 case INTEL_FAM6_HASWELL_CORE: /* HSW */
2453 case INTEL_FAM6_HASWELL_X: /* HSX */
2454 case INTEL_FAM6_HASWELL_ULT: /* HSW */
2455 case INTEL_FAM6_HASWELL_GT3E: /* HSW */
2456 case INTEL_FAM6_BROADWELL_CORE: /* BDW */
2457 case INTEL_FAM6_BROADWELL_GT3E: /* BDW */
2458 case INTEL_FAM6_BROADWELL_X: /* BDX */
2459 case INTEL_FAM6_BROADWELL_XEON_D: /* BDX-DE */
2460 case INTEL_FAM6_SKYLAKE_MOBILE: /* SKL */
2461 case INTEL_FAM6_SKYLAKE_DESKTOP: /* SKL */
2462 case INTEL_FAM6_KABYLAKE_MOBILE: /* KBL */
2463 case INTEL_FAM6_KABYLAKE_DESKTOP: /* KBL */
Len Brownee7e38e2015-02-09 23:39:45 -05002464 pkg_cstate_limits = hsw_pkg_cstate_limits;
2465 break;
Len Brownd8ebb442016-12-01 20:27:46 -05002466 case INTEL_FAM6_SKYLAKE_X: /* SKX */
2467 pkg_cstate_limits = skx_pkg_cstate_limits;
2468 break;
Len Brown869ce692016-06-16 23:22:37 -04002469 case INTEL_FAM6_ATOM_SILVERMONT1: /* BYT */
Len Browncf4cbe52017-01-01 13:08:33 -05002470 no_MSR_MISC_PWR_MGMT = 1;
Len Brown869ce692016-06-16 23:22:37 -04002471 case INTEL_FAM6_ATOM_SILVERMONT2: /* AVN */
Len Brownee7e38e2015-02-09 23:39:45 -05002472 pkg_cstate_limits = slv_pkg_cstate_limits;
2473 break;
Len Brown869ce692016-06-16 23:22:37 -04002474 case INTEL_FAM6_ATOM_AIRMONT: /* AMT */
Len Brownee7e38e2015-02-09 23:39:45 -05002475 pkg_cstate_limits = amt_pkg_cstate_limits;
Len Browncf4cbe52017-01-01 13:08:33 -05002476 no_MSR_MISC_PWR_MGMT = 1;
Len Brownee7e38e2015-02-09 23:39:45 -05002477 break;
Len Brown869ce692016-06-16 23:22:37 -04002478 case INTEL_FAM6_XEON_PHI_KNL: /* PHI */
Len Brown005c82d2016-12-01 01:35:38 -05002479 case INTEL_FAM6_XEON_PHI_KNM:
Len Brownee7e38e2015-02-09 23:39:45 -05002480 pkg_cstate_limits = phi_pkg_cstate_limits;
2481 break;
Len Brown869ce692016-06-16 23:22:37 -04002482 case INTEL_FAM6_ATOM_GOLDMONT: /* BXT */
2483 case INTEL_FAM6_ATOM_DENVERTON: /* DNV */
Len Browne4085d52016-04-06 17:15:56 -04002484 pkg_cstate_limits = bxt_pkg_cstate_limits;
2485 break;
Len Brown103a8fe2010-10-22 23:53:03 -04002486 default:
2487 return 0;
2488 }
Len Brown1df2e552017-01-07 23:24:57 -05002489 get_msr(base_cpu, MSR_PKG_CST_CONFIG_CONTROL, &msr);
Len Browne9257f52015-04-01 21:02:57 -04002490 pkg_cstate_limit = pkg_cstate_limits[msr & 0xF];
Len Brownee7e38e2015-02-09 23:39:45 -05002491
Len Brownec0adc52015-11-12 02:42:31 -05002492 get_msr(base_cpu, MSR_PLATFORM_INFO, &msr);
Len Brown21ed5572015-10-19 22:37:40 -04002493 base_ratio = (msr >> 8) & 0xFF;
2494
2495 base_hz = base_ratio * bclk * 1000000;
2496 has_base_hz = 1;
Len Brownee7e38e2015-02-09 23:39:45 -05002497 return 1;
Len Brown103a8fe2010-10-22 23:53:03 -04002498}
Len Brownd7899442015-01-23 00:12:33 -05002499int has_nhm_turbo_ratio_limit(unsigned int family, unsigned int model)
2500{
Len Brownd7899442015-01-23 00:12:33 -05002501 switch (model) {
2502 /* Nehalem compatible, but do not include turbo-ratio limit support */
Len Brown869ce692016-06-16 23:22:37 -04002503 case INTEL_FAM6_NEHALEM_EX: /* Nehalem-EX Xeon - Beckton */
2504 case INTEL_FAM6_WESTMERE_EX: /* Westmere-EX Xeon - Eagleton */
2505 case INTEL_FAM6_XEON_PHI_KNL: /* PHI - Knights Landing (different MSR definition) */
Len Brown005c82d2016-12-01 01:35:38 -05002506 case INTEL_FAM6_XEON_PHI_KNM:
Len Brownd7899442015-01-23 00:12:33 -05002507 return 0;
2508 default:
2509 return 1;
2510 }
2511}
Len Brown6574a5d2012-09-21 00:01:31 -04002512int has_ivt_turbo_ratio_limit(unsigned int family, unsigned int model)
2513{
2514 if (!genuine_intel)
2515 return 0;
2516
2517 if (family != 6)
2518 return 0;
2519
2520 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04002521 case INTEL_FAM6_IVYBRIDGE_X: /* IVB Xeon */
2522 case INTEL_FAM6_HASWELL_X: /* HSW Xeon */
Len Brown6574a5d2012-09-21 00:01:31 -04002523 return 1;
2524 default:
2525 return 0;
2526 }
2527}
Len Brownfcd17212015-03-23 20:29:09 -04002528int has_hsw_turbo_ratio_limit(unsigned int family, unsigned int model)
2529{
2530 if (!genuine_intel)
2531 return 0;
2532
2533 if (family != 6)
2534 return 0;
2535
2536 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04002537 case INTEL_FAM6_HASWELL_X: /* HSW Xeon */
Len Brownfcd17212015-03-23 20:29:09 -04002538 return 1;
2539 default:
2540 return 0;
2541 }
2542}
2543
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07002544int has_knl_turbo_ratio_limit(unsigned int family, unsigned int model)
2545{
2546 if (!genuine_intel)
2547 return 0;
2548
2549 if (family != 6)
2550 return 0;
2551
2552 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04002553 case INTEL_FAM6_XEON_PHI_KNL: /* Knights Landing */
Len Brown005c82d2016-12-01 01:35:38 -05002554 case INTEL_FAM6_XEON_PHI_KNM:
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07002555 return 1;
2556 default:
2557 return 0;
2558 }
2559}
Len Brown6fb31432015-06-17 16:23:45 -04002560int has_config_tdp(unsigned int family, unsigned int model)
2561{
2562 if (!genuine_intel)
2563 return 0;
2564
2565 if (family != 6)
2566 return 0;
2567
2568 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04002569 case INTEL_FAM6_IVYBRIDGE: /* IVB */
2570 case INTEL_FAM6_HASWELL_CORE: /* HSW */
2571 case INTEL_FAM6_HASWELL_X: /* HSX */
2572 case INTEL_FAM6_HASWELL_ULT: /* HSW */
2573 case INTEL_FAM6_HASWELL_GT3E: /* HSW */
2574 case INTEL_FAM6_BROADWELL_CORE: /* BDW */
2575 case INTEL_FAM6_BROADWELL_GT3E: /* BDW */
2576 case INTEL_FAM6_BROADWELL_X: /* BDX */
2577 case INTEL_FAM6_BROADWELL_XEON_D: /* BDX-DE */
2578 case INTEL_FAM6_SKYLAKE_MOBILE: /* SKL */
2579 case INTEL_FAM6_SKYLAKE_DESKTOP: /* SKL */
2580 case INTEL_FAM6_KABYLAKE_MOBILE: /* KBL */
2581 case INTEL_FAM6_KABYLAKE_DESKTOP: /* KBL */
2582 case INTEL_FAM6_SKYLAKE_X: /* SKX */
Len Brown6fb31432015-06-17 16:23:45 -04002583
Len Brown869ce692016-06-16 23:22:37 -04002584 case INTEL_FAM6_XEON_PHI_KNL: /* Knights Landing */
Len Brown005c82d2016-12-01 01:35:38 -05002585 case INTEL_FAM6_XEON_PHI_KNM:
Len Brown6fb31432015-06-17 16:23:45 -04002586 return 1;
2587 default:
2588 return 0;
2589 }
2590}
2591
Len Brownfcd17212015-03-23 20:29:09 -04002592static void
Colin Ian King1b693172016-03-02 13:50:25 +00002593dump_cstate_pstate_config_info(unsigned int family, unsigned int model)
Len Brownfcd17212015-03-23 20:29:09 -04002594{
2595 if (!do_nhm_platform_info)
2596 return;
2597
2598 dump_nhm_platform_info();
2599
2600 if (has_hsw_turbo_ratio_limit(family, model))
2601 dump_hsw_turbo_ratio_limits();
2602
2603 if (has_ivt_turbo_ratio_limit(family, model))
2604 dump_ivt_turbo_ratio_limits();
2605
2606 if (has_nhm_turbo_ratio_limit(family, model))
2607 dump_nhm_turbo_ratio_limits();
2608
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07002609 if (has_knl_turbo_ratio_limit(family, model))
2610 dump_knl_turbo_ratio_limits();
2611
Len Brown6fb31432015-06-17 16:23:45 -04002612 if (has_config_tdp(family, model))
2613 dump_config_tdp();
2614
Len Brownfcd17212015-03-23 20:29:09 -04002615 dump_nhm_cst_cfg();
2616}
2617
Len Brown6574a5d2012-09-21 00:01:31 -04002618
Len Brown889facb2012-11-08 00:48:57 -05002619/*
2620 * print_epb()
2621 * Decode the ENERGY_PERF_BIAS MSR
2622 */
2623int print_epb(struct thread_data *t, struct core_data *c, struct pkg_data *p)
2624{
2625 unsigned long long msr;
2626 char *epb_string;
2627 int cpu;
2628
2629 if (!has_epb)
2630 return 0;
2631
2632 cpu = t->cpu_id;
2633
2634 /* EPB is per-package */
2635 if (!(t->flags & CPU_IS_FIRST_THREAD_IN_CORE) || !(t->flags & CPU_IS_FIRST_CORE_IN_PACKAGE))
2636 return 0;
2637
2638 if (cpu_migrate(cpu)) {
Len Brownb7d8c142016-02-13 23:36:17 -05002639 fprintf(outf, "Could not migrate to CPU %d\n", cpu);
Len Brown889facb2012-11-08 00:48:57 -05002640 return -1;
2641 }
2642
2643 if (get_msr(cpu, MSR_IA32_ENERGY_PERF_BIAS, &msr))
2644 return 0;
2645
Len Browne9be7dd2015-05-26 12:19:37 -04002646 switch (msr & 0xF) {
Len Brown889facb2012-11-08 00:48:57 -05002647 case ENERGY_PERF_BIAS_PERFORMANCE:
2648 epb_string = "performance";
2649 break;
2650 case ENERGY_PERF_BIAS_NORMAL:
2651 epb_string = "balanced";
2652 break;
2653 case ENERGY_PERF_BIAS_POWERSAVE:
2654 epb_string = "powersave";
2655 break;
2656 default:
2657 epb_string = "custom";
2658 break;
2659 }
Len Brownb7d8c142016-02-13 23:36:17 -05002660 fprintf(outf, "cpu%d: MSR_IA32_ENERGY_PERF_BIAS: 0x%08llx (%s)\n", cpu, msr, epb_string);
Len Brown889facb2012-11-08 00:48:57 -05002661
2662 return 0;
2663}
Len Brown7f5c2582015-12-01 01:36:39 -05002664/*
2665 * print_hwp()
2666 * Decode the MSR_HWP_CAPABILITIES
2667 */
2668int print_hwp(struct thread_data *t, struct core_data *c, struct pkg_data *p)
2669{
2670 unsigned long long msr;
2671 int cpu;
2672
2673 if (!has_hwp)
2674 return 0;
2675
2676 cpu = t->cpu_id;
2677
2678 /* MSR_HWP_CAPABILITIES is per-package */
2679 if (!(t->flags & CPU_IS_FIRST_THREAD_IN_CORE) || !(t->flags & CPU_IS_FIRST_CORE_IN_PACKAGE))
2680 return 0;
2681
2682 if (cpu_migrate(cpu)) {
Len Brownb7d8c142016-02-13 23:36:17 -05002683 fprintf(outf, "Could not migrate to CPU %d\n", cpu);
Len Brown7f5c2582015-12-01 01:36:39 -05002684 return -1;
2685 }
2686
2687 if (get_msr(cpu, MSR_PM_ENABLE, &msr))
2688 return 0;
2689
Len Brownb7d8c142016-02-13 23:36:17 -05002690 fprintf(outf, "cpu%d: MSR_PM_ENABLE: 0x%08llx (%sHWP)\n",
Len Brown7f5c2582015-12-01 01:36:39 -05002691 cpu, msr, (msr & (1 << 0)) ? "" : "No-");
2692
2693 /* MSR_PM_ENABLE[1] == 1 if HWP is enabled and MSRs visible */
2694 if ((msr & (1 << 0)) == 0)
2695 return 0;
2696
2697 if (get_msr(cpu, MSR_HWP_CAPABILITIES, &msr))
2698 return 0;
2699
Len Brownb7d8c142016-02-13 23:36:17 -05002700 fprintf(outf, "cpu%d: MSR_HWP_CAPABILITIES: 0x%08llx "
Len Brown7f5c2582015-12-01 01:36:39 -05002701 "(high 0x%x guar 0x%x eff 0x%x low 0x%x)\n",
2702 cpu, msr,
2703 (unsigned int)HWP_HIGHEST_PERF(msr),
2704 (unsigned int)HWP_GUARANTEED_PERF(msr),
2705 (unsigned int)HWP_MOSTEFFICIENT_PERF(msr),
2706 (unsigned int)HWP_LOWEST_PERF(msr));
2707
2708 if (get_msr(cpu, MSR_HWP_REQUEST, &msr))
2709 return 0;
2710
Len Brownb7d8c142016-02-13 23:36:17 -05002711 fprintf(outf, "cpu%d: MSR_HWP_REQUEST: 0x%08llx "
Len Brown7f5c2582015-12-01 01:36:39 -05002712 "(min 0x%x max 0x%x des 0x%x epp 0x%x window 0x%x pkg 0x%x)\n",
2713 cpu, msr,
2714 (unsigned int)(((msr) >> 0) & 0xff),
2715 (unsigned int)(((msr) >> 8) & 0xff),
2716 (unsigned int)(((msr) >> 16) & 0xff),
2717 (unsigned int)(((msr) >> 24) & 0xff),
2718 (unsigned int)(((msr) >> 32) & 0xff3),
2719 (unsigned int)(((msr) >> 42) & 0x1));
2720
2721 if (has_hwp_pkg) {
2722 if (get_msr(cpu, MSR_HWP_REQUEST_PKG, &msr))
2723 return 0;
2724
Len Brownb7d8c142016-02-13 23:36:17 -05002725 fprintf(outf, "cpu%d: MSR_HWP_REQUEST_PKG: 0x%08llx "
Len Brown7f5c2582015-12-01 01:36:39 -05002726 "(min 0x%x max 0x%x des 0x%x epp 0x%x window 0x%x)\n",
2727 cpu, msr,
2728 (unsigned int)(((msr) >> 0) & 0xff),
2729 (unsigned int)(((msr) >> 8) & 0xff),
2730 (unsigned int)(((msr) >> 16) & 0xff),
2731 (unsigned int)(((msr) >> 24) & 0xff),
2732 (unsigned int)(((msr) >> 32) & 0xff3));
2733 }
2734 if (has_hwp_notify) {
2735 if (get_msr(cpu, MSR_HWP_INTERRUPT, &msr))
2736 return 0;
2737
Len Brownb7d8c142016-02-13 23:36:17 -05002738 fprintf(outf, "cpu%d: MSR_HWP_INTERRUPT: 0x%08llx "
Len Brown7f5c2582015-12-01 01:36:39 -05002739 "(%s_Guaranteed_Perf_Change, %s_Excursion_Min)\n",
2740 cpu, msr,
2741 ((msr) & 0x1) ? "EN" : "Dis",
2742 ((msr) & 0x2) ? "EN" : "Dis");
2743 }
2744 if (get_msr(cpu, MSR_HWP_STATUS, &msr))
2745 return 0;
2746
Len Brownb7d8c142016-02-13 23:36:17 -05002747 fprintf(outf, "cpu%d: MSR_HWP_STATUS: 0x%08llx "
Len Brown7f5c2582015-12-01 01:36:39 -05002748 "(%sGuaranteed_Perf_Change, %sExcursion_Min)\n",
2749 cpu, msr,
2750 ((msr) & 0x1) ? "" : "No-",
2751 ((msr) & 0x2) ? "" : "No-");
Len Brown889facb2012-11-08 00:48:57 -05002752
2753 return 0;
2754}
2755
Len Brown3a9a9412014-08-15 02:39:52 -04002756/*
2757 * print_perf_limit()
2758 */
2759int print_perf_limit(struct thread_data *t, struct core_data *c, struct pkg_data *p)
2760{
2761 unsigned long long msr;
2762 int cpu;
2763
2764 cpu = t->cpu_id;
2765
2766 /* per-package */
2767 if (!(t->flags & CPU_IS_FIRST_THREAD_IN_CORE) || !(t->flags & CPU_IS_FIRST_CORE_IN_PACKAGE))
2768 return 0;
2769
2770 if (cpu_migrate(cpu)) {
Len Brownb7d8c142016-02-13 23:36:17 -05002771 fprintf(outf, "Could not migrate to CPU %d\n", cpu);
Len Brown3a9a9412014-08-15 02:39:52 -04002772 return -1;
2773 }
2774
2775 if (do_core_perf_limit_reasons) {
2776 get_msr(cpu, MSR_CORE_PERF_LIMIT_REASONS, &msr);
Len Brownb7d8c142016-02-13 23:36:17 -05002777 fprintf(outf, "cpu%d: MSR_CORE_PERF_LIMIT_REASONS, 0x%08llx", cpu, msr);
2778 fprintf(outf, " (Active: %s%s%s%s%s%s%s%s%s%s%s%s%s%s)",
Len Browne33cbe82015-03-13 16:30:57 -04002779 (msr & 1 << 15) ? "bit15, " : "",
Len Brown3a9a9412014-08-15 02:39:52 -04002780 (msr & 1 << 14) ? "bit14, " : "",
Len Browne33cbe82015-03-13 16:30:57 -04002781 (msr & 1 << 13) ? "Transitions, " : "",
2782 (msr & 1 << 12) ? "MultiCoreTurbo, " : "",
2783 (msr & 1 << 11) ? "PkgPwrL2, " : "",
2784 (msr & 1 << 10) ? "PkgPwrL1, " : "",
2785 (msr & 1 << 9) ? "CorePwr, " : "",
2786 (msr & 1 << 8) ? "Amps, " : "",
2787 (msr & 1 << 6) ? "VR-Therm, " : "",
2788 (msr & 1 << 5) ? "Auto-HWP, " : "",
2789 (msr & 1 << 4) ? "Graphics, " : "",
2790 (msr & 1 << 2) ? "bit2, " : "",
2791 (msr & 1 << 1) ? "ThermStatus, " : "",
2792 (msr & 1 << 0) ? "PROCHOT, " : "");
Len Brownb7d8c142016-02-13 23:36:17 -05002793 fprintf(outf, " (Logged: %s%s%s%s%s%s%s%s%s%s%s%s%s%s)\n",
Len Browne33cbe82015-03-13 16:30:57 -04002794 (msr & 1 << 31) ? "bit31, " : "",
Len Brown3a9a9412014-08-15 02:39:52 -04002795 (msr & 1 << 30) ? "bit30, " : "",
Len Browne33cbe82015-03-13 16:30:57 -04002796 (msr & 1 << 29) ? "Transitions, " : "",
2797 (msr & 1 << 28) ? "MultiCoreTurbo, " : "",
2798 (msr & 1 << 27) ? "PkgPwrL2, " : "",
2799 (msr & 1 << 26) ? "PkgPwrL1, " : "",
2800 (msr & 1 << 25) ? "CorePwr, " : "",
2801 (msr & 1 << 24) ? "Amps, " : "",
2802 (msr & 1 << 22) ? "VR-Therm, " : "",
2803 (msr & 1 << 21) ? "Auto-HWP, " : "",
2804 (msr & 1 << 20) ? "Graphics, " : "",
2805 (msr & 1 << 18) ? "bit18, " : "",
2806 (msr & 1 << 17) ? "ThermStatus, " : "",
2807 (msr & 1 << 16) ? "PROCHOT, " : "");
Len Brown3a9a9412014-08-15 02:39:52 -04002808
2809 }
2810 if (do_gfx_perf_limit_reasons) {
2811 get_msr(cpu, MSR_GFX_PERF_LIMIT_REASONS, &msr);
Len Brownb7d8c142016-02-13 23:36:17 -05002812 fprintf(outf, "cpu%d: MSR_GFX_PERF_LIMIT_REASONS, 0x%08llx", cpu, msr);
2813 fprintf(outf, " (Active: %s%s%s%s%s%s%s%s)",
Len Brown3a9a9412014-08-15 02:39:52 -04002814 (msr & 1 << 0) ? "PROCHOT, " : "",
2815 (msr & 1 << 1) ? "ThermStatus, " : "",
2816 (msr & 1 << 4) ? "Graphics, " : "",
2817 (msr & 1 << 6) ? "VR-Therm, " : "",
2818 (msr & 1 << 8) ? "Amps, " : "",
2819 (msr & 1 << 9) ? "GFXPwr, " : "",
2820 (msr & 1 << 10) ? "PkgPwrL1, " : "",
2821 (msr & 1 << 11) ? "PkgPwrL2, " : "");
Len Brownb7d8c142016-02-13 23:36:17 -05002822 fprintf(outf, " (Logged: %s%s%s%s%s%s%s%s)\n",
Len Brown3a9a9412014-08-15 02:39:52 -04002823 (msr & 1 << 16) ? "PROCHOT, " : "",
2824 (msr & 1 << 17) ? "ThermStatus, " : "",
2825 (msr & 1 << 20) ? "Graphics, " : "",
2826 (msr & 1 << 22) ? "VR-Therm, " : "",
2827 (msr & 1 << 24) ? "Amps, " : "",
2828 (msr & 1 << 25) ? "GFXPwr, " : "",
2829 (msr & 1 << 26) ? "PkgPwrL1, " : "",
2830 (msr & 1 << 27) ? "PkgPwrL2, " : "");
2831 }
2832 if (do_ring_perf_limit_reasons) {
2833 get_msr(cpu, MSR_RING_PERF_LIMIT_REASONS, &msr);
Len Brownb7d8c142016-02-13 23:36:17 -05002834 fprintf(outf, "cpu%d: MSR_RING_PERF_LIMIT_REASONS, 0x%08llx", cpu, msr);
2835 fprintf(outf, " (Active: %s%s%s%s%s%s)",
Len Brown3a9a9412014-08-15 02:39:52 -04002836 (msr & 1 << 0) ? "PROCHOT, " : "",
2837 (msr & 1 << 1) ? "ThermStatus, " : "",
2838 (msr & 1 << 6) ? "VR-Therm, " : "",
2839 (msr & 1 << 8) ? "Amps, " : "",
2840 (msr & 1 << 10) ? "PkgPwrL1, " : "",
2841 (msr & 1 << 11) ? "PkgPwrL2, " : "");
Len Brownb7d8c142016-02-13 23:36:17 -05002842 fprintf(outf, " (Logged: %s%s%s%s%s%s)\n",
Len Brown3a9a9412014-08-15 02:39:52 -04002843 (msr & 1 << 16) ? "PROCHOT, " : "",
2844 (msr & 1 << 17) ? "ThermStatus, " : "",
2845 (msr & 1 << 22) ? "VR-Therm, " : "",
2846 (msr & 1 << 24) ? "Amps, " : "",
2847 (msr & 1 << 26) ? "PkgPwrL1, " : "",
2848 (msr & 1 << 27) ? "PkgPwrL2, " : "");
2849 }
2850 return 0;
2851}
2852
Len Brown889facb2012-11-08 00:48:57 -05002853#define RAPL_POWER_GRANULARITY 0x7FFF /* 15 bit power granularity */
2854#define RAPL_TIME_GRANULARITY 0x3F /* 6 bit time granularity */
2855
Colin Ian King1b693172016-03-02 13:50:25 +00002856double get_tdp(unsigned int model)
Len Brown144b44b2013-11-09 00:30:16 -05002857{
2858 unsigned long long msr;
2859
2860 if (do_rapl & RAPL_PKG_POWER_INFO)
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04002861 if (!get_msr(base_cpu, MSR_PKG_POWER_INFO, &msr))
Len Brown144b44b2013-11-09 00:30:16 -05002862 return ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units;
2863
2864 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04002865 case INTEL_FAM6_ATOM_SILVERMONT1:
2866 case INTEL_FAM6_ATOM_SILVERMONT2:
Len Brown144b44b2013-11-09 00:30:16 -05002867 return 30.0;
2868 default:
2869 return 135.0;
2870 }
2871}
2872
Andrey Semin40ee8e32014-12-05 00:07:00 -05002873/*
2874 * rapl_dram_energy_units_probe()
2875 * Energy units are either hard-coded, or come from RAPL Energy Unit MSR.
2876 */
2877static double
2878rapl_dram_energy_units_probe(int model, double rapl_energy_units)
2879{
2880 /* only called for genuine_intel, family 6 */
2881
2882 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04002883 case INTEL_FAM6_HASWELL_X: /* HSX */
2884 case INTEL_FAM6_BROADWELL_X: /* BDX */
2885 case INTEL_FAM6_BROADWELL_XEON_D: /* BDX-DE */
2886 case INTEL_FAM6_XEON_PHI_KNL: /* KNL */
Len Brown005c82d2016-12-01 01:35:38 -05002887 case INTEL_FAM6_XEON_PHI_KNM:
Andrey Semin40ee8e32014-12-05 00:07:00 -05002888 return (rapl_dram_energy_units = 15.3 / 1000000);
2889 default:
2890 return (rapl_energy_units);
2891 }
2892}
2893
Len Brown144b44b2013-11-09 00:30:16 -05002894
Len Brown889facb2012-11-08 00:48:57 -05002895/*
2896 * rapl_probe()
2897 *
Len Brown144b44b2013-11-09 00:30:16 -05002898 * sets do_rapl, rapl_power_units, rapl_energy_units, rapl_time_units
Len Brown889facb2012-11-08 00:48:57 -05002899 */
2900void rapl_probe(unsigned int family, unsigned int model)
2901{
2902 unsigned long long msr;
Len Brown144b44b2013-11-09 00:30:16 -05002903 unsigned int time_unit;
Len Brown889facb2012-11-08 00:48:57 -05002904 double tdp;
2905
2906 if (!genuine_intel)
2907 return;
2908
2909 if (family != 6)
2910 return;
2911
2912 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04002913 case INTEL_FAM6_SANDYBRIDGE:
2914 case INTEL_FAM6_IVYBRIDGE:
2915 case INTEL_FAM6_HASWELL_CORE: /* HSW */
2916 case INTEL_FAM6_HASWELL_ULT: /* HSW */
2917 case INTEL_FAM6_HASWELL_GT3E: /* HSW */
2918 case INTEL_FAM6_BROADWELL_CORE: /* BDW */
2919 case INTEL_FAM6_BROADWELL_GT3E: /* BDW */
Len Brown144b44b2013-11-09 00:30:16 -05002920 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO;
Len Brown812db3f2017-02-10 00:25:41 -05002921 if (rapl_joules) {
2922 BIC_PRESENT(BIC_Pkg_J);
2923 BIC_PRESENT(BIC_Cor_J);
2924 BIC_PRESENT(BIC_GFX_J);
2925 } else {
2926 BIC_PRESENT(BIC_PkgWatt);
2927 BIC_PRESENT(BIC_CorWatt);
2928 BIC_PRESENT(BIC_GFXWatt);
2929 }
Len Brown889facb2012-11-08 00:48:57 -05002930 break;
Len Brown869ce692016-06-16 23:22:37 -04002931 case INTEL_FAM6_ATOM_GOLDMONT: /* BXT */
Len Browne4085d52016-04-06 17:15:56 -04002932 do_rapl = RAPL_PKG | RAPL_PKG_POWER_INFO;
Len Brown812db3f2017-02-10 00:25:41 -05002933 if (rapl_joules)
2934 BIC_PRESENT(BIC_Pkg_J);
2935 else
2936 BIC_PRESENT(BIC_PkgWatt);
Len Browne4085d52016-04-06 17:15:56 -04002937 break;
Len Brown869ce692016-06-16 23:22:37 -04002938 case INTEL_FAM6_SKYLAKE_MOBILE: /* SKL */
2939 case INTEL_FAM6_SKYLAKE_DESKTOP: /* SKL */
2940 case INTEL_FAM6_KABYLAKE_MOBILE: /* KBL */
2941 case INTEL_FAM6_KABYLAKE_DESKTOP: /* KBL */
Len Brown0b2bb692015-03-26 00:50:30 -04002942 do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO;
Len Brown812db3f2017-02-10 00:25:41 -05002943 BIC_PRESENT(BIC_PKG__);
2944 BIC_PRESENT(BIC_RAM__);
2945 if (rapl_joules) {
2946 BIC_PRESENT(BIC_Pkg_J);
2947 BIC_PRESENT(BIC_Cor_J);
2948 BIC_PRESENT(BIC_RAM_J);
2949 } else {
2950 BIC_PRESENT(BIC_PkgWatt);
2951 BIC_PRESENT(BIC_CorWatt);
2952 BIC_PRESENT(BIC_RAMWatt);
2953 }
Len Brown0b2bb692015-03-26 00:50:30 -04002954 break;
Len Brown869ce692016-06-16 23:22:37 -04002955 case INTEL_FAM6_HASWELL_X: /* HSX */
2956 case INTEL_FAM6_BROADWELL_X: /* BDX */
2957 case INTEL_FAM6_BROADWELL_XEON_D: /* BDX-DE */
2958 case INTEL_FAM6_SKYLAKE_X: /* SKX */
2959 case INTEL_FAM6_XEON_PHI_KNL: /* KNL */
Len Brown005c82d2016-12-01 01:35:38 -05002960 case INTEL_FAM6_XEON_PHI_KNM:
Len Brown0b2bb692015-03-26 00:50:30 -04002961 do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO;
Len Brown812db3f2017-02-10 00:25:41 -05002962 BIC_PRESENT(BIC_PKG__);
2963 BIC_PRESENT(BIC_RAM__);
2964 if (rapl_joules) {
2965 BIC_PRESENT(BIC_Pkg_J);
2966 BIC_PRESENT(BIC_RAM_J);
2967 } else {
2968 BIC_PRESENT(BIC_PkgWatt);
2969 BIC_PRESENT(BIC_RAMWatt);
2970 }
Len Browne6f9bb32013-12-03 02:19:19 -05002971 break;
Len Brown869ce692016-06-16 23:22:37 -04002972 case INTEL_FAM6_SANDYBRIDGE_X:
2973 case INTEL_FAM6_IVYBRIDGE_X:
Len Brown0b2bb692015-03-26 00:50:30 -04002974 do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_PKG_PERF_STATUS | RAPL_DRAM_PERF_STATUS | RAPL_PKG_POWER_INFO;
Len Brown812db3f2017-02-10 00:25:41 -05002975 BIC_PRESENT(BIC_PKG__);
2976 BIC_PRESENT(BIC_RAM__);
2977 if (rapl_joules) {
2978 BIC_PRESENT(BIC_Pkg_J);
2979 BIC_PRESENT(BIC_Cor_J);
2980 BIC_PRESENT(BIC_RAM_J);
2981 } else {
2982 BIC_PRESENT(BIC_PkgWatt);
2983 BIC_PRESENT(BIC_CorWatt);
2984 BIC_PRESENT(BIC_RAMWatt);
2985 }
Len Brown144b44b2013-11-09 00:30:16 -05002986 break;
Len Brown869ce692016-06-16 23:22:37 -04002987 case INTEL_FAM6_ATOM_SILVERMONT1: /* BYT */
2988 case INTEL_FAM6_ATOM_SILVERMONT2: /* AVN */
Jacob Pan91484942016-06-16 09:48:20 -07002989 do_rapl = RAPL_PKG | RAPL_CORES;
Len Brown812db3f2017-02-10 00:25:41 -05002990 if (rapl_joules) {
2991 BIC_PRESENT(BIC_Pkg_J);
2992 BIC_PRESENT(BIC_Cor_J);
2993 } else {
2994 BIC_PRESENT(BIC_PkgWatt);
2995 BIC_PRESENT(BIC_CorWatt);
2996 }
Len Brown889facb2012-11-08 00:48:57 -05002997 break;
Len Brown869ce692016-06-16 23:22:37 -04002998 case INTEL_FAM6_ATOM_DENVERTON: /* DNV */
Jacob Pan0f644902016-06-16 09:48:22 -07002999 do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO | RAPL_CORES_ENERGY_STATUS;
Len Brown812db3f2017-02-10 00:25:41 -05003000 BIC_PRESENT(BIC_PKG__);
3001 BIC_PRESENT(BIC_RAM__);
3002 if (rapl_joules) {
3003 BIC_PRESENT(BIC_Pkg_J);
3004 BIC_PRESENT(BIC_Cor_J);
3005 BIC_PRESENT(BIC_RAM_J);
3006 } else {
3007 BIC_PRESENT(BIC_PkgWatt);
3008 BIC_PRESENT(BIC_CorWatt);
3009 BIC_PRESENT(BIC_RAMWatt);
3010 }
Jacob Pan0f644902016-06-16 09:48:22 -07003011 break;
Len Brown889facb2012-11-08 00:48:57 -05003012 default:
3013 return;
3014 }
3015
3016 /* units on package 0, verify later other packages match */
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04003017 if (get_msr(base_cpu, MSR_RAPL_POWER_UNIT, &msr))
Len Brown889facb2012-11-08 00:48:57 -05003018 return;
3019
3020 rapl_power_units = 1.0 / (1 << (msr & 0xF));
Len Brown869ce692016-06-16 23:22:37 -04003021 if (model == INTEL_FAM6_ATOM_SILVERMONT1)
Len Brown144b44b2013-11-09 00:30:16 -05003022 rapl_energy_units = 1.0 * (1 << (msr >> 8 & 0x1F)) / 1000000;
3023 else
3024 rapl_energy_units = 1.0 / (1 << (msr >> 8 & 0x1F));
Len Brown889facb2012-11-08 00:48:57 -05003025
Andrey Semin40ee8e32014-12-05 00:07:00 -05003026 rapl_dram_energy_units = rapl_dram_energy_units_probe(model, rapl_energy_units);
3027
Len Brown144b44b2013-11-09 00:30:16 -05003028 time_unit = msr >> 16 & 0xF;
3029 if (time_unit == 0)
3030 time_unit = 0xA;
Len Brown889facb2012-11-08 00:48:57 -05003031
Len Brown144b44b2013-11-09 00:30:16 -05003032 rapl_time_units = 1.0 / (1 << (time_unit));
3033
3034 tdp = get_tdp(model);
Len Brown889facb2012-11-08 00:48:57 -05003035
3036 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp;
Len Brownd8af6f52015-02-10 01:56:38 -05003037 if (debug)
Len Brownb7d8c142016-02-13 23:36:17 -05003038 fprintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp);
Len Brown889facb2012-11-08 00:48:57 -05003039
3040 return;
3041}
3042
Colin Ian King1b693172016-03-02 13:50:25 +00003043void perf_limit_reasons_probe(unsigned int family, unsigned int model)
Len Brown3a9a9412014-08-15 02:39:52 -04003044{
3045 if (!genuine_intel)
3046 return;
3047
3048 if (family != 6)
3049 return;
3050
3051 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04003052 case INTEL_FAM6_HASWELL_CORE: /* HSW */
3053 case INTEL_FAM6_HASWELL_ULT: /* HSW */
3054 case INTEL_FAM6_HASWELL_GT3E: /* HSW */
Len Brown3a9a9412014-08-15 02:39:52 -04003055 do_gfx_perf_limit_reasons = 1;
Len Brown869ce692016-06-16 23:22:37 -04003056 case INTEL_FAM6_HASWELL_X: /* HSX */
Len Brown3a9a9412014-08-15 02:39:52 -04003057 do_core_perf_limit_reasons = 1;
3058 do_ring_perf_limit_reasons = 1;
3059 default:
3060 return;
3061 }
3062}
3063
Len Brown889facb2012-11-08 00:48:57 -05003064int print_thermal(struct thread_data *t, struct core_data *c, struct pkg_data *p)
3065{
3066 unsigned long long msr;
3067 unsigned int dts;
3068 int cpu;
3069
3070 if (!(do_dts || do_ptm))
3071 return 0;
3072
3073 cpu = t->cpu_id;
3074
3075 /* DTS is per-core, no need to print for each thread */
Len Brown388e9c82016-12-22 23:57:55 -05003076 if (!(t->flags & CPU_IS_FIRST_THREAD_IN_CORE))
Len Brown889facb2012-11-08 00:48:57 -05003077 return 0;
3078
3079 if (cpu_migrate(cpu)) {
Len Brownb7d8c142016-02-13 23:36:17 -05003080 fprintf(outf, "Could not migrate to CPU %d\n", cpu);
Len Brown889facb2012-11-08 00:48:57 -05003081 return -1;
3082 }
3083
3084 if (do_ptm && (t->flags & CPU_IS_FIRST_CORE_IN_PACKAGE)) {
3085 if (get_msr(cpu, MSR_IA32_PACKAGE_THERM_STATUS, &msr))
3086 return 0;
3087
3088 dts = (msr >> 16) & 0x7F;
Len Brownb7d8c142016-02-13 23:36:17 -05003089 fprintf(outf, "cpu%d: MSR_IA32_PACKAGE_THERM_STATUS: 0x%08llx (%d C)\n",
Len Brown889facb2012-11-08 00:48:57 -05003090 cpu, msr, tcc_activation_temp - dts);
3091
3092#ifdef THERM_DEBUG
3093 if (get_msr(cpu, MSR_IA32_PACKAGE_THERM_INTERRUPT, &msr))
3094 return 0;
3095
3096 dts = (msr >> 16) & 0x7F;
3097 dts2 = (msr >> 8) & 0x7F;
Len Brownb7d8c142016-02-13 23:36:17 -05003098 fprintf(outf, "cpu%d: MSR_IA32_PACKAGE_THERM_INTERRUPT: 0x%08llx (%d C, %d C)\n",
Len Brown889facb2012-11-08 00:48:57 -05003099 cpu, msr, tcc_activation_temp - dts, tcc_activation_temp - dts2);
3100#endif
3101 }
3102
3103
3104 if (do_dts) {
3105 unsigned int resolution;
3106
3107 if (get_msr(cpu, MSR_IA32_THERM_STATUS, &msr))
3108 return 0;
3109
3110 dts = (msr >> 16) & 0x7F;
3111 resolution = (msr >> 27) & 0xF;
Len Brownb7d8c142016-02-13 23:36:17 -05003112 fprintf(outf, "cpu%d: MSR_IA32_THERM_STATUS: 0x%08llx (%d C +/- %d)\n",
Len Brown889facb2012-11-08 00:48:57 -05003113 cpu, msr, tcc_activation_temp - dts, resolution);
3114
3115#ifdef THERM_DEBUG
3116 if (get_msr(cpu, MSR_IA32_THERM_INTERRUPT, &msr))
3117 return 0;
3118
3119 dts = (msr >> 16) & 0x7F;
3120 dts2 = (msr >> 8) & 0x7F;
Len Brownb7d8c142016-02-13 23:36:17 -05003121 fprintf(outf, "cpu%d: MSR_IA32_THERM_INTERRUPT: 0x%08llx (%d C, %d C)\n",
Len Brown889facb2012-11-08 00:48:57 -05003122 cpu, msr, tcc_activation_temp - dts, tcc_activation_temp - dts2);
3123#endif
3124 }
3125
3126 return 0;
3127}
Len Brown36229892016-02-26 20:51:02 -05003128
Len Brown889facb2012-11-08 00:48:57 -05003129void print_power_limit_msr(int cpu, unsigned long long msr, char *label)
3130{
Len Brownb7d8c142016-02-13 23:36:17 -05003131 fprintf(outf, "cpu%d: %s: %sabled (%f Watts, %f sec, clamp %sabled)\n",
Len Brown889facb2012-11-08 00:48:57 -05003132 cpu, label,
3133 ((msr >> 15) & 1) ? "EN" : "DIS",
3134 ((msr >> 0) & 0x7FFF) * rapl_power_units,
3135 (1.0 + (((msr >> 22) & 0x3)/4.0)) * (1 << ((msr >> 17) & 0x1F)) * rapl_time_units,
3136 (((msr >> 16) & 1) ? "EN" : "DIS"));
3137
3138 return;
3139}
3140
3141int print_rapl(struct thread_data *t, struct core_data *c, struct pkg_data *p)
3142{
3143 unsigned long long msr;
3144 int cpu;
Len Brown889facb2012-11-08 00:48:57 -05003145
3146 if (!do_rapl)
3147 return 0;
3148
3149 /* RAPL counters are per package, so print only for 1st thread/package */
3150 if (!(t->flags & CPU_IS_FIRST_THREAD_IN_CORE) || !(t->flags & CPU_IS_FIRST_CORE_IN_PACKAGE))
3151 return 0;
3152
3153 cpu = t->cpu_id;
3154 if (cpu_migrate(cpu)) {
Len Brownb7d8c142016-02-13 23:36:17 -05003155 fprintf(outf, "Could not migrate to CPU %d\n", cpu);
Len Brown889facb2012-11-08 00:48:57 -05003156 return -1;
3157 }
3158
3159 if (get_msr(cpu, MSR_RAPL_POWER_UNIT, &msr))
3160 return -1;
3161
Len Brownd8af6f52015-02-10 01:56:38 -05003162 if (debug) {
Len Brownb7d8c142016-02-13 23:36:17 -05003163 fprintf(outf, "cpu%d: MSR_RAPL_POWER_UNIT: 0x%08llx "
Len Brown889facb2012-11-08 00:48:57 -05003164 "(%f Watts, %f Joules, %f sec.)\n", cpu, msr,
Len Brown144b44b2013-11-09 00:30:16 -05003165 rapl_power_units, rapl_energy_units, rapl_time_units);
Len Brown889facb2012-11-08 00:48:57 -05003166 }
Len Brown144b44b2013-11-09 00:30:16 -05003167 if (do_rapl & RAPL_PKG_POWER_INFO) {
3168
Len Brown889facb2012-11-08 00:48:57 -05003169 if (get_msr(cpu, MSR_PKG_POWER_INFO, &msr))
3170 return -5;
3171
3172
Len Brownb7d8c142016-02-13 23:36:17 -05003173 fprintf(outf, "cpu%d: MSR_PKG_POWER_INFO: 0x%08llx (%.0f W TDP, RAPL %.0f - %.0f W, %f sec.)\n",
Len Brown889facb2012-11-08 00:48:57 -05003174 cpu, msr,
3175 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units,
3176 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units,
3177 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units,
3178 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units);
3179
Len Brown144b44b2013-11-09 00:30:16 -05003180 }
3181 if (do_rapl & RAPL_PKG) {
3182
Len Brown889facb2012-11-08 00:48:57 -05003183 if (get_msr(cpu, MSR_PKG_POWER_LIMIT, &msr))
3184 return -9;
3185
Len Brownb7d8c142016-02-13 23:36:17 -05003186 fprintf(outf, "cpu%d: MSR_PKG_POWER_LIMIT: 0x%08llx (%slocked)\n",
Len Brown889facb2012-11-08 00:48:57 -05003187 cpu, msr, (msr >> 63) & 1 ? "": "UN");
3188
3189 print_power_limit_msr(cpu, msr, "PKG Limit #1");
Len Brownb7d8c142016-02-13 23:36:17 -05003190 fprintf(outf, "cpu%d: PKG Limit #2: %sabled (%f Watts, %f* sec, clamp %sabled)\n",
Len Brown889facb2012-11-08 00:48:57 -05003191 cpu,
3192 ((msr >> 47) & 1) ? "EN" : "DIS",
3193 ((msr >> 32) & 0x7FFF) * rapl_power_units,
3194 (1.0 + (((msr >> 54) & 0x3)/4.0)) * (1 << ((msr >> 49) & 0x1F)) * rapl_time_units,
3195 ((msr >> 48) & 1) ? "EN" : "DIS");
3196 }
3197
Len Brown0b2bb692015-03-26 00:50:30 -04003198 if (do_rapl & RAPL_DRAM_POWER_INFO) {
Len Brown889facb2012-11-08 00:48:57 -05003199 if (get_msr(cpu, MSR_DRAM_POWER_INFO, &msr))
3200 return -6;
3201
Len Brownb7d8c142016-02-13 23:36:17 -05003202 fprintf(outf, "cpu%d: MSR_DRAM_POWER_INFO,: 0x%08llx (%.0f W TDP, RAPL %.0f - %.0f W, %f sec.)\n",
Len Brown889facb2012-11-08 00:48:57 -05003203 cpu, msr,
3204 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units,
3205 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units,
3206 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units,
3207 ((msr >> 48) & RAPL_TIME_GRANULARITY) * rapl_time_units);
Len Brown0b2bb692015-03-26 00:50:30 -04003208 }
3209 if (do_rapl & RAPL_DRAM) {
Len Brown889facb2012-11-08 00:48:57 -05003210 if (get_msr(cpu, MSR_DRAM_POWER_LIMIT, &msr))
3211 return -9;
Len Brownb7d8c142016-02-13 23:36:17 -05003212 fprintf(outf, "cpu%d: MSR_DRAM_POWER_LIMIT: 0x%08llx (%slocked)\n",
Len Brown889facb2012-11-08 00:48:57 -05003213 cpu, msr, (msr >> 31) & 1 ? "": "UN");
3214
3215 print_power_limit_msr(cpu, msr, "DRAM Limit");
3216 }
Len Brown144b44b2013-11-09 00:30:16 -05003217 if (do_rapl & RAPL_CORE_POLICY) {
Len Brownd8af6f52015-02-10 01:56:38 -05003218 if (debug) {
Len Brown889facb2012-11-08 00:48:57 -05003219 if (get_msr(cpu, MSR_PP0_POLICY, &msr))
3220 return -7;
3221
Len Brownb7d8c142016-02-13 23:36:17 -05003222 fprintf(outf, "cpu%d: MSR_PP0_POLICY: %lld\n", cpu, msr & 0xF);
Len Brown144b44b2013-11-09 00:30:16 -05003223 }
3224 }
Jacob Pan91484942016-06-16 09:48:20 -07003225 if (do_rapl & RAPL_CORES_POWER_LIMIT) {
Len Brownd8af6f52015-02-10 01:56:38 -05003226 if (debug) {
Len Brown889facb2012-11-08 00:48:57 -05003227 if (get_msr(cpu, MSR_PP0_POWER_LIMIT, &msr))
3228 return -9;
Len Brownb7d8c142016-02-13 23:36:17 -05003229 fprintf(outf, "cpu%d: MSR_PP0_POWER_LIMIT: 0x%08llx (%slocked)\n",
Len Brown889facb2012-11-08 00:48:57 -05003230 cpu, msr, (msr >> 31) & 1 ? "": "UN");
3231 print_power_limit_msr(cpu, msr, "Cores Limit");
3232 }
3233 }
3234 if (do_rapl & RAPL_GFX) {
Len Brownd8af6f52015-02-10 01:56:38 -05003235 if (debug) {
Len Brown889facb2012-11-08 00:48:57 -05003236 if (get_msr(cpu, MSR_PP1_POLICY, &msr))
3237 return -8;
3238
Len Brownb7d8c142016-02-13 23:36:17 -05003239 fprintf(outf, "cpu%d: MSR_PP1_POLICY: %lld\n", cpu, msr & 0xF);
Len Brown889facb2012-11-08 00:48:57 -05003240
3241 if (get_msr(cpu, MSR_PP1_POWER_LIMIT, &msr))
3242 return -9;
Len Brownb7d8c142016-02-13 23:36:17 -05003243 fprintf(outf, "cpu%d: MSR_PP1_POWER_LIMIT: 0x%08llx (%slocked)\n",
Len Brown889facb2012-11-08 00:48:57 -05003244 cpu, msr, (msr >> 31) & 1 ? "": "UN");
3245 print_power_limit_msr(cpu, msr, "GFX Limit");
3246 }
3247 }
3248 return 0;
3249}
3250
Len Brownd7899442015-01-23 00:12:33 -05003251/*
3252 * SNB adds support for additional MSRs:
3253 *
3254 * MSR_PKG_C7_RESIDENCY 0x000003fa
3255 * MSR_CORE_C7_RESIDENCY 0x000003fe
3256 * MSR_PKG_C2_RESIDENCY 0x0000060d
3257 */
Len Brown103a8fe2010-10-22 23:53:03 -04003258
Len Brownd7899442015-01-23 00:12:33 -05003259int has_snb_msrs(unsigned int family, unsigned int model)
Len Brown103a8fe2010-10-22 23:53:03 -04003260{
3261 if (!genuine_intel)
3262 return 0;
3263
3264 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04003265 case INTEL_FAM6_SANDYBRIDGE:
3266 case INTEL_FAM6_SANDYBRIDGE_X:
3267 case INTEL_FAM6_IVYBRIDGE: /* IVB */
3268 case INTEL_FAM6_IVYBRIDGE_X: /* IVB Xeon */
3269 case INTEL_FAM6_HASWELL_CORE: /* HSW */
3270 case INTEL_FAM6_HASWELL_X: /* HSW */
3271 case INTEL_FAM6_HASWELL_ULT: /* HSW */
3272 case INTEL_FAM6_HASWELL_GT3E: /* HSW */
3273 case INTEL_FAM6_BROADWELL_CORE: /* BDW */
3274 case INTEL_FAM6_BROADWELL_GT3E: /* BDW */
3275 case INTEL_FAM6_BROADWELL_X: /* BDX */
3276 case INTEL_FAM6_BROADWELL_XEON_D: /* BDX-DE */
3277 case INTEL_FAM6_SKYLAKE_MOBILE: /* SKL */
3278 case INTEL_FAM6_SKYLAKE_DESKTOP: /* SKL */
3279 case INTEL_FAM6_KABYLAKE_MOBILE: /* KBL */
3280 case INTEL_FAM6_KABYLAKE_DESKTOP: /* KBL */
3281 case INTEL_FAM6_SKYLAKE_X: /* SKX */
3282 case INTEL_FAM6_ATOM_GOLDMONT: /* BXT */
Xiaolong Wang5bbac262016-09-30 17:53:40 +08003283 case INTEL_FAM6_ATOM_DENVERTON: /* DNV */
Len Brown103a8fe2010-10-22 23:53:03 -04003284 return 1;
3285 }
3286 return 0;
3287}
3288
Len Brownd7899442015-01-23 00:12:33 -05003289/*
Len Brown71616c82017-01-07 22:37:48 -05003290 * SLV client has supporet for unique MSRs:
3291 *
3292 * MSR_CC6_DEMOTION_POLICY_CONFIG
3293 * MSR_MC6_DEMOTION_POLICY_CONFIG
3294 */
3295
3296int has_slv_msrs(unsigned int family, unsigned int model)
3297{
3298 if (!genuine_intel)
3299 return 0;
3300
3301 switch (model) {
3302 case INTEL_FAM6_ATOM_SILVERMONT1:
3303 case INTEL_FAM6_ATOM_MERRIFIELD:
3304 case INTEL_FAM6_ATOM_MOOREFIELD:
3305 return 1;
3306 }
3307 return 0;
3308}
3309
3310/*
Len Brownd7899442015-01-23 00:12:33 -05003311 * HSW adds support for additional MSRs:
3312 *
Len Brown5a634262016-04-06 17:15:55 -04003313 * MSR_PKG_C8_RESIDENCY 0x00000630
3314 * MSR_PKG_C9_RESIDENCY 0x00000631
3315 * MSR_PKG_C10_RESIDENCY 0x00000632
3316 *
3317 * MSR_PKGC8_IRTL 0x00000633
3318 * MSR_PKGC9_IRTL 0x00000634
3319 * MSR_PKGC10_IRTL 0x00000635
3320 *
Len Brownd7899442015-01-23 00:12:33 -05003321 */
3322int has_hsw_msrs(unsigned int family, unsigned int model)
Kristen Carlson Accardica587102012-11-21 05:22:43 -08003323{
3324 if (!genuine_intel)
3325 return 0;
3326
3327 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04003328 case INTEL_FAM6_HASWELL_ULT: /* HSW */
3329 case INTEL_FAM6_BROADWELL_CORE: /* BDW */
3330 case INTEL_FAM6_SKYLAKE_MOBILE: /* SKL */
3331 case INTEL_FAM6_SKYLAKE_DESKTOP: /* SKL */
3332 case INTEL_FAM6_KABYLAKE_MOBILE: /* KBL */
3333 case INTEL_FAM6_KABYLAKE_DESKTOP: /* KBL */
3334 case INTEL_FAM6_ATOM_GOLDMONT: /* BXT */
Kristen Carlson Accardica587102012-11-21 05:22:43 -08003335 return 1;
3336 }
3337 return 0;
3338}
3339
Len Brown0b2bb692015-03-26 00:50:30 -04003340/*
3341 * SKL adds support for additional MSRS:
3342 *
3343 * MSR_PKG_WEIGHTED_CORE_C0_RES 0x00000658
3344 * MSR_PKG_ANY_CORE_C0_RES 0x00000659
3345 * MSR_PKG_ANY_GFXE_C0_RES 0x0000065A
3346 * MSR_PKG_BOTH_CORE_GFXE_C0_RES 0x0000065B
3347 */
3348int has_skl_msrs(unsigned int family, unsigned int model)
3349{
3350 if (!genuine_intel)
3351 return 0;
3352
3353 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04003354 case INTEL_FAM6_SKYLAKE_MOBILE: /* SKL */
3355 case INTEL_FAM6_SKYLAKE_DESKTOP: /* SKL */
3356 case INTEL_FAM6_KABYLAKE_MOBILE: /* KBL */
3357 case INTEL_FAM6_KABYLAKE_DESKTOP: /* KBL */
Len Brown0b2bb692015-03-26 00:50:30 -04003358 return 1;
3359 }
3360 return 0;
3361}
3362
Len Brown144b44b2013-11-09 00:30:16 -05003363int is_slm(unsigned int family, unsigned int model)
3364{
3365 if (!genuine_intel)
3366 return 0;
3367 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04003368 case INTEL_FAM6_ATOM_SILVERMONT1: /* BYT */
3369 case INTEL_FAM6_ATOM_SILVERMONT2: /* AVN */
Len Brown144b44b2013-11-09 00:30:16 -05003370 return 1;
3371 }
3372 return 0;
3373}
3374
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07003375int is_knl(unsigned int family, unsigned int model)
3376{
3377 if (!genuine_intel)
3378 return 0;
3379 switch (model) {
Len Brown869ce692016-06-16 23:22:37 -04003380 case INTEL_FAM6_XEON_PHI_KNL: /* KNL */
Len Brown005c82d2016-12-01 01:35:38 -05003381 case INTEL_FAM6_XEON_PHI_KNM:
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07003382 return 1;
3383 }
3384 return 0;
3385}
3386
Hubert Chrzaniukb2b34df2015-09-14 13:31:00 +02003387unsigned int get_aperf_mperf_multiplier(unsigned int family, unsigned int model)
3388{
3389 if (is_knl(family, model))
3390 return 1024;
3391 return 1;
3392}
3393
Len Brown144b44b2013-11-09 00:30:16 -05003394#define SLM_BCLK_FREQS 5
3395double slm_freq_table[SLM_BCLK_FREQS] = { 83.3, 100.0, 133.3, 116.7, 80.0};
3396
3397double slm_bclk(void)
3398{
3399 unsigned long long msr = 3;
3400 unsigned int i;
3401 double freq;
3402
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04003403 if (get_msr(base_cpu, MSR_FSB_FREQ, &msr))
Len Brownb7d8c142016-02-13 23:36:17 -05003404 fprintf(outf, "SLM BCLK: unknown\n");
Len Brown144b44b2013-11-09 00:30:16 -05003405
3406 i = msr & 0xf;
3407 if (i >= SLM_BCLK_FREQS) {
Len Brownb7d8c142016-02-13 23:36:17 -05003408 fprintf(outf, "SLM BCLK[%d] invalid\n", i);
Colin Ian King0a91e552016-04-25 13:03:15 +01003409 i = 3;
Len Brown144b44b2013-11-09 00:30:16 -05003410 }
3411 freq = slm_freq_table[i];
3412
Len Brown8f6196c2017-01-07 22:40:23 -05003413 if (debug)
3414 fprintf(outf, "SLM BCLK: %.1f Mhz\n", freq);
Len Brown144b44b2013-11-09 00:30:16 -05003415
3416 return freq;
3417}
3418
Len Brown103a8fe2010-10-22 23:53:03 -04003419double discover_bclk(unsigned int family, unsigned int model)
3420{
Chrzaniuk, Hubert121b48b2016-02-10 16:35:17 +01003421 if (has_snb_msrs(family, model) || is_knl(family, model))
Len Brown103a8fe2010-10-22 23:53:03 -04003422 return 100.00;
Len Brown144b44b2013-11-09 00:30:16 -05003423 else if (is_slm(family, model))
3424 return slm_bclk();
Len Brown103a8fe2010-10-22 23:53:03 -04003425 else
3426 return 133.33;
3427}
3428
Len Brown889facb2012-11-08 00:48:57 -05003429/*
3430 * MSR_IA32_TEMPERATURE_TARGET indicates the temperature where
3431 * the Thermal Control Circuit (TCC) activates.
3432 * This is usually equal to tjMax.
3433 *
3434 * Older processors do not have this MSR, so there we guess,
3435 * but also allow cmdline over-ride with -T.
3436 *
3437 * Several MSR temperature values are in units of degrees-C
3438 * below this value, including the Digital Thermal Sensor (DTS),
3439 * Package Thermal Management Sensor (PTM), and thermal event thresholds.
3440 */
3441int set_temperature_target(struct thread_data *t, struct core_data *c, struct pkg_data *p)
3442{
3443 unsigned long long msr;
3444 unsigned int target_c_local;
3445 int cpu;
3446
3447 /* tcc_activation_temp is used only for dts or ptm */
3448 if (!(do_dts || do_ptm))
3449 return 0;
3450
3451 /* this is a per-package concept */
3452 if (!(t->flags & CPU_IS_FIRST_THREAD_IN_CORE) || !(t->flags & CPU_IS_FIRST_CORE_IN_PACKAGE))
3453 return 0;
3454
3455 cpu = t->cpu_id;
3456 if (cpu_migrate(cpu)) {
Len Brownb7d8c142016-02-13 23:36:17 -05003457 fprintf(outf, "Could not migrate to CPU %d\n", cpu);
Len Brown889facb2012-11-08 00:48:57 -05003458 return -1;
3459 }
3460
3461 if (tcc_activation_temp_override != 0) {
3462 tcc_activation_temp = tcc_activation_temp_override;
Len Brownb7d8c142016-02-13 23:36:17 -05003463 fprintf(outf, "cpu%d: Using cmdline TCC Target (%d C)\n",
Len Brown889facb2012-11-08 00:48:57 -05003464 cpu, tcc_activation_temp);
3465 return 0;
3466 }
3467
3468 /* Temperature Target MSR is Nehalem and newer only */
Len Brownd7899442015-01-23 00:12:33 -05003469 if (!do_nhm_platform_info)
Len Brown889facb2012-11-08 00:48:57 -05003470 goto guess;
3471
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04003472 if (get_msr(base_cpu, MSR_IA32_TEMPERATURE_TARGET, &msr))
Len Brown889facb2012-11-08 00:48:57 -05003473 goto guess;
3474
Jean Delvare34821242014-05-01 11:40:19 +02003475 target_c_local = (msr >> 16) & 0xFF;
Len Brown889facb2012-11-08 00:48:57 -05003476
Len Brownd8af6f52015-02-10 01:56:38 -05003477 if (debug)
Len Brownb7d8c142016-02-13 23:36:17 -05003478 fprintf(outf, "cpu%d: MSR_IA32_TEMPERATURE_TARGET: 0x%08llx (%d C)\n",
Len Brown889facb2012-11-08 00:48:57 -05003479 cpu, msr, target_c_local);
3480
Jean Delvare34821242014-05-01 11:40:19 +02003481 if (!target_c_local)
Len Brown889facb2012-11-08 00:48:57 -05003482 goto guess;
3483
3484 tcc_activation_temp = target_c_local;
3485
3486 return 0;
3487
3488guess:
3489 tcc_activation_temp = TJMAX_DEFAULT;
Len Brownb7d8c142016-02-13 23:36:17 -05003490 fprintf(outf, "cpu%d: Guessing tjMax %d C, Please use -T to specify\n",
Len Brown889facb2012-11-08 00:48:57 -05003491 cpu, tcc_activation_temp);
3492
3493 return 0;
3494}
Len Brown69807a62015-11-21 12:22:47 -05003495
Len Brownaa8d8cc2016-03-11 13:26:03 -05003496void decode_feature_control_msr(void)
3497{
3498 unsigned long long msr;
3499
3500 if (!get_msr(base_cpu, MSR_IA32_FEATURE_CONTROL, &msr))
3501 fprintf(outf, "cpu%d: MSR_IA32_FEATURE_CONTROL: 0x%08llx (%sLocked %s)\n",
3502 base_cpu, msr,
3503 msr & FEATURE_CONTROL_LOCKED ? "" : "UN-",
3504 msr & (1 << 18) ? "SGX" : "");
3505}
3506
Len Brown69807a62015-11-21 12:22:47 -05003507void decode_misc_enable_msr(void)
3508{
3509 unsigned long long msr;
3510
3511 if (!get_msr(base_cpu, MSR_IA32_MISC_ENABLE, &msr))
Len Brownb7d8c142016-02-13 23:36:17 -05003512 fprintf(outf, "cpu%d: MSR_IA32_MISC_ENABLE: 0x%08llx (%s %s %s)\n",
Len Brown69807a62015-11-21 12:22:47 -05003513 base_cpu, msr,
3514 msr & (1 << 3) ? "TCC" : "",
3515 msr & (1 << 16) ? "EIST" : "",
3516 msr & (1 << 18) ? "MONITOR" : "");
3517}
3518
Len Brownf0057312015-12-03 01:35:36 -05003519/*
3520 * Decode MSR_MISC_PWR_MGMT
3521 *
3522 * Decode the bits according to the Nehalem documentation
3523 * bit[0] seems to continue to have same meaning going forward
3524 * bit[1] less so...
3525 */
3526void decode_misc_pwr_mgmt_msr(void)
3527{
3528 unsigned long long msr;
3529
3530 if (!do_nhm_platform_info)
3531 return;
3532
Len Browncf4cbe52017-01-01 13:08:33 -05003533 if (no_MSR_MISC_PWR_MGMT)
3534 return;
3535
Len Brownf0057312015-12-03 01:35:36 -05003536 if (!get_msr(base_cpu, MSR_MISC_PWR_MGMT, &msr))
Srinivas Pandruvadaddadb8a2016-11-11 14:29:48 -08003537 fprintf(outf, "cpu%d: MSR_MISC_PWR_MGMT: 0x%08llx (%sable-EIST_Coordination %sable-EPB %sable-OOB)\n",
Len Brownf0057312015-12-03 01:35:36 -05003538 base_cpu, msr,
3539 msr & (1 << 0) ? "DIS" : "EN",
Srinivas Pandruvadaddadb8a2016-11-11 14:29:48 -08003540 msr & (1 << 1) ? "EN" : "DIS",
3541 msr & (1 << 8) ? "EN" : "DIS");
Len Brownf0057312015-12-03 01:35:36 -05003542}
Len Brown71616c82017-01-07 22:37:48 -05003543/*
3544 * Decode MSR_CC6_DEMOTION_POLICY_CONFIG, MSR_MC6_DEMOTION_POLICY_CONFIG
3545 *
3546 * This MSRs are present on Silvermont processors,
3547 * Intel Atom processor E3000 series (Baytrail), and friends.
3548 */
3549void decode_c6_demotion_policy_msr(void)
3550{
3551 unsigned long long msr;
3552
3553 if (!get_msr(base_cpu, MSR_CC6_DEMOTION_POLICY_CONFIG, &msr))
3554 fprintf(outf, "cpu%d: MSR_CC6_DEMOTION_POLICY_CONFIG: 0x%08llx (%sable-CC6-Demotion)\n",
3555 base_cpu, msr, msr & (1 << 0) ? "EN" : "DIS");
3556
3557 if (!get_msr(base_cpu, MSR_MC6_DEMOTION_POLICY_CONFIG, &msr))
3558 fprintf(outf, "cpu%d: MSR_MC6_DEMOTION_POLICY_CONFIG: 0x%08llx (%sable-MC6-Demotion)\n",
3559 base_cpu, msr, msr & (1 << 0) ? "EN" : "DIS");
3560}
Len Brown7f5c2582015-12-01 01:36:39 -05003561
Len Brownfcd17212015-03-23 20:29:09 -04003562void process_cpuid()
Len Brown103a8fe2010-10-22 23:53:03 -04003563{
Len Brown61a87ba2015-11-23 02:30:51 -05003564 unsigned int eax, ebx, ecx, edx, max_level, max_extended_level;
Len Brown103a8fe2010-10-22 23:53:03 -04003565 unsigned int fms, family, model, stepping;
3566
3567 eax = ebx = ecx = edx = 0;
3568
Len Brown5aea2f72016-03-13 03:14:35 -04003569 __cpuid(0, max_level, ebx, ecx, edx);
Len Brown103a8fe2010-10-22 23:53:03 -04003570
3571 if (ebx == 0x756e6547 && edx == 0x49656e69 && ecx == 0x6c65746e)
3572 genuine_intel = 1;
3573
Len Brownd8af6f52015-02-10 01:56:38 -05003574 if (debug)
Len Brownb7d8c142016-02-13 23:36:17 -05003575 fprintf(outf, "CPUID(0): %.4s%.4s%.4s ",
Len Brown103a8fe2010-10-22 23:53:03 -04003576 (char *)&ebx, (char *)&edx, (char *)&ecx);
3577
Len Brown5aea2f72016-03-13 03:14:35 -04003578 __cpuid(1, fms, ebx, ecx, edx);
Len Brown103a8fe2010-10-22 23:53:03 -04003579 family = (fms >> 8) & 0xf;
3580 model = (fms >> 4) & 0xf;
3581 stepping = fms & 0xf;
3582 if (family == 6 || family == 0xf)
3583 model += ((fms >> 16) & 0xf) << 4;
3584
Len Brown69807a62015-11-21 12:22:47 -05003585 if (debug) {
Len Brownb7d8c142016-02-13 23:36:17 -05003586 fprintf(outf, "%d CPUID levels; family:model:stepping 0x%x:%x:%x (%d:%d:%d)\n",
Len Brown103a8fe2010-10-22 23:53:03 -04003587 max_level, family, model, stepping, family, model, stepping);
Len Brownaa8d8cc2016-03-11 13:26:03 -05003588 fprintf(outf, "CPUID(1): %s %s %s %s %s %s %s %s %s\n",
Len Brown69807a62015-11-21 12:22:47 -05003589 ecx & (1 << 0) ? "SSE3" : "-",
3590 ecx & (1 << 3) ? "MONITOR" : "-",
Len Brownaa8d8cc2016-03-11 13:26:03 -05003591 ecx & (1 << 6) ? "SMX" : "-",
Len Brown69807a62015-11-21 12:22:47 -05003592 ecx & (1 << 7) ? "EIST" : "-",
3593 ecx & (1 << 8) ? "TM2" : "-",
3594 edx & (1 << 4) ? "TSC" : "-",
3595 edx & (1 << 5) ? "MSR" : "-",
3596 edx & (1 << 22) ? "ACPI-TM" : "-",
3597 edx & (1 << 29) ? "TM" : "-");
3598 }
Len Brown103a8fe2010-10-22 23:53:03 -04003599
Josh Triplettb2c95d92013-08-20 17:20:18 -07003600 if (!(edx & (1 << 5)))
3601 errx(1, "CPUID: no MSR");
Len Brown103a8fe2010-10-22 23:53:03 -04003602
3603 /*
3604 * check max extended function levels of CPUID.
3605 * This is needed to check for invariant TSC.
3606 * This check is valid for both Intel and AMD.
3607 */
3608 ebx = ecx = edx = 0;
Len Brown5aea2f72016-03-13 03:14:35 -04003609 __cpuid(0x80000000, max_extended_level, ebx, ecx, edx);
Len Brown103a8fe2010-10-22 23:53:03 -04003610
Len Brown61a87ba2015-11-23 02:30:51 -05003611 if (max_extended_level >= 0x80000007) {
Len Brown103a8fe2010-10-22 23:53:03 -04003612
Len Brownd7899442015-01-23 00:12:33 -05003613 /*
3614 * Non-Stop TSC is advertised by CPUID.EAX=0x80000007: EDX.bit8
3615 * this check is valid for both Intel and AMD
3616 */
Len Brown5aea2f72016-03-13 03:14:35 -04003617 __cpuid(0x80000007, eax, ebx, ecx, edx);
Len Brownd7899442015-01-23 00:12:33 -05003618 has_invariant_tsc = edx & (1 << 8);
3619 }
Len Brown103a8fe2010-10-22 23:53:03 -04003620
3621 /*
3622 * APERF/MPERF is advertised by CPUID.EAX=0x6: ECX.bit0
3623 * this check is valid for both Intel and AMD
3624 */
3625
Len Brown5aea2f72016-03-13 03:14:35 -04003626 __cpuid(0x6, eax, ebx, ecx, edx);
Thomas Renninger8209e052011-01-21 15:11:19 +01003627 has_aperf = ecx & (1 << 0);
Len Brown812db3f2017-02-10 00:25:41 -05003628 if (has_aperf) {
3629 BIC_PRESENT(BIC_Avg_MHz);
3630 BIC_PRESENT(BIC_Busy);
3631 BIC_PRESENT(BIC_Bzy_MHz);
3632 }
Len Brown889facb2012-11-08 00:48:57 -05003633 do_dts = eax & (1 << 0);
Len Brown812db3f2017-02-10 00:25:41 -05003634 if (do_dts)
3635 BIC_PRESENT(BIC_CoreTmp);
Len Brown889facb2012-11-08 00:48:57 -05003636 do_ptm = eax & (1 << 6);
Len Brown812db3f2017-02-10 00:25:41 -05003637 if (do_ptm)
3638 BIC_PRESENT(BIC_PkgTmp);
Len Brown7f5c2582015-12-01 01:36:39 -05003639 has_hwp = eax & (1 << 7);
3640 has_hwp_notify = eax & (1 << 8);
3641 has_hwp_activity_window = eax & (1 << 9);
3642 has_hwp_epp = eax & (1 << 10);
3643 has_hwp_pkg = eax & (1 << 11);
Len Brown889facb2012-11-08 00:48:57 -05003644 has_epb = ecx & (1 << 3);
3645
Len Brownd8af6f52015-02-10 01:56:38 -05003646 if (debug)
Len Brownb7d8c142016-02-13 23:36:17 -05003647 fprintf(outf, "CPUID(6): %sAPERF, %sDTS, %sPTM, %sHWP, "
Len Brown7f5c2582015-12-01 01:36:39 -05003648 "%sHWPnotify, %sHWPwindow, %sHWPepp, %sHWPpkg, %sEPB\n",
3649 has_aperf ? "" : "No-",
3650 do_dts ? "" : "No-",
3651 do_ptm ? "" : "No-",
3652 has_hwp ? "" : "No-",
3653 has_hwp_notify ? "" : "No-",
3654 has_hwp_activity_window ? "" : "No-",
3655 has_hwp_epp ? "" : "No-",
3656 has_hwp_pkg ? "" : "No-",
3657 has_epb ? "" : "No-");
Len Brown103a8fe2010-10-22 23:53:03 -04003658
Len Brown69807a62015-11-21 12:22:47 -05003659 if (debug)
3660 decode_misc_enable_msr();
3661
Len Brown8ae72252016-04-06 17:15:54 -04003662 if (max_level >= 0x7 && debug) {
Len Brownaa8d8cc2016-03-11 13:26:03 -05003663 int has_sgx;
3664
3665 ecx = 0;
3666
3667 __cpuid_count(0x7, 0, eax, ebx, ecx, edx);
3668
3669 has_sgx = ebx & (1 << 2);
3670 fprintf(outf, "CPUID(7): %sSGX\n", has_sgx ? "" : "No-");
3671
3672 if (has_sgx)
3673 decode_feature_control_msr();
3674 }
3675
Len Brown61a87ba2015-11-23 02:30:51 -05003676 if (max_level >= 0x15) {
Len Brown8a5bdf42015-04-01 21:02:57 -04003677 unsigned int eax_crystal;
3678 unsigned int ebx_tsc;
3679
3680 /*
3681 * CPUID 15H TSC/Crystal ratio, possibly Crystal Hz
3682 */
3683 eax_crystal = ebx_tsc = crystal_hz = edx = 0;
Len Brown5aea2f72016-03-13 03:14:35 -04003684 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx);
Len Brown8a5bdf42015-04-01 21:02:57 -04003685
3686 if (ebx_tsc != 0) {
3687
3688 if (debug && (ebx != 0))
Len Brownb7d8c142016-02-13 23:36:17 -05003689 fprintf(outf, "CPUID(0x15): eax_crystal: %d ebx_tsc: %d ecx_crystal_hz: %d\n",
Len Brown8a5bdf42015-04-01 21:02:57 -04003690 eax_crystal, ebx_tsc, crystal_hz);
3691
3692 if (crystal_hz == 0)
3693 switch(model) {
Len Brown869ce692016-06-16 23:22:37 -04003694 case INTEL_FAM6_SKYLAKE_MOBILE: /* SKL */
3695 case INTEL_FAM6_SKYLAKE_DESKTOP: /* SKL */
3696 case INTEL_FAM6_KABYLAKE_MOBILE: /* KBL */
3697 case INTEL_FAM6_KABYLAKE_DESKTOP: /* KBL */
Len Browne8efbc82016-04-06 17:15:57 -04003698 crystal_hz = 24000000; /* 24.0 MHz */
3699 break;
Len Brown869ce692016-06-16 23:22:37 -04003700 case INTEL_FAM6_SKYLAKE_X: /* SKX */
Len Brown7268d402016-12-01 23:10:39 -05003701 case INTEL_FAM6_ATOM_DENVERTON: /* DNV */
Len Brownec53e592016-04-06 17:15:58 -04003702 crystal_hz = 25000000; /* 25.0 MHz */
3703 break;
Len Brown869ce692016-06-16 23:22:37 -04003704 case INTEL_FAM6_ATOM_GOLDMONT: /* BXT */
Len Browne8efbc82016-04-06 17:15:57 -04003705 crystal_hz = 19200000; /* 19.2 MHz */
Len Brown8a5bdf42015-04-01 21:02:57 -04003706 break;
3707 default:
3708 crystal_hz = 0;
3709 }
3710
3711 if (crystal_hz) {
3712 tsc_hz = (unsigned long long) crystal_hz * ebx_tsc / eax_crystal;
3713 if (debug)
Len Brownb7d8c142016-02-13 23:36:17 -05003714 fprintf(outf, "TSC: %lld MHz (%d Hz * %d / %d / 1000000)\n",
Len Brown8a5bdf42015-04-01 21:02:57 -04003715 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal);
3716 }
3717 }
3718 }
Len Brown61a87ba2015-11-23 02:30:51 -05003719 if (max_level >= 0x16) {
3720 unsigned int base_mhz, max_mhz, bus_mhz, edx;
3721
3722 /*
3723 * CPUID 16H Base MHz, Max MHz, Bus MHz
3724 */
3725 base_mhz = max_mhz = bus_mhz = edx = 0;
3726
Len Brown5aea2f72016-03-13 03:14:35 -04003727 __cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx);
Len Brown61a87ba2015-11-23 02:30:51 -05003728 if (debug)
Len Brownb7d8c142016-02-13 23:36:17 -05003729 fprintf(outf, "CPUID(0x16): base_mhz: %d max_mhz: %d bus_mhz: %d\n",
Len Brown61a87ba2015-11-23 02:30:51 -05003730 base_mhz, max_mhz, bus_mhz);
3731 }
Len Brown8a5bdf42015-04-01 21:02:57 -04003732
Hubert Chrzaniukb2b34df2015-09-14 13:31:00 +02003733 if (has_aperf)
3734 aperf_mperf_multiplier = get_aperf_mperf_multiplier(family, model);
3735
Len Brown812db3f2017-02-10 00:25:41 -05003736 BIC_PRESENT(BIC_IRQ);
3737 BIC_PRESENT(BIC_TSC_MHz);
3738
3739 if (probe_nhm_msrs(family, model)) {
3740 do_nhm_platform_info = 1;
3741 BIC_PRESENT(BIC_CPU_c1);
3742 BIC_PRESENT(BIC_CPU_c3);
3743 BIC_PRESENT(BIC_CPU_c6);
3744 BIC_PRESENT(BIC_SMI);
3745 }
Len Brownd7899442015-01-23 00:12:33 -05003746 do_snb_cstates = has_snb_msrs(family, model);
Len Brown812db3f2017-02-10 00:25:41 -05003747
3748 if (do_snb_cstates)
3749 BIC_PRESENT(BIC_CPU_c7);
3750
Len Brown5a634262016-04-06 17:15:55 -04003751 do_irtl_snb = has_snb_msrs(family, model);
Len Brownee7e38e2015-02-09 23:39:45 -05003752 do_pc2 = do_snb_cstates && (pkg_cstate_limit >= PCL__2);
3753 do_pc3 = (pkg_cstate_limit >= PCL__3);
3754 do_pc6 = (pkg_cstate_limit >= PCL__6);
3755 do_pc7 = do_snb_cstates && (pkg_cstate_limit >= PCL__7);
Len Brown0539ba12017-02-10 00:27:20 -05003756 if (has_slv_msrs(family, model)) {
3757 do_pc2 = do_pc3 = do_pc7 = 0;
3758 do_pc6 = 1;
3759 BIC_PRESENT(BIC_Mod_c6);
3760 use_c1_residency_msr = 1;
3761 }
Len Brownd7899442015-01-23 00:12:33 -05003762 do_c8_c9_c10 = has_hsw_msrs(family, model);
Len Brown5a634262016-04-06 17:15:55 -04003763 do_irtl_hsw = has_hsw_msrs(family, model);
Len Brown0b2bb692015-03-26 00:50:30 -04003764 do_skl_residency = has_skl_msrs(family, model);
Len Brown144b44b2013-11-09 00:30:16 -05003765 do_slm_cstates = is_slm(family, model);
Dasaratharaman Chandramoulifb5d4322015-05-20 09:49:34 -07003766 do_knl_cstates = is_knl(family, model);
Len Brown103a8fe2010-10-22 23:53:03 -04003767
Len Brownf0057312015-12-03 01:35:36 -05003768 if (debug)
3769 decode_misc_pwr_mgmt_msr();
3770
Len Brown71616c82017-01-07 22:37:48 -05003771 if (debug && has_slv_msrs(family, model))
3772 decode_c6_demotion_policy_msr();
3773
Len Brown889facb2012-11-08 00:48:57 -05003774 rapl_probe(family, model);
Len Brown3a9a9412014-08-15 02:39:52 -04003775 perf_limit_reasons_probe(family, model);
Len Brown889facb2012-11-08 00:48:57 -05003776
Len Brownfcd17212015-03-23 20:29:09 -04003777 if (debug)
Colin Ian King1b693172016-03-02 13:50:25 +00003778 dump_cstate_pstate_config_info(family, model);
Len Brownfcd17212015-03-23 20:29:09 -04003779
Len Browna2b7b742015-09-26 00:12:38 -04003780 if (has_skl_msrs(family, model))
3781 calculate_tsc_tweak();
3782
Len Brown812db3f2017-02-10 00:25:41 -05003783 if (!access("/sys/class/drm/card0/power/rc6_residency_ms", R_OK))
3784 BIC_PRESENT(BIC_GFX_rc6);
Len Brownfdf676e2016-02-27 01:28:12 -05003785
Len Brown812db3f2017-02-10 00:25:41 -05003786 if (!access("/sys/class/graphics/fb0/device/drm/card0/gt_cur_freq_mhz", R_OK))
3787 BIC_PRESENT(BIC_GFXMHz);
Len Brown27d47352016-02-27 00:37:54 -05003788
Len Brown889facb2012-11-08 00:48:57 -05003789 return;
Len Brown103a8fe2010-10-22 23:53:03 -04003790}
3791
Len Brownd8af6f52015-02-10 01:56:38 -05003792void help()
Len Brown103a8fe2010-10-22 23:53:03 -04003793{
Len Brownb7d8c142016-02-13 23:36:17 -05003794 fprintf(outf,
Len Brownd8af6f52015-02-10 01:56:38 -05003795 "Usage: turbostat [OPTIONS][(--interval seconds) | COMMAND ...]\n"
3796 "\n"
3797 "Turbostat forks the specified COMMAND and prints statistics\n"
3798 "when COMMAND completes.\n"
3799 "If no COMMAND is specified, turbostat wakes every 5-seconds\n"
3800 "to print statistics, until interrupted.\n"
Len Brown388e9c82016-12-22 23:57:55 -05003801 "--add add a counter\n"
3802 " eg. --add msr0x10,u64,cpu,delta,MY_TSC\n"
Len Brownd8af6f52015-02-10 01:56:38 -05003803 "--debug run in \"debug\" mode\n"
3804 "--interval sec Override default 5-second measurement interval\n"
3805 "--help print this help message\n"
Len Brownb7d8c142016-02-13 23:36:17 -05003806 "--out file create or truncate \"file\" for all output\n"
Len Brownd8af6f52015-02-10 01:56:38 -05003807 "--version print version information\n"
3808 "\n"
3809 "For more help, run \"man turbostat\"\n");
Len Brown103a8fe2010-10-22 23:53:03 -04003810}
3811
3812
3813/*
3814 * in /dev/cpu/ return success for names that are numbers
3815 * ie. filter out ".", "..", "microcode".
3816 */
3817int dir_filter(const struct dirent *dirp)
3818{
3819 if (isdigit(dirp->d_name[0]))
3820 return 1;
3821 else
3822 return 0;
3823}
3824
3825int open_dev_cpu_msr(int dummy1)
3826{
3827 return 0;
3828}
3829
Len Brownc98d5d92012-06-04 00:56:40 -04003830void topology_probe()
3831{
3832 int i;
3833 int max_core_id = 0;
3834 int max_package_id = 0;
3835 int max_siblings = 0;
3836 struct cpu_topology {
3837 int core_id;
3838 int physical_package_id;
3839 } *cpus;
3840
3841 /* Initialize num_cpus, max_cpu_num */
3842 topo.num_cpus = 0;
3843 topo.max_cpu_num = 0;
3844 for_all_proc_cpus(count_cpus);
3845 if (!summary_only && topo.num_cpus > 1)
Len Brown812db3f2017-02-10 00:25:41 -05003846 BIC_PRESENT(BIC_CPU);
Len Brownc98d5d92012-06-04 00:56:40 -04003847
Len Brownd8af6f52015-02-10 01:56:38 -05003848 if (debug > 1)
Len Brownb7d8c142016-02-13 23:36:17 -05003849 fprintf(outf, "num_cpus %d max_cpu_num %d\n", topo.num_cpus, topo.max_cpu_num);
Len Brownc98d5d92012-06-04 00:56:40 -04003850
3851 cpus = calloc(1, (topo.max_cpu_num + 1) * sizeof(struct cpu_topology));
Josh Triplettb2c95d92013-08-20 17:20:18 -07003852 if (cpus == NULL)
3853 err(1, "calloc cpus");
Len Brownc98d5d92012-06-04 00:56:40 -04003854
3855 /*
3856 * Allocate and initialize cpu_present_set
3857 */
3858 cpu_present_set = CPU_ALLOC((topo.max_cpu_num + 1));
Josh Triplettb2c95d92013-08-20 17:20:18 -07003859 if (cpu_present_set == NULL)
3860 err(3, "CPU_ALLOC");
Len Brownc98d5d92012-06-04 00:56:40 -04003861 cpu_present_setsize = CPU_ALLOC_SIZE((topo.max_cpu_num + 1));
3862 CPU_ZERO_S(cpu_present_setsize, cpu_present_set);
3863 for_all_proc_cpus(mark_cpu_present);
3864
3865 /*
3866 * Allocate and initialize cpu_affinity_set
3867 */
3868 cpu_affinity_set = CPU_ALLOC((topo.max_cpu_num + 1));
Josh Triplettb2c95d92013-08-20 17:20:18 -07003869 if (cpu_affinity_set == NULL)
3870 err(3, "CPU_ALLOC");
Len Brownc98d5d92012-06-04 00:56:40 -04003871 cpu_affinity_setsize = CPU_ALLOC_SIZE((topo.max_cpu_num + 1));
3872 CPU_ZERO_S(cpu_affinity_setsize, cpu_affinity_set);
3873
3874
3875 /*
3876 * For online cpus
3877 * find max_core_id, max_package_id
3878 */
3879 for (i = 0; i <= topo.max_cpu_num; ++i) {
3880 int siblings;
3881
3882 if (cpu_is_not_present(i)) {
Len Brownd8af6f52015-02-10 01:56:38 -05003883 if (debug > 1)
Len Brownb7d8c142016-02-13 23:36:17 -05003884 fprintf(outf, "cpu%d NOT PRESENT\n", i);
Len Brownc98d5d92012-06-04 00:56:40 -04003885 continue;
3886 }
3887 cpus[i].core_id = get_core_id(i);
3888 if (cpus[i].core_id > max_core_id)
3889 max_core_id = cpus[i].core_id;
3890
3891 cpus[i].physical_package_id = get_physical_package_id(i);
3892 if (cpus[i].physical_package_id > max_package_id)
3893 max_package_id = cpus[i].physical_package_id;
3894
3895 siblings = get_num_ht_siblings(i);
3896 if (siblings > max_siblings)
3897 max_siblings = siblings;
Len Brownd8af6f52015-02-10 01:56:38 -05003898 if (debug > 1)
Len Brownb7d8c142016-02-13 23:36:17 -05003899 fprintf(outf, "cpu %d pkg %d core %d\n",
Len Brownc98d5d92012-06-04 00:56:40 -04003900 i, cpus[i].physical_package_id, cpus[i].core_id);
3901 }
3902 topo.num_cores_per_pkg = max_core_id + 1;
Len Brownd8af6f52015-02-10 01:56:38 -05003903 if (debug > 1)
Len Brownb7d8c142016-02-13 23:36:17 -05003904 fprintf(outf, "max_core_id %d, sizing for %d cores per package\n",
Len Brownc98d5d92012-06-04 00:56:40 -04003905 max_core_id, topo.num_cores_per_pkg);
Len Brown1cc21f72015-02-23 00:34:57 -05003906 if (debug && !summary_only && topo.num_cores_per_pkg > 1)
Len Brown812db3f2017-02-10 00:25:41 -05003907 BIC_PRESENT(BIC_Core);
Len Brownc98d5d92012-06-04 00:56:40 -04003908
3909 topo.num_packages = max_package_id + 1;
Len Brownd8af6f52015-02-10 01:56:38 -05003910 if (debug > 1)
Len Brownb7d8c142016-02-13 23:36:17 -05003911 fprintf(outf, "max_package_id %d, sizing for %d packages\n",
Len Brownc98d5d92012-06-04 00:56:40 -04003912 max_package_id, topo.num_packages);
Len Brown1cc21f72015-02-23 00:34:57 -05003913 if (debug && !summary_only && topo.num_packages > 1)
Len Brown812db3f2017-02-10 00:25:41 -05003914 BIC_PRESENT(BIC_Package);
Len Brownc98d5d92012-06-04 00:56:40 -04003915
3916 topo.num_threads_per_core = max_siblings;
Len Brownd8af6f52015-02-10 01:56:38 -05003917 if (debug > 1)
Len Brownb7d8c142016-02-13 23:36:17 -05003918 fprintf(outf, "max_siblings %d\n", max_siblings);
Len Brownc98d5d92012-06-04 00:56:40 -04003919
3920 free(cpus);
3921}
3922
3923void
3924allocate_counters(struct thread_data **t, struct core_data **c, struct pkg_data **p)
3925{
3926 int i;
3927
3928 *t = calloc(topo.num_threads_per_core * topo.num_cores_per_pkg *
Len Brown678a3bd2017-02-09 22:22:13 -05003929 topo.num_packages, sizeof(struct thread_data));
Len Brownc98d5d92012-06-04 00:56:40 -04003930 if (*t == NULL)
3931 goto error;
3932
3933 for (i = 0; i < topo.num_threads_per_core *
3934 topo.num_cores_per_pkg * topo.num_packages; i++)
3935 (*t)[i].cpu_id = -1;
3936
3937 *c = calloc(topo.num_cores_per_pkg * topo.num_packages,
Len Brown678a3bd2017-02-09 22:22:13 -05003938 sizeof(struct core_data));
Len Brownc98d5d92012-06-04 00:56:40 -04003939 if (*c == NULL)
3940 goto error;
3941
3942 for (i = 0; i < topo.num_cores_per_pkg * topo.num_packages; i++)
3943 (*c)[i].core_id = -1;
3944
Len Brown678a3bd2017-02-09 22:22:13 -05003945 *p = calloc(topo.num_packages, sizeof(struct pkg_data));
Len Brownc98d5d92012-06-04 00:56:40 -04003946 if (*p == NULL)
3947 goto error;
3948
3949 for (i = 0; i < topo.num_packages; i++)
3950 (*p)[i].package_id = i;
3951
3952 return;
3953error:
Josh Triplettb2c95d92013-08-20 17:20:18 -07003954 err(1, "calloc counters");
Len Brownc98d5d92012-06-04 00:56:40 -04003955}
3956/*
3957 * init_counter()
3958 *
3959 * set cpu_id, core_num, pkg_num
3960 * set FIRST_THREAD_IN_CORE and FIRST_CORE_IN_PACKAGE
3961 *
3962 * increment topo.num_cores when 1st core in pkg seen
3963 */
3964void init_counter(struct thread_data *thread_base, struct core_data *core_base,
3965 struct pkg_data *pkg_base, int thread_num, int core_num,
3966 int pkg_num, int cpu_id)
3967{
3968 struct thread_data *t;
3969 struct core_data *c;
3970 struct pkg_data *p;
3971
3972 t = GET_THREAD(thread_base, thread_num, core_num, pkg_num);
3973 c = GET_CORE(core_base, core_num, pkg_num);
3974 p = GET_PKG(pkg_base, pkg_num);
3975
3976 t->cpu_id = cpu_id;
3977 if (thread_num == 0) {
3978 t->flags |= CPU_IS_FIRST_THREAD_IN_CORE;
3979 if (cpu_is_first_core_in_package(cpu_id))
3980 t->flags |= CPU_IS_FIRST_CORE_IN_PACKAGE;
3981 }
3982
3983 c->core_id = core_num;
3984 p->package_id = pkg_num;
3985}
3986
3987
3988int initialize_counters(int cpu_id)
3989{
3990 int my_thread_id, my_core_id, my_package_id;
3991
3992 my_package_id = get_physical_package_id(cpu_id);
3993 my_core_id = get_core_id(cpu_id);
Dasaratharaman Chandramoulie275b382015-04-15 10:09:50 -07003994 my_thread_id = get_cpu_position_in_core(cpu_id);
3995 if (!my_thread_id)
Len Brownc98d5d92012-06-04 00:56:40 -04003996 topo.num_cores++;
Len Brownc98d5d92012-06-04 00:56:40 -04003997
3998 init_counter(EVEN_COUNTERS, my_thread_id, my_core_id, my_package_id, cpu_id);
3999 init_counter(ODD_COUNTERS, my_thread_id, my_core_id, my_package_id, cpu_id);
4000 return 0;
4001}
4002
4003void allocate_output_buffer()
4004{
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +02004005 output_buffer = calloc(1, (1 + topo.num_cpus) * 1024);
Len Brownc98d5d92012-06-04 00:56:40 -04004006 outp = output_buffer;
Josh Triplettb2c95d92013-08-20 17:20:18 -07004007 if (outp == NULL)
4008 err(-1, "calloc output buffer");
Len Brownc98d5d92012-06-04 00:56:40 -04004009}
Len Brown36229892016-02-26 20:51:02 -05004010void allocate_fd_percpu(void)
4011{
Mika Westerberg01a67ad2016-04-22 11:13:23 +03004012 fd_percpu = calloc(topo.max_cpu_num + 1, sizeof(int));
Len Brown36229892016-02-26 20:51:02 -05004013 if (fd_percpu == NULL)
4014 err(-1, "calloc fd_percpu");
4015}
Len Brown562a2d32016-02-26 23:48:05 -05004016void allocate_irq_buffers(void)
4017{
4018 irq_column_2_cpu = calloc(topo.num_cpus, sizeof(int));
4019 if (irq_column_2_cpu == NULL)
4020 err(-1, "calloc %d", topo.num_cpus);
Len Brownc98d5d92012-06-04 00:56:40 -04004021
Mika Westerberg01a67ad2016-04-22 11:13:23 +03004022 irqs_per_cpu = calloc(topo.max_cpu_num + 1, sizeof(int));
Len Brown562a2d32016-02-26 23:48:05 -05004023 if (irqs_per_cpu == NULL)
Mika Westerberg01a67ad2016-04-22 11:13:23 +03004024 err(-1, "calloc %d", topo.max_cpu_num + 1);
Len Brown562a2d32016-02-26 23:48:05 -05004025}
Len Brownc98d5d92012-06-04 00:56:40 -04004026void setup_all_buffers(void)
4027{
4028 topology_probe();
Len Brown562a2d32016-02-26 23:48:05 -05004029 allocate_irq_buffers();
Len Brown36229892016-02-26 20:51:02 -05004030 allocate_fd_percpu();
Len Brownc98d5d92012-06-04 00:56:40 -04004031 allocate_counters(&thread_even, &core_even, &package_even);
4032 allocate_counters(&thread_odd, &core_odd, &package_odd);
4033 allocate_output_buffer();
4034 for_all_proc_cpus(initialize_counters);
4035}
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +02004036
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04004037void set_base_cpu(void)
4038{
4039 base_cpu = sched_getcpu();
4040 if (base_cpu < 0)
4041 err(-ENODEV, "No valid cpus found");
4042
4043 if (debug > 1)
Len Brownb7d8c142016-02-13 23:36:17 -05004044 fprintf(outf, "base_cpu = %d\n", base_cpu);
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04004045}
4046
Len Brown103a8fe2010-10-22 23:53:03 -04004047void turbostat_init()
4048{
Prarit Bhargava7ce7d5d2015-05-25 08:34:28 -04004049 setup_all_buffers();
4050 set_base_cpu();
Len Brown103a8fe2010-10-22 23:53:03 -04004051 check_dev_msr();
Len Brown98481e72014-08-15 00:36:50 -04004052 check_permissions();
Len Brownfcd17212015-03-23 20:29:09 -04004053 process_cpuid();
Len Brown103a8fe2010-10-22 23:53:03 -04004054
Len Brown103a8fe2010-10-22 23:53:03 -04004055
Len Brownd8af6f52015-02-10 01:56:38 -05004056 if (debug)
Len Brown7f5c2582015-12-01 01:36:39 -05004057 for_all_cpus(print_hwp, ODD_COUNTERS);
4058
4059 if (debug)
Len Brown889facb2012-11-08 00:48:57 -05004060 for_all_cpus(print_epb, ODD_COUNTERS);
4061
Len Brownd8af6f52015-02-10 01:56:38 -05004062 if (debug)
Len Brown3a9a9412014-08-15 02:39:52 -04004063 for_all_cpus(print_perf_limit, ODD_COUNTERS);
4064
Len Brownd8af6f52015-02-10 01:56:38 -05004065 if (debug)
Len Brown889facb2012-11-08 00:48:57 -05004066 for_all_cpus(print_rapl, ODD_COUNTERS);
4067
4068 for_all_cpus(set_temperature_target, ODD_COUNTERS);
4069
Len Brownd8af6f52015-02-10 01:56:38 -05004070 if (debug)
Len Brown889facb2012-11-08 00:48:57 -05004071 for_all_cpus(print_thermal, ODD_COUNTERS);
Len Brown5a634262016-04-06 17:15:55 -04004072
4073 if (debug && do_irtl_snb)
4074 print_irtl();
Len Brown103a8fe2010-10-22 23:53:03 -04004075}
4076
4077int fork_it(char **argv)
4078{
Len Brown103a8fe2010-10-22 23:53:03 -04004079 pid_t child_pid;
Len Brownd91bb172012-11-01 00:08:19 -04004080 int status;
Len Brownd15cf7c2012-06-03 23:24:00 -04004081
Len Brownd91bb172012-11-01 00:08:19 -04004082 status = for_all_cpus(get_counters, EVEN_COUNTERS);
4083 if (status)
4084 exit(status);
Len Brownc98d5d92012-06-04 00:56:40 -04004085 /* clear affinity side-effect of get_counters() */
4086 sched_setaffinity(0, cpu_present_setsize, cpu_present_set);
Len Brown103a8fe2010-10-22 23:53:03 -04004087 gettimeofday(&tv_even, (struct timezone *)NULL);
4088
4089 child_pid = fork();
4090 if (!child_pid) {
4091 /* child */
4092 execvp(argv[0], argv);
4093 } else {
Len Brown103a8fe2010-10-22 23:53:03 -04004094
4095 /* parent */
Josh Triplettb2c95d92013-08-20 17:20:18 -07004096 if (child_pid == -1)
4097 err(1, "fork");
Len Brown103a8fe2010-10-22 23:53:03 -04004098
4099 signal(SIGINT, SIG_IGN);
4100 signal(SIGQUIT, SIG_IGN);
Josh Triplettb2c95d92013-08-20 17:20:18 -07004101 if (waitpid(child_pid, &status, 0) == -1)
4102 err(status, "waitpid");
Len Brown103a8fe2010-10-22 23:53:03 -04004103 }
Len Brownc98d5d92012-06-04 00:56:40 -04004104 /*
4105 * n.b. fork_it() does not check for errors from for_all_cpus()
4106 * because re-starting is problematic when forking
4107 */
4108 for_all_cpus(get_counters, ODD_COUNTERS);
Len Brown103a8fe2010-10-22 23:53:03 -04004109 gettimeofday(&tv_odd, (struct timezone *)NULL);
Len Brown103a8fe2010-10-22 23:53:03 -04004110 timersub(&tv_odd, &tv_even, &tv_delta);
Len Brownba3dec92016-04-22 20:31:46 -04004111 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS))
4112 fprintf(outf, "%s: Counter reset detected\n", progname);
4113 else {
4114 compute_average(EVEN_COUNTERS);
4115 format_all_counters(EVEN_COUNTERS);
4116 }
Len Brown103a8fe2010-10-22 23:53:03 -04004117
Len Brownb7d8c142016-02-13 23:36:17 -05004118 fprintf(outf, "%.6f sec\n", tv_delta.tv_sec + tv_delta.tv_usec/1000000.0);
4119
4120 flush_output_stderr();
Len Brown103a8fe2010-10-22 23:53:03 -04004121
Len Brownd91bb172012-11-01 00:08:19 -04004122 return status;
Len Brown103a8fe2010-10-22 23:53:03 -04004123}
4124
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +02004125int get_and_dump_counters(void)
4126{
4127 int status;
4128
4129 status = for_all_cpus(get_counters, ODD_COUNTERS);
4130 if (status)
4131 return status;
4132
4133 status = for_all_cpus(dump_counters, ODD_COUNTERS);
4134 if (status)
4135 return status;
4136
Len Brownb7d8c142016-02-13 23:36:17 -05004137 flush_output_stdout();
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +02004138
4139 return status;
4140}
4141
Len Brownd8af6f52015-02-10 01:56:38 -05004142void print_version() {
Len Brown0539ba12017-02-10 00:27:20 -05004143 fprintf(outf, "turbostat version 4.17 10 Jan 2017"
Len Brownd8af6f52015-02-10 01:56:38 -05004144 " - Len Brown <lenb@kernel.org>\n");
4145}
4146
Len Brown388e9c82016-12-22 23:57:55 -05004147int add_counter(unsigned int msr_num, char *name, unsigned int width,
4148 enum counter_scope scope, enum counter_type type,
4149 enum counter_format format)
4150{
4151 struct msr_counter *msrp;
4152
4153 msrp = calloc(1, sizeof(struct msr_counter));
4154 if (msrp == NULL) {
4155 perror("calloc");
4156 exit(1);
4157 }
4158
4159 msrp->msr_num = msr_num;
4160 strncpy(msrp->name, name, NAME_BYTES);
4161 msrp->width = width;
4162 msrp->type = type;
4163 msrp->format = format;
4164
4165 switch (scope) {
4166
4167 case SCOPE_CPU:
Len Brown388e9c82016-12-22 23:57:55 -05004168 msrp->next = sys.tp;
4169 sys.tp = msrp;
Len Brown678a3bd2017-02-09 22:22:13 -05004170 sys.added_thread_counters++;
4171 if (sys.added_thread_counters > MAX_ADDED_COUNTERS) {
4172 fprintf(stderr, "exceeded max %d added thread counters\n",
4173 MAX_ADDED_COUNTERS);
4174 exit(-1);
4175 }
Len Brown388e9c82016-12-22 23:57:55 -05004176 break;
4177
4178 case SCOPE_CORE:
Len Brown388e9c82016-12-22 23:57:55 -05004179 msrp->next = sys.cp;
4180 sys.cp = msrp;
Len Brown678a3bd2017-02-09 22:22:13 -05004181 sys.added_core_counters++;
4182 if (sys.added_core_counters > MAX_ADDED_COUNTERS) {
4183 fprintf(stderr, "exceeded max %d added core counters\n",
4184 MAX_ADDED_COUNTERS);
4185 exit(-1);
4186 }
Len Brown388e9c82016-12-22 23:57:55 -05004187 break;
4188
4189 case SCOPE_PACKAGE:
Len Brown388e9c82016-12-22 23:57:55 -05004190 msrp->next = sys.pp;
4191 sys.pp = msrp;
Len Brown678a3bd2017-02-09 22:22:13 -05004192 sys.added_package_counters++;
4193 if (sys.added_package_counters > MAX_ADDED_COUNTERS) {
4194 fprintf(stderr, "exceeded max %d added package counters\n",
4195 MAX_ADDED_COUNTERS);
4196 exit(-1);
4197 }
Len Brown388e9c82016-12-22 23:57:55 -05004198 break;
4199 }
4200
4201 return 0;
4202}
4203
4204void parse_add_command(char *add_command)
4205{
4206 int msr_num = 0;
4207 char name_buffer[NAME_BYTES];
4208 int width = 64;
4209 int fail = 0;
4210 enum counter_scope scope = SCOPE_CPU;
4211 enum counter_type type = COUNTER_CYCLES;
4212 enum counter_format format = FORMAT_DELTA;
4213
4214 while (add_command) {
4215
4216 if (sscanf(add_command, "msr0x%x", &msr_num) == 1)
4217 goto next;
4218
4219 if (sscanf(add_command, "msr%d", &msr_num) == 1)
4220 goto next;
4221
4222 if (sscanf(add_command, "u%d", &width) == 1) {
4223 if ((width == 32) || (width == 64))
4224 goto next;
4225 width = 64;
4226 }
4227 if (!strncmp(add_command, "cpu", strlen("cpu"))) {
4228 scope = SCOPE_CPU;
4229 goto next;
4230 }
4231 if (!strncmp(add_command, "core", strlen("core"))) {
4232 scope = SCOPE_CORE;
4233 goto next;
4234 }
4235 if (!strncmp(add_command, "package", strlen("package"))) {
4236 scope = SCOPE_PACKAGE;
4237 goto next;
4238 }
4239 if (!strncmp(add_command, "cycles", strlen("cycles"))) {
4240 type = COUNTER_CYCLES;
4241 goto next;
4242 }
4243 if (!strncmp(add_command, "seconds", strlen("seconds"))) {
4244 type = COUNTER_SECONDS;
4245 goto next;
4246 }
4247 if (!strncmp(add_command, "raw", strlen("raw"))) {
4248 format = FORMAT_RAW;
4249 goto next;
4250 }
4251 if (!strncmp(add_command, "delta", strlen("delta"))) {
4252 format = FORMAT_DELTA;
4253 goto next;
4254 }
4255 if (!strncmp(add_command, "percent", strlen("percent"))) {
4256 format = FORMAT_PERCENT;
4257 goto next;
4258 }
4259
4260 if (sscanf(add_command, "%18s,%*s", name_buffer) == 1) { /* 18 < NAME_BYTES */
4261 char *eos;
4262
4263 eos = strchr(name_buffer, ',');
4264 if (eos)
4265 *eos = '\0';
4266 goto next;
4267 }
4268
4269next:
4270 add_command = strchr(add_command, ',');
4271 if (add_command)
4272 add_command++;
4273
4274 }
4275 if (msr_num == 0) {
4276 fprintf(stderr, "--add: (msrDDD | msr0xXXX) required\n");
4277 fail++;
4278 }
4279
4280 /* generate default column header */
4281 if (*name_buffer == '\0') {
4282 if (format == FORMAT_RAW) {
4283 if (width == 32)
4284 sprintf(name_buffer, "msr%d", msr_num);
4285 else
4286 sprintf(name_buffer, "MSR%d", msr_num);
4287 } else if (format == FORMAT_DELTA) {
4288 if (width == 32)
4289 sprintf(name_buffer, "cnt%d", msr_num);
4290 else
4291 sprintf(name_buffer, "CNT%d", msr_num);
4292 } else if (format == FORMAT_PERCENT) {
4293 if (width == 32)
4294 sprintf(name_buffer, "msr%d%%", msr_num);
4295 else
4296 sprintf(name_buffer, "MSR%d%%", msr_num);
4297 }
4298 }
4299
4300 if (add_counter(msr_num, name_buffer, width, scope, type, format))
4301 fail++;
4302
4303 if (fail) {
4304 help();
4305 exit(1);
4306 }
4307}
Len Brown812db3f2017-02-10 00:25:41 -05004308/*
4309 * HIDE_LIST - hide this list of counters, show the rest [default]
4310 * SHOW_LIST - show this list of counters, hide the rest
4311 */
4312enum show_hide_mode { SHOW_LIST, HIDE_LIST } global_show_hide_mode = HIDE_LIST;
4313
4314int shown;
4315/*
4316 * parse_show_hide() - process cmdline to set default counter action
4317 */
4318void parse_show_hide(char *optarg, enum show_hide_mode new_mode)
4319{
4320 /*
4321 * --show: show only those specified
4322 * The 1st invocation will clear and replace the enabled mask
4323 * subsequent invocations can add to it.
4324 */
4325 if (new_mode == SHOW_LIST) {
4326 if (shown == 0)
4327 bic_enabled = bic_lookup(optarg);
4328 else
4329 bic_enabled |= bic_lookup(optarg);
4330 shown = 1;
4331
4332 return;
4333 }
4334
4335 /*
4336 * --hide: do not show those specified
4337 * multiple invocations simply clear more bits in enabled mask
4338 */
4339 bic_enabled &= ~bic_lookup(optarg);
4340}
4341
Len Brown103a8fe2010-10-22 23:53:03 -04004342void cmdline(int argc, char **argv)
4343{
4344 int opt;
Len Brownd8af6f52015-02-10 01:56:38 -05004345 int option_index = 0;
4346 static struct option long_options[] = {
Len Brown388e9c82016-12-22 23:57:55 -05004347 {"add", required_argument, 0, 'a'},
Len Brownd8af6f52015-02-10 01:56:38 -05004348 {"Dump", no_argument, 0, 'D'},
4349 {"debug", no_argument, 0, 'd'},
4350 {"interval", required_argument, 0, 'i'},
4351 {"help", no_argument, 0, 'h'},
Len Brown812db3f2017-02-10 00:25:41 -05004352 {"hide", required_argument, 0, 'H'}, // meh, -h taken by --help
Len Brownd8af6f52015-02-10 01:56:38 -05004353 {"Joules", no_argument, 0, 'J'},
Len Brownb7d8c142016-02-13 23:36:17 -05004354 {"out", required_argument, 0, 'o'},
Len Brownd8af6f52015-02-10 01:56:38 -05004355 {"Package", no_argument, 0, 'p'},
4356 {"processor", no_argument, 0, 'p'},
Len Brown812db3f2017-02-10 00:25:41 -05004357 {"show", required_argument, 0, 's'},
Len Brownd8af6f52015-02-10 01:56:38 -05004358 {"Summary", no_argument, 0, 'S'},
4359 {"TCC", required_argument, 0, 'T'},
4360 {"version", no_argument, 0, 'v' },
4361 {0, 0, 0, 0 }
4362 };
Len Brown103a8fe2010-10-22 23:53:03 -04004363
4364 progname = argv[0];
4365
Len Brownb7d8c142016-02-13 23:36:17 -05004366 while ((opt = getopt_long_only(argc, argv, "+C:c:Ddhi:JM:m:o:PpST:v",
Len Brownd8af6f52015-02-10 01:56:38 -05004367 long_options, &option_index)) != -1) {
Len Brown103a8fe2010-10-22 23:53:03 -04004368 switch (opt) {
Len Brown388e9c82016-12-22 23:57:55 -05004369 case 'a':
4370 parse_add_command(optarg);
4371 break;
Len Brownd8af6f52015-02-10 01:56:38 -05004372 case 'D':
4373 dump_only++;
Len Brown8e180f32012-09-22 01:25:08 -04004374 break;
Len Brownd8af6f52015-02-10 01:56:38 -05004375 case 'd':
4376 debug++;
Len Brown2f32edf2012-09-21 23:45:46 -04004377 break;
Len Brown812db3f2017-02-10 00:25:41 -05004378 case 'H':
4379 parse_show_hide(optarg, HIDE_LIST);
4380 break;
Len Brownd8af6f52015-02-10 01:56:38 -05004381 case 'h':
4382 default:
4383 help();
4384 exit(1);
4385 case 'i':
Len Brown2a0609c2016-02-12 22:44:48 -05004386 {
4387 double interval = strtod(optarg, NULL);
4388
4389 if (interval < 0.001) {
Len Brownb7d8c142016-02-13 23:36:17 -05004390 fprintf(outf, "interval %f seconds is too small\n",
Len Brown2a0609c2016-02-12 22:44:48 -05004391 interval);
4392 exit(2);
4393 }
4394
4395 interval_ts.tv_sec = interval;
4396 interval_ts.tv_nsec = (interval - interval_ts.tv_sec) * 1000000000;
4397 }
Len Brown889facb2012-11-08 00:48:57 -05004398 break;
Dirk Brandewie5c56be92013-12-16 10:23:41 -08004399 case 'J':
4400 rapl_joules++;
4401 break;
Len Brownb7d8c142016-02-13 23:36:17 -05004402 case 'o':
4403 outf = fopen_or_die(optarg, "w");
4404 break;
Len Brownd8af6f52015-02-10 01:56:38 -05004405 case 'P':
4406 show_pkg_only++;
4407 break;
4408 case 'p':
4409 show_core_only++;
4410 break;
Len Brown812db3f2017-02-10 00:25:41 -05004411 case 's':
4412 parse_show_hide(optarg, SHOW_LIST);
4413 break;
Len Brownd8af6f52015-02-10 01:56:38 -05004414 case 'S':
4415 summary_only++;
4416 break;
4417 case 'T':
4418 tcc_activation_temp_override = atoi(optarg);
4419 break;
4420 case 'v':
4421 print_version();
4422 exit(0);
4423 break;
Len Brown103a8fe2010-10-22 23:53:03 -04004424 }
4425 }
4426}
4427
4428int main(int argc, char **argv)
4429{
Len Brownb7d8c142016-02-13 23:36:17 -05004430 outf = stderr;
4431
Len Brown103a8fe2010-10-22 23:53:03 -04004432 cmdline(argc, argv);
4433
Len Brownd8af6f52015-02-10 01:56:38 -05004434 if (debug)
4435 print_version();
Len Brown103a8fe2010-10-22 23:53:03 -04004436
4437 turbostat_init();
4438
Andy Shevchenko3b4d5c72014-01-23 17:13:15 +02004439 /* dump counters and exit */
4440 if (dump_only)
4441 return get_and_dump_counters();
4442
Len Brown103a8fe2010-10-22 23:53:03 -04004443 /*
4444 * if any params left, it must be a command to fork
4445 */
4446 if (argc - optind)
4447 return fork_it(argv + optind);
4448 else
4449 turbostat_loop();
4450
4451 return 0;
4452}