summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.h
AgeCommit message (Expand)Author
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
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-15Mark local functions staticChristian Göttsche
2020-11-02Spacing around operatorsBenny Baumann
2020-10-28Implement Process_isUserlandThread as functionChristian Göttsche
2020-10-28Implement LinuxProcess_effectiveIOPriority as functionChristian Göttsche
2020-10-27Avoid some unnecessary casts and mark some not changing variables constChristian Göttsche
2020-10-26Hold only a const version of Settings in ProcessChristian Göttsche
2020-10-26Mark process parameter of Process_writeField consistently constChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Do not use extra starttime process field on LinuxChristian Göttsche
2020-10-13Mark remaining classes constChristian Göttsche