htop/pcp
Nathan Scott c7f634ec21 PCP: ensure unsigned types used throughout CPU count detection
This cannot be negative in these code locations, but for the
purposes of static checking like Coverity scan make it clear
and used the same unsigned type as ProcessList.h for the CPU
count variable (matching PL activeCPUs and existingCPUs).
2021-08-17 14:41:55 +10:00
..
columns PCP: support for 'dynamic columns' added at runtime 2021-08-13 07:32:57 +02:00
meters Pretty-print values in the PCP DynamicMeter code 2021-07-08 10:56:05 +10:00
PCPDynamicColumn.c Ensure DynamicColumn hash lookups never see NULL pointers 2021-08-17 14:41:40 +10:00
PCPDynamicColumn.h PCP: PCPMetric.[ch] Mdoule 2021-08-16 17:23:07 +02:00
PCPDynamicMeter.c PCP: PCPMetric.[ch] Mdoule 2021-08-16 17:23:07 +02:00
PCPDynamicMeter.h PCP: PCPMetric.[ch] Mdoule 2021-08-16 17:23:07 +02:00
PCPMetric.c PCP: PCPMetric.[ch] Mdoule 2021-08-16 17:23:07 +02:00
PCPMetric.h PCP: PCPMetric.[ch] Mdoule 2021-08-16 17:23:07 +02:00
PCPProcess.c PCP: PCPMetric.[ch] Mdoule 2021-08-16 17:23:07 +02:00
PCPProcess.h PCP: PCPMetric.[ch] Mdoule 2021-08-16 17:23:07 +02:00
PCPProcessList.c PCP: ensure unsigned types used throughout CPU count detection 2021-08-17 14:41:55 +10:00
PCPProcessList.h PCP: support for 'dynamic columns' added at runtime 2021-08-13 07:32:57 +02:00
Platform.c PCP: ensure unsigned types used throughout CPU count detection 2021-08-17 14:41:55 +10:00
Platform.h PCP: ensure unsigned types used throughout CPU count detection 2021-08-17 14:41:55 +10:00
ProcessField.h Add columns for process autogroup identifier and nice value 2021-08-09 07:56:13 +02:00