From ed3f06ac01735c3c1434e10d79dacbc5821a9ca4 Mon Sep 17 00:00:00 2001 From: Burt P Date: Mon, 7 Aug 2017 08:26:49 -0500 Subject: Handle mixed cores in get_processor_name(), ex: big.LITTLE or Tegra In the future, I think a processor will need a name and a description. Name as the straight name of the processor or SOC, and description as what name is now, with 4x and whatnot. x86 description might be "8 cores, 16 threads" or similar. Signed-off-by: Burt P --- includes/devices.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/devices.h b/includes/devices.h index 602024b0..0699032c 100644 --- a/includes/devices.h +++ b/includes/devices.h @@ -40,6 +40,7 @@ GSList *processor_scan(void); void get_processor_strfamily(Processor * processor); gchar *processor_get_detailed_info(Processor * processor); gchar *processor_get_info(GSList * processors); +gchar *processor_describe(GSList * processors); /* Memory */ void init_memory_labels(void); -- cgit v1.2.3