type PerfEventGroup … func (s *PerfEventGroup) Name() string { … } func (s *PerfEventGroup) Apply(path string, _ *configs.Resources, pid int) error { … } func (s *PerfEventGroup) Set(_ string, _ *configs.Resources) error { … } func (s *PerfEventGroup) GetStats(path string, stats *cgroups.Stats) error { … }