278 Commits (82d34deaf14e8f44ba6623bc5ca5cc41a7d9012b)

Author SHA1 Message Date
Benny Baumann 93a44acf7e Move procExeDeleted flag to main Process structure 5 years ago
Benny Baumann b839987df7 Rename basenameOffset to cmdlineBasenameOffset 5 years ago
Benny Baumann d74e8b7554 Move procComm and procExe to main Process structure 5 years ago
Benny Baumann 02431c43e1 Rename command line field from comm to cmdline 5 years ago
mayurdahibhate 3f86a011e6 platform-dependent files included relative to main source directory 5 years ago
mayurdahibhate 1b74dfe187 cleaned up includes with iwyu 5 years ago
Christian Göttsche 323d7e73aa Linux: update IO fields 5 years ago
Christian Göttsche 2d7069feb4 Linux: handle Shmem being part of Cached 5 years ago
Christian Göttsche a05e78f531 Linux: use more robust pid parsing 5 years ago
Christian Göttsche 9a8221568a Rework TTY column 5 years ago
Christian Göttsche 74d061700c LinuxProcessList_recurseProcTree(): drop non necessary parameter 5 years ago
Nathan Scott 356488aa53 Request the realtime and monotonic clock times once per sample 5 years ago
Sohaib 421bdeec60 Merging all the points related to calculating time in one place 5 years ago
Benny Baumann 57e0ce7b4f Use `#if defined()` syntax when `#elif defined()` is present 5 years ago
Christian Göttsche a11d01568c Use unsigned types for CPU counts and associated variables 5 years ago
Christian Göttsche e942736267 LinuxProcessList: drop unnecessary parenthesis 5 years ago
Christian Göttsche d9f2eacbc5 Linux: individually show shared memory 5 years ago
Christian Göttsche 0cfc9b0980 LinuxProcessList: refactor /proc/stat parsing 5 years ago
Christian Göttsche 13b28fa9ed Enclose macro argument in parentheses 5 years ago
Nathan Scott 7433bf4b18 Correctly detect failure to initialize boottime 5 years ago
Christian Göttsche 3d497a3760 Linux: overhaul memory partition 5 years ago
Christian Göttsche 7bfa466abe Linux: silence UBSAN implicit conversions 5 years ago
Christian Göttsche 1014e897a7 Linux: document /proc/PID/stat field parsing 5 years ago
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
Christian Göttsche c865313e2d Reset cache values when setting comm value 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