tools/power/x86/intel-speed-select: Add display for enabled cpus count
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Thu, 5 Mar 2020 22:45:36 +0000 (14:45 -0800)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 20 Mar 2020 12:46:23 +0000 (14:46 +0200)
In addition to total CPU count also display "enabled-cpu-count" for
perf-profile info command. This will show number of CPUs in the
"enable-cpu-mask".

For example:

 perf-profile-level-4
        cpu-count:32
        enable-cpu-count:16
        enable-cpu-mask:e42d0000,e42d0000

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
tools/power/x86/intel-speed-select/isst-display.c

index ed51d8b..4f4c421 100644 (file)
@@ -354,6 +354,14 @@ void isst_ctdp_display_information(int cpu, FILE *outf, int tdp_level,
                snprintf(value, sizeof(value), "%d", j);
                format_and_print(outf, base_level + 4, header, value);
 
+               j = CPU_COUNT_S(ctdp_level->core_cpumask_size,
+                               ctdp_level->core_cpumask);
+               if (j) {
+                       snprintf(header, sizeof(header), "enable-cpu-count");
+                       snprintf(value, sizeof(value), "%d", j);
+                       format_and_print(outf, base_level + 4, header, value);
+               }
+
                if (ctdp_level->core_cpumask_size) {
                        snprintf(header, sizeof(header), "enable-cpu-mask");
                        printcpumask(sizeof(value), value,