125 Commits (7ab0915a6c8bab76273085ac563102e7ef8a6756)

Author SHA1 Message Date
Benny Baumann 7ab0915a6c Remove unnecessary trailing semicolon on macros 5 years ago
Christian Göttsche 15652e7b81 Enclose macro arguments in parentheses 5 years ago
Murloc Knight ab17ef4dc0 Zram Meter feature 5 years ago
Christian Göttsche 8c1f5c5a6f Enclose macro arguments in parentheses 5 years ago
Benny Baumann cf1a9ec180 Refactor LinuxProcessList_readSmapsFile to work line-oriented 5 years ago
Christian Göttsche ac2b07eddd Avoid some unnecessary casts and mark some not changing variables const 5 years ago
Christian Göttsche 27870bd4de Drop unneeded variablw initialization and reduce scope 5 years ago
Christian Göttsche a3bb7cbe64 Hold only a const version of Settings in ProcessList 5 years ago
Christian Göttsche 4eb443926f Hold only a const version of Settings in Process 5 years ago
Christian Göttsche 4c66eb6d4c XUtils string related updates 5 years ago
Christian Göttsche 96e2a4259e Continue to update generic data in paused mode 5 years ago
Christian Göttsche 361877454f Cache PAGE_SIZE 5 years ago
Benny Baumann 0f5262917f Make all required includes explicit 5 years ago
Benny Baumann 81543253cf Fix misaligned access inside taskstats structure 5 years ago
Benny Baumann 872e542f4e Rename StringUtils.[ch] to XUtils.[ch] 5 years ago
Christian Göttsche a63cfc8b7c Refactor generating starttime string into Process class 5 years ago
Christian Göttsche 783be7711d Do not use extra starttime process field on Linux 5 years ago
Christian Göttsche 25022c219d Read CPU count every cycle to avoid issues when HT/SMT mode changes 5 years ago
Benny Baumann 2970cae543 Handle parsing envID & VPid from process status file 6 years ago
Christian Göttsche 954d6c12f5 Simplify statm parsing and document unused fields 6 years ago
Daniel Lange 079c2abf8e Update License consistently to GPLv2 as per COPYING file 6 years ago
Christian Göttsche d69585b82a Resolve DEBUG compilation issues 6 years ago
Christian Göttsche 6f387008cb Add security attribute process column 6 years ago
Christian Göttsche 7ae967a04b Drop redundant return statements 6 years ago
Christian Göttsche 843949131a Drop redundant casts to the same type 6 years ago
Christian Göttsche 18b1e9fba9 Do not drop qualifier in cast 6 years ago
Christian Göttsche edf1b10d2c Read CPU frequency from sysfs by default 6 years ago
Christian Göttsche 594409f299 Add DeepCode inline suppression 6 years ago
Benny Baumann 321960bd96 Update delay accounting to use NAN on error 6 years ago
Benny Baumann 3c65d78d77 Update CPU freq display to use NAN on error 6 years ago
Benny Baumann d0d3deb73c Properly query sysconf settting and use NAN if unavailable 6 years ago
Benny Baumann 29ec115143 Update IO rate display to use NAN on error 6 years ago
Christian Göttsche f9966b5be3 Use checked allocation wrappers 6 years ago
Christian Göttsche eb260af6bf Fix memory leak on cgroup read failure 6 years ago
Christian Göttsche 00665e2a2b Avoid unsigned integer overflow 6 years ago
Christian Göttsche 98ee833932 Add Linux process column for context switches 6 years ago
Christian Göttsche 37921382f4 Use PROCDIR throughout instead of /proc on Linux 6 years ago
Christian Göttsche b096fdbfc0 Avoid potential buffer overflow in LinuxProcessList_readStatFile 6 years ago
Nathan Scott 4597332959 Switch variable/field naming from WhiteList to MatchList 6 years ago
Nathan Scott c5808c56db Consolidate repeated macro definitions into one header 6 years ago
Zev Weiss a1a027b9bd Axe automated header generation. 6 years ago
Christian Göttsche 5c99c6e942 Check btime sscanf parse from /proc/stat 6 years ago
Christian Göttsche a850d81bf5 Avoid use of uninitialized variables 6 years ago
Christian Göttsche 05a5fdc47f Ignore sscanf return value of /proc/stat 6 years ago
Christian Göttsche af84d3dfa9 Fail on out-of-range CPU number 6 years ago
Christian Göttsche d9a5dd4b91 Improve OOM output 6 years ago
Christian Göttsche a48ce9d103 Really tell gcc to ignore return value of fscanf 6 years ago
Christian Göttsche 4e2b9f0965 Avoid shadowing warnings 6 years ago
Christian Göttsche 3856bf574b Introduce xAsprintf as checked version of asprintf 6 years ago
Nathan Scott eef6bc447d Correction to smaps buffer size passed to smaps path snprintf 6 years ago