--- zzzz-none-000/linux-3.10.107/tools/perf/util/cgroup.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/tools/perf/util/cgroup.h 2021-02-04 17:41:59.000000000 +0000 @@ -1,12 +1,14 @@ #ifndef __CGROUP_H__ #define __CGROUP_H__ +#include + struct option; struct cgroup_sel { char *name; int fd; - int refcnt; + atomic_t refcnt; };