483 Commits (ec2307688e14ccd7d63257db94de8b78e998f6ab)

Author SHA1 Message Date
Christian Göttsche 7109172431 Mark process parameter of Process_writeField consistently const 5 years ago
Christian Göttsche 72103e9613 Hold only a const version of the ProcessList in Meters 5 years ago
Christian Göttsche f757810f48 Improve handling of no data in Disk and Network IO Meters 5 years ago
Jan Palus 167adc0a2b Parse POWER_SUPPLY_CAPACITY 5 years ago
Christian Göttsche e12d48a661 Fix wrong strncmp replacement 5 years ago
Christian Göttsche 7429c22201 Drop unnecessary cast 5 years ago
Christian Göttsche 8a08a3209c IWYU update 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
Benny Baumann c6f04a9c5d Move xAsprintf, xSnprintf and xStrdup to StringUtils.h 5 years ago
Christian Göttsche 7cd093ce95 Add NetworkIOMeter 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 d744dac7ee Add SELinuxMeter 5 years ago
Christian Göttsche 7af06659e2 Mark remaining classes const 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 601480003f Centralise fault handling 6 years ago
Christian Göttsche 79ad39c718 Mark Object pointer to _display function const 6 years ago
Christian Göttsche 41eea8a355 Mark process argument of Process_isThread const 6 years ago
Benny Baumann 2970cae543 Handle parsing envID & VPid from process status file 6 years ago
Christian Göttsche ba282cfe19 Mark Object instances const 6 years ago
Christian Göttsche 08d85e6143 Mark Object classes and Object class fields const 6 years ago
Christian Göttsche 954d6c12f5 Simplify statm parsing and document unused fields 6 years ago
Christian Göttsche ad3acfc847 Handle Panel_getSelected() returning NULL 6 years ago
Michael F. Schönitzer d93cac12be
Add a date and datetime meter (#159) 6 years ago
Daniel Lange 079c2abf8e Update License consistently to GPLv2 as per COPYING file 6 years ago
Christian Göttsche 42946ec113 Introduce ARRAYSIZE 6 years ago
Christian Göttsche d69585b82a Resolve DEBUG compilation issues 6 years ago
Christian Göttsche e518459981 Add DiskIOMeter for IO read/write usage 6 years ago
Christian Göttsche 6f387008cb Add security attribute process column 6 years ago
Christian Göttsche 241e4b3dbf Drop redundant declarations 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
multi 9ee72568dc CPUMeter: add octuple-column CPU meters. 6 years ago
multi dfa40ad0eb Linux: consider the ZFS ARC to be cache. 6 years ago
Christian Göttsche 18b1e9fba9 Do not drop qualifier in cast 6 years ago
Christian Göttsche cd1ba1422b Avoid bad function cast warning 6 years ago
Christian Göttsche 4296e74ada Include prototype in Battery implementation 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 7ecea3d485 Use return value of CLAMP function 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
Benny Baumann 47e2cefe02 Update battery API to use NAN on error 6 years ago