summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.h
AgeCommit message (Expand)Author
2024-04-06Linux: add process column whether it is marked a container processChristian Göttsche
2024-03-27Linux: scan GPU based on previous activityChristian Göttsche
2024-03-27Linux: add GPU meter and process columnChristian Göttsche
2023-12-26Relocate include of config.h from header to source modeuleBenny Baumann
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-11Add column for process container nameBenny Baumann
2023-11-24Linux + PCP: Add private memory size columnBowDown097
2023-10-10Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into...Nathan Scott
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-05-24Make header sort order consistent againBenny Baumann
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2021-11-28Compress cgroup names based on some heuristicsBenny Baumann
2021-11-09Linux: use proper way to detect kernel threadsRin Cat (鈴猫)
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
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-05-25Move CWD field handling to platform-neutral codeBenny Baumann
2021-05-23Move Process_makeCommandStr to global Process implementationBenny Baumann
2021-05-23Move kernel/userland thread handling to platform-independent implementationBenny Baumann
2021-05-23Pre-calculate isUserlandThread flagBenny Baumann
2021-05-23Move mergeCommand to global process structBenny Baumann
2021-05-23Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process stru...Benny Baumann
2021-05-23Remove duplicate field LinuxProcess->procCmdlineBasenameEndBenny Baumann
2021-05-23Move procExeBasenameOffset to main Process structureBenny Baumann
2021-05-23Move procExeDeleted flag to main Process structureBenny Baumann
2021-05-23Move procComm and procExe to main Process structureBenny Baumann
2021-05-23Refactor makeCommandStrBenny Baumann
2021-05-10platform-dependent files included relative to main source directorymayurdahibhate
2021-04-26Linux: update IO fieldsChristian Göttsche
2021-04-14Rework TTY columnChristian Göttsche
2021-02-15Fix a couple of small spelling mistakes in commentsNathan Scott
2021-01-30Linux: overhaul io process fieldsChristian Göttsche
2021-01-01Only initialize and gather delay accounting data if a related column is enabledChristian 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-19LinuxProcess: drop dead Process columnsChristian Göttsche
2020-12-16Use common naming for bare enum typesChristian Göttsche
2020-12-14Cleanup initialization of jiffies on the Linux platformNathan Scott
2020-12-10Cull the definitions of pageSize and pageSizeKB from CRT.cNathan Scott
2020-12-06IWYU updateChristian Göttsche
2020-12-03Add Linux cwd process columnChristian Göttsche
2020-11-26Only calculate M_LRS size every 5 secondsBenny Baumann
2020-11-26Calculate library size (M_LRS column) from maps fileFynn Wulf
2020-11-25Drop taskstats conditionalChristian Göttsche
2020-11-25Drop cgroup conditionalChristian Göttsche
2020-11-24Include comm before cmdline if exe could not be read, but comm mismatches bas...Benny Baumann
2020-11-24Refactor command string creationBenny Baumann
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-21LinuxProcess: mark LinuxProcess_printDelay staticChristian Göttsche