summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
2020-12-06Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing t...Christian Göttsche
2020-12-06Use size_t as type for buffer length in ProcessChristian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
2020-12-06IWYU updateChristian Göttsche
2020-12-06Initialize buffer for retrieved pathBenny Baumann
2020-12-05LinuxProcessList: add underscore suffix for raw struct nameChristian Göttsche
2020-12-05Resolve conversion from ssize_t to int for readlink return valueChristian Göttsche
2020-12-04Convert personal copyright authorship to teamChristian Göttsche
2020-12-03Linux: avoid float division by 0 after system sleepChristian Göttsche
2020-12-03Add Linux cwd process columnChristian Göttsche
2020-12-02Dynamically load libsensors at runtimeChristian Göttsche
2020-12-02Add xReadfile wrapper for reading small to medium size filesChristian Göttsche
2020-12-02PressureStallMeter: improve display stringsChristian Göttsche
2020-12-02Use String_eq for readability and consistencyChristian Göttsche
2020-12-02Add cast to unsigned char to avoid signed char misuseChristian Göttsche
2020-12-02Merge identical conditional branchesChristian Göttsche
2020-12-02Drop redundant return statementsChristian Göttsche
2020-11-29Linux: fix process parsing for hidden pid directoriesChristian Göttsche
2020-11-28TypoChristian Göttsche
2020-11-28Update even more snprintfsChristian Göttsche
2020-11-28Use 'N/A' instead of 'no perm' for more consistencyBenny Baumann
2020-11-28Fix reading of device nodes > 2 chars from memory mapsDaniel Lange
2020-11-28Add compat mode for systems without openat(2)Christian Göttsche
2020-11-28LinuxProcessList: use openat instead of building path stringsChristian Göttsche
2020-11-27Drop unused global ProcessList memory fieldsNathan Scott
2020-11-26Randomly refresh M_LRS calculation, but latest after 2sBenny Baumann
2020-11-26Distinguish display of no permissions for reading M_LRSBenny Baumann
2020-11-26Roll our own strtoull implementation specialized to handle the parsing requir...Benny Baumann
2020-11-26Hardcode actual conversions to read the maps file dataBenny Baumann
2020-11-26Only calculate M_LRS size every 5 secondsBenny Baumann
2020-11-26Calculate library size (M_LRS column) from maps fileFynn Wulf
2020-11-26IOPriorityPanel: drop unnecessary buffer size decrementChristian Göttsche
2020-11-25LinuxProcessList_recurseProcTree: compute time only once and mark parent constChristian Göttsche
2020-11-25Drop taskstats conditionalChristian Göttsche
2020-11-25Drop cgroup conditionalChristian Göttsche
2020-11-25LinuxProcessList: fix misspellingChristian Göttsche
2020-11-25Unify naming of first argument of Platform_getBatteryChristian Göttsche
2020-11-24Fix file descriptor leak in LinuxProcessList_readCmdlineFile after xread failureChristian Göttsche
2020-11-24Include comm before cmdline if exe could not be read, but comm mismatches bas...Benny Baumann
2020-11-24Refactor command string creationBenny Baumann
2020-11-24Make kernel thread display for COMM/EXE columns less visible and more consistentBenny Baumann
2020-11-24Reduce visual noise to when comm and cmdline actually disagree on the program...Benny Baumann
2020-11-24Assume full basename matches COMM when matching full COMM bufferNarendran Gopalakrishnan
2020-11-24Cleanup some documentationNarendran Gopalakrishnan
2020-11-24Add heuristic for space-separated cmdlineBenny Baumann
2020-11-24Compatibility function for faccessatBenny Baumann
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-24LinuxProcess_adjustTime: simplify by not using doubleChristian Göttsche
2020-11-24LinuxProcessList: fix misspellingChristian Göttsche
2020-11-23Linux: fix display of new thread for one cycle when hiddenChristian Göttsche