summaryrefslogtreecommitdiffstats
path: root/pcp/Platform.c
AgeCommit message (Expand)Author
2022-05-30Implement PCP support for minimum ZFS ARC sizeBenny Baumann
2021-12-17Use correct command field as default fieldChristian Göttsche
2021-12-17Mark ScreenDefaults constChristian Göttsche
2021-12-17Drop unused Platform variablesChristian Göttsche
2021-12-07Introduce screen tabsHisham Muhammad
2021-10-31Early program termination only from main()Volodymyr Vasiutyk
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-03Add completion handling for dynamic meters and columnsNathan Scott
2021-08-17Add combined memory and swap meterChristian Göttsche
2021-08-17PCP: ensure unsigned types used throughout CPU count detectionNathan Scott
2021-08-16PCP: PCPMetric.[ch] MdouleSohaib
2021-08-13Merge branch 'dynamic-columns' of https://github.com/smalinux/htop into smali...Nathan Scott
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2021-08-09Add columns for process autogroup identifier and nice valueNathan Scott
2021-07-29PCP: use the correct metric for shared memory calculationsNathan Scott
2021-07-15Code indentationBenny Baumann
2021-07-09Remove unnecessary include files from PCPDynamicMeter.cNathan Scott
2021-07-07Add more defensive checks to PCP paths if sampling failsNathan Scott
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-06-13Fix a PCP diagnostics typo, add missing pmFreeResult null check.Nathan Scott
2021-06-13Resolve a couple of recent memory leaks in pcp-htopNathan Scott
2021-06-09Update platform-specific header includes to use pcp paths.Nathan Scott
2021-06-09Update the PCP platform to use common Process fields and codeNathan Scott
2021-06-09Various code tidyups based on review commentary from BenBENathan Scott
2021-06-09Resolve some Coverity scan misfires in PCP platform codeNathan Scott
2021-06-09Remove dynamic allocation of PCP metric atomvalues expansionNathan Scott
2021-06-09Add time handling interfaces for the pcp platformNathan Scott
2021-06-09Implement command line and environment handling for pcp htop.Nathan Scott
2021-06-09Implement shared memory support on the PCP platformNathan Scott
2021-06-09Update PCP platform to use the old hostname API callNathan Scott
2021-06-09Update PCP platform to match latest API changesNathan Scott
2021-06-09Ensure PCP platform ZramMeter always uses initialized dataNathan Scott
2021-06-09Fix PCP ZramMeter in presense of missing zram metricsSohaib
2021-06-09Add ZFS ARC statistics and meters to the PCP platformSohaib
2021-06-09Add a platform for Performance Co-Pilot (PCP) metricsNathan Scott