summaryrefslogtreecommitdiffstats
path: root/Process.h
AgeCommit message (Expand)Author
2021-09-05Add a Process_printPercentage helper routineHisham Muhammad
2021-09-02Process: drop unused merged-command bit fieldsChristian Göttsche
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2021-07-17Respect "Show custom thread names" settingBenny Baumann
2021-07-15Pointer indication aligned to typenameBenny Baumann
2021-06-09Check processes for using deleted shared librariesChristian Göttsche
2021-05-25Move CWD field handling to platform-neutral codeBenny Baumann
2021-05-23Add ELAPSED process columnChristian Göttsche
2021-05-23Process: add convenience helper functions to update merged command line relat...Christian Göttsche
2021-05-23Drop mc->maxLen fieldBenny Baumann
2021-05-23Move PROC_COMM/PROC_EXE column handling to global Process implementationBenny Baumann
2021-05-23Move Process_makeCommandStr to global Process implementationBenny Baumann
2021-05-23Move LinuxProcess_getCommandStr to Process_getCommandStrBenny Baumann
2021-05-23Move kernel/userland thread handling to platform-independent implementationBenny Baumann
2021-05-23Move mergeCommand to global process structBenny Baumann
2021-05-23Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the f...Benny Baumann
2021-05-23Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process stru...Benny Baumann
2021-05-23Move procExeBasenameOffset to main Process structureBenny Baumann
2021-05-23Move procExeDeleted flag to main Process structureBenny Baumann
2021-05-23Rename basenameOffset to cmdlineBasenameOffsetBenny Baumann
2021-05-23Move procComm and procExe to main Process structureBenny Baumann
2021-05-23Process: Put the time field more to the endBenny Baumann
2021-05-23Rename command line field from comm to cmdlineBenny Baumann
2021-05-23Refactor makeCommandStrBenny Baumann
2021-04-26Rework process field print functionsChristian Göttsche
2021-04-14Rework TTY columnChristian Göttsche
2021-04-05Request the realtime and monotonic clock times once per sampleNathan Scott
2021-01-30Linux: silence UBSAN implicit conversionsChristian Göttsche
2021-01-30Linux: overhaul io process fieldsChristian Göttsche
2021-01-30Overhaul sorting of state process columnChristian Göttsche
2021-01-30Process: document process fieldsChristian Göttsche
2021-01-21Sort out the mess around column sorting that had accumulated over timeDaniel Lange
2021-01-11Process: drop commLenChristian Göttsche
2021-01-11Linux: use correct column alignment for wide fieldsChristian Göttsche
2021-01-02Object: return int on comparisonChristian Göttsche
2020-12-19Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche
2020-12-19Rework enum ProcessFieldChristian Göttsche
2020-12-19Split boilerplate and platform-independent field comparisonBenny Baumann
2020-12-19Invert Process_compare resolution so that superclass matches run firstHisham Muhammad
2020-12-16Move macro definitions close to usageChristian Göttsche
2020-12-16Use common naming for bare enum typesChristian Göttsche
2020-12-06Use size_t as type for buffer length in ProcessChristian Göttsche
2020-12-06IWYU updateChristian Göttsche
2020-12-02Implement sorting in tree modeMaxim Zhiburt
2020-11-26Calculate library size (M_LRS column) from maps fileFynn Wulf
2020-11-26Fix crash when getCommandStr not overloaded for a platform processChristian Göttsche
2020-11-24Cleanup some documentationNarendran Gopalakrishnan
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-21Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche
2020-11-19IWYU update (Linux)Christian Göttsche