246 Commits (2ae19064791306b8cd7c741cf3431bde58d77136)

Author SHA1 Message Date
Hisham Muhammad 72ba20fa5f Introduce screen tabs 4 years ago
Christian Göttsche a38f48481e Process: highlight UNINTERRUPTIBLE_WAIT state (D) 4 years ago
marcluque d8dfbbd37c Tidy up process state handling 4 years ago
Silke Hofstra 696f79fe50 Dynamically scale the ST_UID size to support 32-bit UIDs 4 years ago
Benny Baumann b7248f6cb8 Handle procExeDeleted & usesDeletedLib without mergedCommandline mode 4 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Nathan Scott be82448bd5
Process_printPercentage using one color transition 5 years ago
Benny Baumann 3f805cf347 Highlight large percentages similar to large memory columns 5 years ago
Hisham Muhammad 556d7c03e8 Add a Process_printPercentage helper routine 5 years ago
Christian Göttsche 0580dbb202 NetBSD: color process state P as running 5 years ago
Christian Göttsche 5dec9475bb Use break inside loop with false condition 5 years ago
Christian Göttsche ce27f8379d Respect "Show custom thread names" setting update 5 years ago
Sohaib Mohamed 6f2021f3d9 PCP: support for 'dynamic columns' added at runtime 5 years ago
Christian Göttsche 41af31be7f Rework CPU counting 5 years ago
Benny Baumann 7bfd62b8e4 Respect "Show custom thread names" setting 5 years ago
Benny Baumann 976c6123f4 Pointer indication aligned to typename 5 years ago
Benny Baumann 0d85af2872 Whitespace around operators 5 years ago
Benny Baumann 458749df45 Code indentation 5 years ago
Benny Baumann de1d06300d Apply stale lib highlighting for EXE too 5 years ago
Christian Göttsche 9114cf6ea3 Linux: update process uid on change 5 years ago
Christian Göttsche 8154125d4b Check processes for using deleted shared libraries 5 years ago
Benny Baumann b6ff5c8a2e Move CWD field handling to platform-neutral code 5 years ago
Christian Göttsche c408add108 Linux: add reset to heuristic 5 years ago
Christian Göttsche 550a141860 Add ELAPSED process column 5 years ago
Benny Baumann bf07c713ba Allow for highlighting of deleted executables to be configured 5 years ago
Christian Göttsche 05fb681d5c Process: add convenience helper functions to update merged command line related data 5 years ago
Benny Baumann 7ef58f2dcf Drop mc->maxLen field 5 years ago
Benny Baumann 2824e2989a Reduce code duplication for nearly identical code-paths 5 years ago
Benny Baumann 9a78155e17 Properly brace macro arguments 5 years ago
Benny Baumann aa8552ba88 Move PROC_COMM/PROC_EXE column handling to global Process implementation 5 years ago
Benny Baumann a61a2e6d47 Call makeCommandStr on all platforms 5 years ago
Benny Baumann bcb18ef822 Move Process_makeCommandStr to global Process implementation 5 years ago
Benny Baumann c0d0202440 Move LinuxProcess_getCommandStr to Process_getCommandStr 5 years ago
Benny Baumann cdb660adab Move mergeCommand to global process struct 5 years ago
Benny Baumann 94a52cb5c9 Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose 5 years ago
Benny Baumann b839987df7 Rename basenameOffset to cmdlineBasenameOffset 5 years ago
Benny Baumann d74e8b7554 Move procComm and procExe to main Process structure 5 years ago
Benny Baumann 02431c43e1 Rename command line field from comm to cmdline 5 years ago
mayurdahibhate 1b74dfe187 cleaned up includes with iwyu 5 years ago
Christian Göttsche b41e4d9c54 Rework process field print functions 5 years ago
Christian Göttsche a2be57d768 Process: print default buffer in ascii 5 years ago
Christian Göttsche 615fc934ff Add assert for unreachable switch case 5 years ago
Christian Göttsche 9a8221568a Rework TTY column 5 years ago
Christian Göttsche 36880cd61c Add read-only option 5 years ago
David Zarzycki f3d9ecaa62 Convert process time to days if applicable 5 years ago
Nathan Scott 356488aa53 Request the realtime and monotonic clock times once per sample 5 years ago
Christian Göttsche 1e806f9899 RichString: do not unnecessarily clean whole buffer 5 years ago
Christian Göttsche 3f99c2de24 Process: do not access RichString internals 5 years ago
Christian Göttsche bea7f8e7af Process_compare: reorder checks 5 years ago
Christian Göttsche 979aca98cc Use uppercase floating point literal suffix 5 years ago