661 Commits (a94e7661ba7dbdc8d71d348ca79e003abecbbdd2)

Author SHA1 Message Date
Christian Göttsche 66f0ba0478 Linux: reorder /proc/<pid>/status parsing 2 years ago
Christian Göttsche ef07d6ed9f Linux: show newlines in commands as ? instead of space 2 years ago
Explorer09 e54871b679 Linux: Permit non-ASCII for CGROUP, CONTAINER & SECATTR fields 2 years ago
Explorer09 7017b86bbf Use 'sb' name for local 'struct stat' buffers 2 years ago
Explorer09 a46b3f0a98 Use 'fp' name for local 'FILE*' variables. 2 years ago
Benny Baumann 51ead9d8b6 Explicit memory initialization when reading status file 2 years ago
Christian Göttsche 49bad52fc2 linux: harden terminal parsing 2 years ago
Benny Baumann 1a12d58526 Work around GCC14 memleak diagnostic 2 years ago
Christian Göttsche 327593e5cd Align parameter names in declarations with definitions 2 years ago
Christian Göttsche 56d7622902 Use uppercase floating point literals 2 years ago
Christian Göttsche 626db518b3 Drop casts to same type 2 years ago
Christian Göttsche 3477fbf2c9 Linux: fix title alignments of GPU columns 2 years ago
Christian Göttsche 85c3c3a88a Linux: add process column whether it is marked a container process 2 years ago
Christian Göttsche 22d25db467 Linux: detect container process by different PID namespace 2 years ago
Christian Göttsche 76a13dbb4e Linux: do not always read /proc/<pid>/status 2 years ago
Christian Göttsche 213411173c Linux: reorder some calls in LinuxProcessList_recurseProcTree() 2 years ago
Christian Göttsche 48181bc237 Linux: update gathering information regarding threads 2 years ago
Christian Göttsche b4d5b5cea9 Linux: gather permitted capabilities via capget(2) 2 years ago
Explorer09 eb27a94ba4 Adapt GPU_TIME field for the new nanoseconds format 2 years ago
Christian Göttsche 24b1513296 linux: use dlopen for libnl3 instead of dynamic linking 2 years ago
Christian Göttsche a782ef3570 linux: move libnl code into separate file 2 years ago
Benny Baumann 6eed489846 Use size_t for array indices consistently 2 years ago
Martin Rys 240dd4ab50 Linux: Correctly mark trailing offline CPU threads 2 years ago
Benny Baumann e50b33d537 Avoid glibc FILE API for number of open files 2 years ago
Benny Baumann 78c6aacfb5 Avoid glibc FILE API for maxpid 2 years ago
Benny Baumann 49f0ca2d70 Avoid glibc FILE API for loadavg 2 years ago
Benny Baumann 4806b4ebfb Avoid glibc FILE API for uptime reading 2 years ago
Benny Baumann 3eb8bfa4cc Avoid glibc FILE API for secattr 2 years ago
Benny Baumann cdf7a5a93b Avoid glibc FILE API for oom_score 2 years ago
Benny Baumann 2b7f4a65a8 Avoid glibc FILE voodoo 2 years ago
Christian Göttsche 0318589c8b Linux: scan GPU based on previous activity 2 years ago
Christian Göttsche f8c5bdd864 Linux: add GPU meter and process column 2 years ago
Christian Göttsche cbcfc5f7d0 Introduce autoTitleRightAlign column flag 2 years ago
Benny Baumann ea30b98b86 Read executable name before checking the command line 2 years ago
Benny Baumann 1f664ee214 Properly track if we actually hit any token while scanning cmdline 2 years ago
Christian Göttsche 94c7822401 Explicitly check sscanf(3) and fscanf(3) return values 2 years ago
Christian Göttsche 207db2e8f8 Linux: drop preconditions for free_and_xStrdup() 2 years ago
Christian Göttsche 8e11f1f656 Linux: rename variable for clearer intent 2 years ago
Benny Baumann b6b9384678 Fix the display of number of running tasks 2 years ago
Christian Göttsche e59176f23c Fix static linking with libsystemd 2 years ago
Christian Göttsche 2b6304cec5 Linux: use fseek(3) 2 years ago
Benny Baumann b149a506cf Shorten docker container IDs to 12 characters 2 years ago
Benny Baumann 6490590dc8 Relocate include of config.h from header to source modeule 2 years ago
Benny Baumann e56089e1fa Update includes based on IWYU 2 years ago
Benny Baumann 2aacbf84cb Use consistent style for process field output/compare functions 2 years ago
Benny Baumann 6aa9ef2726 Fix code style 2 years ago
Daniel Lange 179aeb0108 Add includes for config.h as per the discussion in PR #1337 2 years ago
Benny Baumann 92a68c097f Consolidate duplicate string constants in CGroup filters 2 years ago
Benny Baumann d5b1556497 Add column for process container name 2 years ago
Benny Baumann 1069e069ab Add logic to filter the container name (+type) from the CGroup name 2 years ago