summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcessList.c
AgeCommit message (Expand)Author
2021-09-12Linux: recalculate LRS valueChristian Göttsche
2021-09-11Linux: zero CPU data after allocationChristian Göttsche
2021-09-02linux: simplify recheck conditionChristian Göttsche
2021-09-02linux: drop dead process field column DIRTYChristian Göttsche
2021-08-25IWYU updateChristian Göttsche
2021-08-22Linux: do not scan frequency for inactive CPUsChristian Göttsche
2021-08-14Respect "Show custom thread names" setting updateChristian Göttsche
2021-08-13Merge branch 'dynamic-columns' of https://github.com/smalinux/htop into smali...Nathan Scott
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2021-08-10The average CPU utilization value must never be marked 'offline'Nathan Scott
2021-08-09Add columns for process autogroup identifier and nice valueNathan Scott
2021-08-08Fix misc typosChristian Göttsche
2021-07-18Add ProcessList_isCPUonlineChristian Göttsche
2021-07-18Rework CPU countingChristian Göttsche
2021-07-15Pointer indication aligned to typenameBenny Baumann
2021-07-15Code indentationBenny Baumann
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-06-26Replaces WRAP_SUBTRACT with saturatingSub inline function to reduce code dupl...fraggerfox
2021-06-12Do not override Linux process library sizeChristian Göttsche
2021-06-12Limit deleted library checkChristian Göttsche
2021-06-09Linux: update process uid on changeChristian Göttsche
2021-06-09Linux: drop O_PATH usageChristian Göttsche
2021-06-09Check processes for using deleted shared librariesChristian Göttsche
2021-05-25Move CWD field handling to platform-neutral codeBenny Baumann
2021-05-25Linux: add reset to heuristicChristian Göttsche
2021-05-23Fix assert failure on short running threadChristian Göttsche
2021-05-23Force update when executable was recently deleted/replacedBenny Baumann
2021-05-23Linux: use merge command line helpersChristian Göttsche
2021-05-23Drop mc->maxLen fieldBenny Baumann
2021-05-23Call makeCommandStr on all platformsBenny 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-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-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-23Rename basenameOffset to cmdlineBasenameOffsetBenny Baumann
2021-05-23Move procComm and procExe to main Process structureBenny Baumann
2021-05-23Rename command line field from comm to cmdlineBenny Baumann
2021-05-10platform-dependent files included relative to main source directorymayurdahibhate
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-04-26Linux: update IO fieldsChristian Göttsche
2021-04-22Linux: handle Shmem being part of CachedChristian Göttsche
2021-04-21Linux: use more robust pid parsingChristian Göttsche
2021-04-14Rework TTY columnChristian Göttsche
2021-04-14LinuxProcessList_recurseProcTree(): drop non necessary parameterChristian Göttsche
2021-04-05Request the realtime and monotonic clock times once per sampleNathan Scott