Versions in this module Expand all Collapse all v0 v0.0.2 May 13, 2026 v0.0.1 May 13, 2026 Changes in this version + const IdFieldNumber + const MaxTextValue + var AllNames = set.NewSet[Name](Devices, Hugetlb, Freezer, Pids, NetCLS, NetPrio, PerfEvent, Cpuset, Cpu, ...) + func PidPath(pid uint64) path.Path + func ReadParam(paramFilePath string) (string, error) + func ReadParamInt64(paramFilePath string) (int64, error) + func ReadParamUint64(paramFilePath string) (uint64, error) + type Name string + const Blkio + const CGroupV2 + const Cpu + const Cpuacct + const Cpuset + const Devices + const Freezer + const Hugetlb + const Memory + const NetCLS + const NetPrio + const PerfEvent + const Pids + const Rdma + type Option func(p *Parser) + func WithPath(path path.Path) Option + type Parser struct + func NewParser(options ...Option) *Parser + func (parser *Parser) Parse() error + func (parser *Parser) Subsystems() (*linker.Linker[Name, *Subsystem], error) + type Subsystem struct + Id uint8 + MountPointRootPath path.Path + Name Name