# Functions
GetPIDs extracts and returns all PIDs from /proc.
GetPIDsFromCgroup returns a strings slice of all pids listed in pid's pids cgroup.
ParseAttrCurrent returns the contents of /proc/$pid/attr/current of "?" if labeling is not supported on the host.
ParseCmdLine parses a /proc/$pid/cmdline file and returns a string slice.
ParsePIDNamespace returns the content of /proc/$pid/ns/pid.
ParseStat parses the /proc/$pid/stat file and returns a Stat.
ParseStatus parses the /proc/$pid/status file and returns a *Status.
ParseUserNamespace returns the content of /proc/$pid/ns/user.
ReadMappings reads the user namespace mappings at the specified path.