90 Commits (7ba25aa3c47859dd57ab88fc8fcf4006edb1ef6b)

Author SHA1 Message Date
Christian Göttsche 7ba25aa3c4 IWYU update 5 years ago
Christian Göttsche fe84840314 Add Linux cwd process column 5 years ago
Christian Göttsche 9029cc83ad Merge identical conditional branches 5 years ago
Christian Göttsche 43ee295c23 Drop redundant return statements 5 years ago
Christian Göttsche 5ee6875f73 Typo 5 years ago
Benny Baumann 0b29e5074c Use 'N/A' instead of 'no perm' for more consistency 5 years ago
Benny Baumann 08d6e25301 Distinguish display of no permissions for reading M_LRS 5 years ago
Fynn Wulf 7f18b352b0 Calculate library size (M_LRS column) from maps file 5 years ago
Christian Göttsche 9b31ee5b63 Drop taskstats conditional 5 years ago
Christian Göttsche c88c80e3bd Drop cgroup conditional 5 years ago
Benny Baumann 21e3063e2e Include comm before cmdline if exe could not be read, but comm mismatches basename from cmdline 5 years ago
Benny Baumann 46ee28e897 Refactor command string creation 5 years ago
Benny Baumann 27b36dab1a Make kernel thread display for COMM/EXE columns less visible and more consistent 5 years ago
Benny Baumann f0a232568f Reduce visual noise to when comm and cmdline actually disagree on the program basename 5 years ago
Narendran Gopalakrishnan dde2af1fdb Assume full basename matches COMM when matching full COMM buffer 5 years ago
Narendran Gopalakrishnan be60419630 Cleanup some documentation 5 years ago
Narendran Gopalakrishnan 09fe94da18 Improving Command display/sort 5 years ago
Christian Göttsche fa002c0ba9 Rename virtual memory column from M_SIZE to M_VIRT 5 years ago
Christian Göttsche 3e5cba91ce LinuxProcess: mark LinuxProcess_printDelay static 5 years ago
Christian Göttsche 7cf5277594 IWYU update (Linux) 5 years ago
Christian Göttsche 15eab2012d Add process column for normalized CPU usage 5 years ago
Christian Göttsche 9f67b95308 Mark local functions static 5 years ago
Christian Göttsche 397b5c4bd0 Introduce spaceship comparison for Processes 5 years ago
Benny Baumann 45869513bf Embracing branches 5 years ago
Benny Baumann b23f8235e2 Whitespace and indentation issues 5 years ago
Benny Baumann 374edb9ed5 Spacing after keywords (if) 5 years ago
Christian Göttsche d33b2be2ca Implement LinuxProcess_effectiveIOPriority as function 5 years ago
Christian Göttsche ac2b07eddd Avoid some unnecessary casts and mark some not changing variables const 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 361877454f Cache PAGE_SIZE 5 years ago
Benny Baumann 0f5262917f Make all required includes explicit 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 783be7711d Do not use extra starttime process field on Linux 5 years ago
Christian Göttsche 7af06659e2 Mark remaining classes const 5 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 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 6f387008cb Add security attribute process column 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
Benny Baumann 321960bd96 Update delay accounting to use NAN on error 6 years ago
Benny Baumann 29ec115143 Update IO rate display to use NAN on error 6 years ago
Christian Göttsche eb260af6bf Fix memory leak on cgroup read failure 6 years ago
Christian Göttsche 98ee833932 Add Linux process column for context switches 6 years ago
Zev Weiss a1a027b9bd Axe automated header generation. 6 years ago
Christian Göttsche e7f6d1ce5f Reduce oom cast from long to int 6 years ago
Christian Göttsche d9a5dd4b91 Improve OOM output 6 years ago