56 Commits (26993d2d2b2be391adbfaa2ee53ee3e77f323b28)

Author SHA1 Message Date
Christian Göttsche 1193c6e349 Use common naming for bare enum types 5 years ago
Nathan Scott a3db2da4a7 Cleanup initialization of jiffies on the Linux platform 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
Christian Göttsche fe84840314 Add Linux cwd process column 5 years ago
Benny Baumann 721d9112d9 Only calculate M_LRS size every 5 seconds 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
Narendran Gopalakrishnan 09fe94da18 Improving Command display/sort 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 9f67b95308 Mark local functions static 5 years ago
Benny Baumann 61e14d4bb2 Spacing around operators 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 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
Benny Baumann 0f5262917f Make all required includes explicit 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
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 98ee833932 Add Linux process column for context switches 6 years ago
Nathan Scott 8ec5d4a3a0 Further, minor cleanups to headers post-MakeHeaders 6 years ago
Zev Weiss 7b7822b896 Remove superfluous 'extern's from function declarations. 6 years ago
Zev Weiss a1a027b9bd Axe automated header generation. 6 years ago
Nathan Scott 5dad65ac2a Update header files to match whitespace changes in source files 6 years ago
Nathan Scott 500fb283e9 Resolve compiler warnings and errors relating to the Arg union 6 years ago
Nathan Scott dfd9279f87 Resolve complation issues with -fno-common (default from gcc-10) 6 years ago
Daniel Flanagan dd33444f7e Clean up existing whitespace 6 years ago
Alexander Schlarb fc0bf546c3 Linux: Add PSS (proportional set size), Swap and SwapPSS calculation 7 years ago
Shawn Landden bd1d719a61 Linux: add process->starttime and use it for STARTTIME column (#700) 8 years ago
Hisham Muhammad 47cf1532b0 Linux: change how kernel threads are detected 8 years ago
André Carvalho b7b66b76a5 Adds support for linux delay accounting (#667) 8 years ago
Hisham 8af4d9f453 Interpret TTY_NR column on Linux, 10 years ago
Hisham Muhammad 9428010121 Make column width calculation dynamic. 11 years ago
Hisham Muhammad 2f45008477 Enable OOM support unconditionally on Linux. 11 years ago
Hisham Muhammad 4c24a9b462 Fixes to subclassing Process. 11 years ago
Hisham Muhammad 4e064e0db7 Build fixes to resync with FreeBSD changes. 11 years ago
Hisham Muhammad 7fd4af80ff Linux build fixes. 11 years ago
Hisham Muhammad be1700cf94 Isolate portable and Linux-specific process fields. 11 years ago
Hisham Muhammad e3fe3962cb Move more Linux-specific code into Linux subdir. 11 years ago
Hisham Muhammad 0a184b769f Merge fixes 11 years ago
Hisham Muhammad 9780c312f4 Fix allocation of processes. Closes #166. 11 years ago