82 Commits (423eff6267ca860fa70a5f222a660fc6e784dc92)

Author SHA1 Message Date
Benny Baumann 9dc964bb42 Compress cgroup names based on some heuristics 4 years ago
Rin Cat (鈴猫) 07496eafb0 Linux: use proper way to detect kernel threads 4 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Christian Göttsche 58a59c11f4 linux: drop dead process field column DIRTY 5 years ago
Christian Göttsche 2bf626c4e4 IWYU update 5 years ago
Nathan Scott 1bd95983b2 Add columns for process autogroup identifier and nice value 5 years ago
Benny Baumann b6ff5c8a2e Move CWD field handling to platform-neutral code 5 years ago
Benny Baumann bcb18ef822 Move Process_makeCommandStr to global Process implementation 5 years ago
Benny Baumann 7224d0e083 Move kernel/userland thread handling to platform-independent implementation 5 years ago
Benny Baumann 1a1fddae85 Pre-calculate isUserlandThread flag 5 years ago
Benny Baumann cdb660adab Move mergeCommand to global process struct 5 years ago
Benny Baumann 666f70c58c Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process structure 5 years ago
Benny Baumann 6dc485dd20 Remove duplicate field LinuxProcess->procCmdlineBasenameEnd 5 years ago
Benny Baumann a685661866 Move procExeBasenameOffset to main Process structure 5 years ago
Benny Baumann 93a44acf7e Move procExeDeleted flag to main Process structure 5 years ago
Benny Baumann d74e8b7554 Move procComm and procExe to main Process structure 5 years ago
Benny Baumann fbec3e4005 Refactor makeCommandStr 5 years ago
mayurdahibhate 3f86a011e6 platform-dependent files included relative to main source directory 5 years ago
Christian Göttsche 323d7e73aa Linux: update IO fields 5 years ago
Christian Göttsche 9a8221568a Rework TTY column 5 years ago
Nathan Scott 8cd90f0c4a Fix a couple of small spelling mistakes in comments 5 years ago
Christian Göttsche fdaa15bd8d Linux: overhaul io process fields 5 years ago
Christian Göttsche 293c16e22d Only initialize and gather delay accounting data if a related column is enabled 5 years ago
Christian Göttsche 9f68c8d341 Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns 5 years ago
Christian Göttsche 89473cc9ae Rework enum ProcessField 5 years ago
Christian Göttsche d872e36308 LinuxProcess: drop dead Process columns 5 years ago
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