201 Commits (fdaa15bd8d6df7dd4721ed70a913865b343a80c7)

Author SHA1 Message Date
Christian Göttsche fdaa15bd8d Linux: overhaul io process fields 5 years ago
Christian Göttsche 03d6345c89 Process: document process fields 5 years ago
David Zarzycki 03824da684 Linux: individual huge page values in the huge page meter 5 years ago
Christian Göttsche 4d85848988 Linux: handle hugepages 5 years ago
Daniel Lange 71f51a20c1 Define PATH_MAX for GNU/hurd 5 years ago
Christian Göttsche 1f20c0fb3d Linux: fall back to cpuinfo on slow scaling_cur_freq read 5 years ago
David Zarzycki 37e186fd66 Linux: Add SwapCached to the swap meter 5 years ago
Christian Göttsche d72b0a682e Mark several non-modified pointer variables const 5 years ago
Christian Göttsche 1b2d48bc9a Remove dead code 5 years ago
Christian Göttsche d9240999e9 Process: drop commLen 5 years ago
Christian Göttsche 70f48f1f44 Add wrapper function for free and strdup 5 years ago
Christian Göttsche 3715301fe3 Drop always false condition 5 years ago
Christian Göttsche 8fe04b7494 Hashtable: use more distinct typename for key type 5 years ago
Christian Göttsche 8c8149d146 XUtils: check for multiplication overflow in allocation size 5 years ago
Christian Göttsche 293c16e22d Only initialize and gather delay accounting data if a related column is enabled 5 years ago
Christian Göttsche aa08279964 Linux: accept clock CPU frequency 5 years ago
Benny Baumann 4a73e80338 Make remaining number literals use uppercase 5 years ago
Christian Göttsche 6b100b0cf4 Use upper case numeric literals 5 years ago
Christian Göttsche c9583c692d Handle absence of package CPU temperature 5 years ago
Nathan Scott b7836515e8 Harden the extraction of boot time for the Linux platform 5 years ago
Nathan Scott a3db2da4a7 Cleanup initialization of jiffies on the Linux platform 5 years ago
Nathan Scott 8d69a9a53e Simplify initialization of the Linux haveSmapsRollup variable 5 years ago
Chris Burr 8149823d56 Define O_PATH if not already defined 5 years ago
Nathan Scott 75e9f9a8d9 Cull the definitions of pageSize and pageSizeKB from CRT.c 5 years ago
Christian Göttsche 7ba25aa3c4 IWYU update 5 years ago
Benny Baumann 22f8f8000c Initialize buffer for retrieved path 5 years ago
Christian Göttsche 876194492f LinuxProcessList: add underscore suffix for raw struct name 5 years ago
Christian Göttsche d1db9da936 Linux: avoid float division by 0 after system sleep 5 years ago
Christian Göttsche fe84840314 Add Linux cwd process column 5 years ago
Christian Göttsche b76eaf187a Dynamically load libsensors at runtime 5 years ago
Christian Göttsche f7a8952933 Add xReadfile wrapper for reading small to medium size files 5 years ago
Christian Göttsche c0b50164dd Use String_eq for readability and consistency 5 years ago
Christian Göttsche 7975cd2ca3 Add cast to unsigned char to avoid signed char misuse 5 years ago
Christian Göttsche 9029cc83ad Merge identical conditional branches 5 years ago
Christian Göttsche 9549ca8c88 Linux: fix process parsing for hidden pid directories 5 years ago
Daniel Lange 6c306315c8 Fix reading of device nodes > 2 chars from memory maps 5 years ago
Christian Göttsche 2ff2859c23 Add compat mode for systems without openat(2) 5 years ago
Christian Göttsche 638207a2ff LinuxProcessList: use openat instead of building path strings 5 years ago
Nathan Scott f704baeb82 Drop unused global ProcessList memory fields 5 years ago
Benny Baumann 2c27f1d9ab Randomly refresh M_LRS calculation, but latest after 2s 5 years ago
Benny Baumann 31044d1729 Roll our own strtoull implementation specialized to handle the parsing requirements 5 years ago
Benny Baumann cceab5f803 Hardcode actual conversions to read the maps file data 5 years ago
Benny Baumann 721d9112d9 Only calculate M_LRS size every 5 seconds 5 years ago
Fynn Wulf 7f18b352b0 Calculate library size (M_LRS column) from maps file 5 years ago
Christian Göttsche d62c2e9cca LinuxProcessList_recurseProcTree: compute time only once and mark parent const 5 years ago
Christian Göttsche 9b31ee5b63 Drop taskstats conditional 5 years ago
Christian Göttsche c88c80e3bd Drop cgroup conditional 5 years ago
Christian Göttsche c038326a70 LinuxProcessList: fix misspelling 5 years ago
Christian Göttsche 4af8c63f63 Fix file descriptor leak in LinuxProcessList_readCmdlineFile after xread failure 5 years ago
Benny Baumann 21e3063e2e Include comm before cmdline if exe could not be read, but comm mismatches basename from cmdline 5 years ago