summaryrefslogtreecommitdiffstats
path: root/pcp
AgeCommit message (Expand)Author
2021-09-03Add completion handling for dynamic meters and columnsNathan Scott
2021-09-02PCP: do not set exe to empty stringChristian Göttsche
2021-08-17Add combined memory and swap meterChristian Göttsche
2021-08-17Apply suggestions from code reviewNathan Scott
2021-08-17PCP: ensure unsigned types used throughout CPU count detectionNathan Scott
2021-08-17Ensure DynamicColumn hash lookups never see NULL pointersNathan 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-09Merge branch 'pcp-dynamic-cpu'Nathan Scott
2021-08-09Add columns for process autogroup identifier and nice valueNathan Scott
2021-08-09PCP: implement a missing piece for offline and hotplug CPUsNathan Scott
2021-08-02Merge branch 'cpu_count' of cgzones/htopDaniel Lange
2021-07-29PCP: fix per-process user and system time conversionsNathan Scott
2021-07-29PCP: use the correct metric for shared memory calculationsNathan Scott
2021-07-18PCP: fixup: missing setter for isUserlandThreadSohaib Mohamed
2021-07-18Add ProcessList_isCPUonlineChristian Göttsche
2021-07-18Rework CPU countingChristian Göttsche
2021-07-15Pointer indication aligned to typenameBenny Baumann
2021-07-15Indentation of string argumentsBenny Baumann
2021-07-15Whitespace around operatorsBenny Baumann
2021-07-15Code indentationBenny Baumann
2021-07-15Split statements that should go onto multiple linesBenny Baumann
2021-07-15PCP: cleanup: put ZFS in its rightful placeSohaib Mohamed
2021-07-14Fix whitespace oddity in previous DynamicMeter updatesNathan Scott
2021-07-14Improve the DynamicMeter_search API to make 'key' optionalNathan Scott
2021-07-14Additional pointer checks in dynamic meter code for CoverityNathan Scott
2021-07-14Ensure PCP dynamic metric configuration definition uniquenessNathan Scott
2021-07-09Remove unnecessary include files from PCPDynamicMeter.cNathan Scott
2021-07-08Pretty-print values in the PCP DynamicMeter codeNathan Scott
2021-07-07Add more defensive checks to PCP paths if sampling failsNathan Scott
2021-07-07PCP: use palette meter text colour for dynamic meter labelsSohaib Mohamed
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-07-07Fix an assert on kernel process name length on the PCP platformNathan Scott
2021-06-30PCP: Fix minor cut+paste typoSohaib Mohamed
2021-06-22PCP: Always update usernameBenny Baumann
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-09Use macros to PCPProcessList value extraction, tweak configure.acNathan 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-09Rework TTY column for the PCP platformNathan 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