245 Commits (cb8bb12974af25fc845acc008c529eb86835fe6f)

Author SHA1 Message Date
Benny Baumann 0d64ca9262 Wrap inline structure definitions 5 years ago
Benny Baumann 45869513bf Embracing branches 5 years ago
Benny Baumann 61e14d4bb2 Spacing around operators 5 years ago
Benny Baumann b23f8235e2 Whitespace and indentation issues 5 years ago
Benny Baumann 9a16b1079e Make scope of match macro symmetric 5 years ago
Benny Baumann 493217e814 Fix indentation to 3 spaces 5 years ago
Benny Baumann adf797c295 Spacing after keywords (for) 5 years ago
Benny Baumann 374edb9ed5 Spacing after keywords (if) 5 years ago
Benny Baumann 0a51eae11f Spacing after keywords (while) 5 years ago
Benny Baumann c790b6ae67 Remove accidental syntax collision 5 years ago
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 Goettsche c2fdfd99eb FreeBSD: implement Platform_getDiskIO() 5 years ago
Christian Göttsche 76797f8d92 Implement Process_isUserlandThread as function 5 years ago
Christian Göttsche d33b2be2ca Implement LinuxProcess_effectiveIOPriority as function 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
Benny Baumann c98d4577c9 Refactor code for reading process environment from procfs 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 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 6 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