summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.c
AgeCommit message (Expand)Author
2024-04-26Linux: Permit non-ASCII for CGROUP, CONTAINER & SECATTR fieldsExplorer09
2024-04-08Work around GCC14 memleak diagnosticBenny Baumann
2024-04-08Linux: fix title alignments of GPU columnsChristian Göttsche
2024-04-06Linux: add process column whether it is marked a container processChristian Göttsche
2024-04-06Linux: update gathering information regarding threadsChristian Göttsche
2024-04-05Adapt GPU_TIME field for the new nanoseconds formatExplorer09
2024-03-27Linux: add GPU meter and process columnChristian Göttsche
2024-03-27Introduce autoTitleRightAlign column flagChristian Göttsche
2024-01-10Linux: use fseek(3)Christian Göttsche
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Use consistent style for process field output/compare functionsBenny Baumann
2023-12-26Fix code styleBenny Baumann
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2023-12-11Add column for process container nameBenny Baumann
2023-11-24Use printKBytesBowDown097
2023-11-24Linux + PCP: Add private memory size columnBowDown097
2023-08-30linux: right align IO_READ_RATE column titleChristian Göttsche
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-08-18Compare all percentage fields with compareRealNumbers()Explorer09
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2023-05-08Adapt platform code for the new Machine base classNathan Scott
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2023-02-05Add support for scheduling policiesChristian Göttsche
2022-10-09Clarify M_TRS/M_DRS columnsBenny Baumann
2022-05-26Linux: Increase field width of CPUD% and SWAPD% to 5Kumar
2022-05-26Process: Display single digit precision for CPU% greater than 99.9%Kumar
2022-03-06Auto-size (normalized) CPU usage columnsBenny Baumann
2022-03-06Linux: dynamically adjust column width of CGROUP C(ompressed)CGROUPChristian Göttsche
2022-03-06Linux: dynamically adjust the SECATTR column widthChristian Göttsche
2021-11-28Compress cgroup names based on some heuristicsBenny Baumann
2021-11-28Ensure maximum width for CGROUP columnBenny Baumann
2021-10-27Dynamically scale the ST_UID size to support 32-bit UIDsSilke Hofstra
2021-10-20Fix Security Attributes column header widthLucas Werkmeister
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-05Add a Process_printPercentage helper routineHisham Muhammad
2021-09-02linux: color void delay accounting values grayChristian Göttsche
2021-09-02linux: drop dead process field column DIRTYChristian Göttsche
2021-08-25IWYU updateChristian Göttsche
2021-08-09Add columns for process autogroup identifier and nice valueNathan Scott
2021-07-15Split statements that should go onto multiple linesBenny Baumann
2021-05-25Move CWD field handling to platform-neutral codeBenny Baumann
2021-05-23Add ELAPSED process columnChristian Göttsche
2021-05-23Linux: drop obsolete code now in Process_writeFieldChristian Göttsche
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