From 2f9dad39b0847991dd2b19dc3e999f89397f47f9 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 10 Dec 2017 22:38:17 -0600 Subject: x86,arm: cpu clocks list in package information Show actual clocks where cores or threads share a clock. Ex: x86 SMT each core has one clock shared by both threads. Ex: BCM2837 has one clock for all four cores. Signed-off-by: Burt P --- includes/cpu_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/cpu_util.h b/includes/cpu_util.h index da581a78..c11d3f69 100644 --- a/includes/cpu_util.h +++ b/includes/cpu_util.h @@ -25,6 +25,7 @@ typedef struct { gint cpukhz_max, cpukhz_min, cpukhz_cur; gchar *scaling_driver, *scaling_governor; gint transition_latency; + gchar *shared_list; } cpufreq_data; typedef struct { -- cgit v1.2.3