Compress cgroup names based on some heuristics

This commit is contained in:
Benny Baumann
2021-10-19 23:36:31 +02:00
committed by BenBE
parent ea4282784d
commit 9dc964bb42
7 changed files with 331 additions and 1 deletions

View File

@ -153,6 +153,7 @@ linux_platform_headers = \
generic/gettime.h \
generic/hostname.h \
generic/uname.h \
linux/CGroupUtils.h \
linux/HugePageMeter.h \
linux/IOPriority.h \
linux/IOPriorityPanel.h \
@ -174,6 +175,7 @@ linux_platform_sources = \
generic/gettime.c \
generic/hostname.c \
generic/uname.c \
linux/CGroupUtils.c \
linux/HugePageMeter.c \
linux/IOPriorityPanel.c \
linux/LibSensors.c \