htop/pcp
Christian Göttsche 41af31be7f Rework CPU counting
Currently htop does not support offline CPUs and hot-swapping, e.g. via
    echo 0 > /sys/devices/system/cpu/cpu2/online

Split the current single cpuCount variable into activeCPUs and
existingCPUs.

Supersedes: #650
Related: #580
2021-07-18 07:44:02 +02:00
..
meters Pretty-print values in the PCP DynamicMeter code 2021-07-08 10:56:05 +10:00
PCPDynamicMeter.c Indentation of string arguments 2021-07-15 06:57:24 +02:00
PCPDynamicMeter.h Remove unnecessary include files from PCPDynamicMeter.c 2021-07-09 12:42:36 +10:00
PCPProcess.c Split statements that should go onto multiple lines 2021-07-15 06:57:24 +02:00
PCPProcess.h Update the PCP platform to use common Process fields and code 2021-06-09 17:09:29 +10:00
PCPProcessList.c Rework CPU counting 2021-07-18 07:44:02 +02:00
PCPProcessList.h Add a new DynamicMeter class for runtime Meter extension 2021-07-07 10:59:36 +10:00
Platform.c Code indentation 2021-07-15 06:57:24 +02:00
Platform.h Remove unnecessary include files from PCPDynamicMeter.c 2021-07-09 12:42:36 +10:00
ProcessField.h Update the PCP platform to use common Process fields and code 2021-06-09 17:09:29 +10:00