summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-06-09Fixes and cleanups for ZFS Meters and metricsNathan Scott
2021-06-09Ensure PCP platform ZramMeter always uses initialized dataNathan Scott
2021-06-09Fix PCP ZramMeter in presense of missing zram metricsSohaib
2021-06-09Add ZFS ARC statistics and meters to the PCP platformSohaib
2021-06-09Fix cut+paste typo in --enable-pcp error messageNathan Scott
2021-06-09Add new CI workflow to check pcp-enabled buildsNathan Scott
2021-06-09Add a platform for Performance Co-Pilot (PCP) metricsNathan Scott
2021-05-30htop.1.in: Some grammatical errors are fixed.Varik Valefor
2021-05-30htop.1.in: A grammatical error is fixed.Varik Valefor
2021-05-25Unsupported: Implement CWD columnBenny Baumann
2021-05-25Solaris: Implement CWD columnBenny Baumann
2021-05-25OpenBSD: Implement CWD columnBenny Baumann
2021-05-25FreeBSD: Implement CWD columnBenny Baumann
2021-05-25DragonFlyBSD: Implement CWD columnBenny Baumann
2021-05-25Darwin: Implement CWD columnBenny Baumann
2021-05-25Move CWD field handling to platform-neutral codeBenny Baumann
2021-05-25Linux: add reset to heuristicChristian Göttsche
2021-05-23Add ELAPSED process columnChristian Göttsche
2021-05-23Fix assert failure on short running threadChristian Göttsche
2021-05-23Update documentation for basename coloring of cmdline/exe columnsBenny Baumann
2021-05-23Force update when executable was recently deleted/replacedBenny Baumann
2021-05-23Allow for highlighting of deleted executables to be configuredBenny Baumann
2021-05-23Solaris: add EXE and COMM columns and use merged command line helpersChristian Göttsche
2021-05-23DragonFlyBSD: add EXE and COMM columns and use merged command line helpersChristian Göttsche
2021-05-23OpenBSD: add COMM column and use merged command line helpersChristian Göttsche
2021-05-23FreeBSD: add EXE and COMM columns and use merged command line helpersChristian Göttsche
2021-05-23Darwin: use merged command line helpersChristian Göttsche
2021-05-23Linux: use merge command line helpersChristian Göttsche
2021-05-23Unsupported: use merge command line helpersChristian Göttsche
2021-05-23Process: add convenience helper functions to update merged command line relat...Christian Göttsche
2021-05-23Linux: drop obsolete code now in Process_writeFieldChristian Göttsche
2021-05-23Drop mc->maxLen fieldBenny Baumann
2021-05-23Reduce code duplication for nearly identical code-pathsBenny Baumann
2021-05-23Properly brace macro argumentsBenny Baumann
2021-05-23Move PROC_COMM/PROC_EXE column handling to global Process implementationBenny Baumann
2021-05-23Call makeCommandStr on all platformsBenny 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-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-23Process: Put the time field more to the endBenny Baumann
2021-05-23Rename command line field from comm to cmdlineBenny Baumann