mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
htop: add more fields
sync with 348c0a6bf4/linux/ProcessField.h (L44-L53)
This commit is contained in:
@@ -79,6 +79,16 @@ let
|
||||
M_PSS = 118;
|
||||
M_SWAP = 119;
|
||||
M_PSSWP = 120;
|
||||
CTXT = 121;
|
||||
SECATTR = 122;
|
||||
AUTOGROUP_ID = 126;
|
||||
AUTOGROUP_NICE = 127;
|
||||
CCGROUP = 128;
|
||||
CONTAINER = 129;
|
||||
M_PRIV = 130;
|
||||
GPU_TIME = 131;
|
||||
GPU_PERCENT = 132;
|
||||
ISCONTAINER = 133;
|
||||
};
|
||||
|
||||
defaultFields = with fields; [
|
||||
|
||||
Reference in New Issue
Block a user