235 Commits (cf45a5d02b09120fc2e8e9ebaaaa5bdd45a021e4)

Author SHA1 Message Date
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
Benny Baumann 82157f598e Refactor to remove no-op calls 5 years ago
Christian Göttsche fdaa15bd8d Linux: overhaul io process fields 5 years ago
Christian Göttsche fee744abd2 Update generic process field display 5 years ago
Christian Göttsche d5de1bc23d Overhaul sorting of state process column 5 years ago
Christian Göttsche a3c8285237 Refactor to tty_nr process field display 5 years ago
Christian Göttsche 3035e29e74 Use typedef names instead of raw struct ones 5 years ago
Daniel Lange 074703bd5c Implement stable tie-breaker and add more defaultSortDesc fields as per cgzones' suggestions, simplify Process_compare flow from BenBE 5 years ago
Daniel Lange 4531b31d92 Sort out the mess around column sorting that had accumulated over time 5 years ago
Christian Göttsche 08ac22ddb9 RichString: refactor writing limited amount of columns 5 years ago
Christian Göttsche 5fde0e0127 RichString_appendChr: add parameter to set attributes 5 years ago
Christian Göttsche a5db139a0a Linux: use correct column alignment for wide fields 5 years ago