summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcessList.c
Commit message (Expand)AuthorAgeFilesLines
...
* LinuxProcessList_recurseProcTree(): drop non necessary parameterChristian Göttsche2021-04-141-5/+5
* Request the realtime and monotonic clock times once per sampleNathan Scott2021-04-051-9/+1
* Merging all the points related to calculating time in one placeSohaib2021-04-051-5/+9
* Use `#if defined()` syntax when `#elif defined()` is presentBenny Baumann2021-03-211-1/+1
* Use unsigned types for CPU counts and associated variablesChristian Göttsche2021-03-191-14/+13
* LinuxProcessList: drop unnecessary parenthesisChristian Göttsche2021-03-171-1/+1
* Linux: individually show shared memoryChristian Göttsche2021-03-151-1/+6
* LinuxProcessList: refactor /proc/stat parsingChristian Göttsche2021-03-121-71/+59
* Enclose macro argument in parenthesesChristian Göttsche2021-03-021-1/+1
* Correctly detect failure to initialize boottimeNathan Scott2021-02-151-2/+2
* Linux: overhaul memory partitionChristian Göttsche2021-02-071-37/+55
* Merge branch 'comm' of cgzones/htopDaniel Lange2021-02-021-0/+6
|\
| * Reset cache values when setting comm valueChristian Göttsche2021-01-121-0/+6
* | Linux: silence UBSAN implicit conversionsChristian Göttsche2021-01-301-2/+2
* | Linux: document /proc/PID/stat field parsingChristian Göttsche2021-01-301-6/+47
* | Linux: overhaul io process fieldsChristian Göttsche2021-01-301-20/+17
* | Process: document process fieldsChristian Göttsche2021-01-301-4/+8
* | Linux: individual huge page values in the huge page meterDavid Zarzycki2021-01-191-2/+7
* | Linux: handle hugepagesChristian Göttsche2021-01-191-0/+52
* | Define PATH_MAX for GNU/hurdDaniel Lange2021-01-161-0/+1
* | Linux: fall back to cpuinfo on slow scaling_cur_freq readChristian Göttsche2021-01-151-0/+30
|/
* Linux: Add SwapCached to the swap meterDavid Zarzycki2021-01-111-1/+2
* Mark several non-modified pointer variables constChristian Göttsche2021-01-111-7/+7
* Remove dead codeChristian Göttsche2021-01-111-4/+1
* Process: drop commLenChristian Göttsche2021-01-111-23/+7
* Add wrapper function for free and strdupChristian Göttsche2021-01-111-14/+7
* Drop always false conditionChristian Göttsche2021-01-111-1/+1
* Hashtable: use more distinct typename for key typeChristian Göttsche2021-01-061-1/+1
* XUtils: check for multiplication overflow in allocation sizeChristian Göttsche2021-01-021-2/+2
* Only initialize and gather delay accounting data if a related column is enabledChristian Göttsche2021-01-011-12/+21
* Linux: accept clock CPU frequencyChristian Göttsche2020-12-231-1/+3
* Make remaining number literals use uppercaseBenny Baumann2020-12-201-1/+1
* Use upper case numeric literalsChristian Göttsche2020-12-201-2/+2
* Handle absence of package CPU temperatureChristian Göttsche2020-12-141-36/+1
* Harden the extraction of boot time for the Linux platformNathan Scott2020-12-141-12/+11
* Cleanup initialization of jiffies on the Linux platformNathan Scott2020-12-141-15/+15
* Simplify initialization of the Linux haveSmapsRollup variableNathan Scott2020-12-141-8/+2
* Define O_PATH if not already definedChris Burr2020-12-131-0/+6
* Cull the definitions of pageSize and pageSizeKB from CRT.cNathan Scott2020-12-101-2/+11
* IWYU updateChristian Göttsche2020-12-061-3/+2
* Initialize buffer for retrieved pathBenny Baumann2020-12-061-1/+2
* LinuxProcessList: add underscore suffix for raw struct nameChristian Göttsche2020-12-051-1/+1
* Linux: avoid float division by 0 after system sleepChristian Göttsche2020-12-031-2/+3
* Add Linux cwd process columnChristian Göttsche2020-12-031-0/+29
* Dynamically load libsensors at runtimeChristian Göttsche2020-12-021-40/+6
* Add xReadfile wrapper for reading small to medium size filesChristian Göttsche2020-12-021-77/+16
* Use String_eq for readability and consistencyChristian Göttsche2020-12-021-3/+3
* Add cast to unsigned char to avoid signed char misuseChristian Göttsche2020-12-021-1/+1
* Merge identical conditional branchesChristian Göttsche2020-12-021-3/+1
* Linux: fix process parsing for hidden pid directoriesChristian Göttsche2020-11-291-2/+2

© 2014-2024 Faster IT GmbH | imprint | privacy policy