158 Commits (4e6ec4a0873c56ca9de63eadf730c5bd677bd8da)

Author SHA1 Message Date
Benny Baumann 2999fff88e Refactor code for rendering command line cache 4 years ago
Explorer09 98cbdc6dca Correct PROCESS_MAX_UID_DIGITS constant 4 years ago
Charlie Vieth 08166b27b1 ProcessList: fix quadratic process removal when scanning 4 years ago
Benny Baumann edf319e53d Auto-size (normalized) CPU usage columns 4 years ago
Christian Göttsche 3ba695293c Linux: dynamically adjust the SECATTR column width 4 years ago
Denis Lisov 82d34deaf1 ProcessList: cleanup the tree set sorting remains 4 years ago
Denis Lisov 82dce5cf8e ProcessList_buildTree: sort by parent for fast search 4 years ago
Christian Göttsche 1ef8c0e12f Drop getCommandStr member of Process 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
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Hisham Muhammad 556d7c03e8 Add a Process_printPercentage helper routine 5 years ago
Christian Göttsche e1f4645bd1 Process: drop unused merged-command bit fields 5 years ago
Sohaib Mohamed 6f2021f3d9 PCP: support for 'dynamic columns' added at runtime 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
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 550a141860 Add ELAPSED process column 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 aa8552ba88 Move PROC_COMM/PROC_EXE column handling to global Process implementation 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 7224d0e083 Move kernel/userland thread handling to platform-independent implementation 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 666f70c58c Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process structure 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 b839987df7 Rename basenameOffset to cmdlineBasenameOffset 5 years ago
Benny Baumann d74e8b7554 Move procComm and procExe to main Process structure 5 years ago
Benny Baumann 10790f0a54 Process: Put the time field more to the end 5 years ago
Benny Baumann 02431c43e1 Rename command line field from comm to cmdline 5 years ago
Benny Baumann fbec3e4005 Refactor makeCommandStr 5 years ago
Christian Göttsche b41e4d9c54 Rework process field print functions 5 years ago
Christian Göttsche 9a8221568a Rework TTY column 5 years ago
Nathan Scott 356488aa53 Request the realtime and monotonic clock times once per sample 5 years ago
Christian Göttsche 7bfa466abe Linux: silence UBSAN implicit conversions 5 years ago
Christian Göttsche fdaa15bd8d Linux: overhaul io process fields 5 years ago
Christian Göttsche d5de1bc23d Overhaul sorting of state process column 5 years ago
Christian Göttsche 03d6345c89 Process: document process fields 5 years ago
Daniel Lange 4531b31d92 Sort out the mess around column sorting that had accumulated over time 5 years ago
Christian Göttsche d9240999e9 Process: drop commLen 5 years ago
Christian Göttsche a5db139a0a Linux: use correct column alignment for wide fields 5 years ago
Christian Göttsche 90ea3ac3c9 Object: return int on comparison 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
Benny Baumann 77db240b48 Split boilerplate and platform-independent field comparison 5 years ago
Hisham Muhammad 3d1703f16f Invert Process_compare resolution so that superclass matches run first 5 years ago