Hi Arnaldo, On Fri, Aug 30, 2019 at 9:55 PM Arnaldo Carvalho de Melo <a...@kernel.org> wrote: > > Em Wed, Aug 28, 2019 at 04:31:24PM +0900, Namhyung Kim escreveu: > > Implement basic functionality to support cgroup tracking. Each cgroup > > can be identified by inode number which can be read from userspace > > too. The actual cgroup processing will come in the later patch. > > > > Cc: Adrian Hunter <adrian.hun...@intel.com> > > Signed-off-by: Namhyung Kim <namhy...@kernel.org> > > --- > > tools/include/uapi/linux/perf_event.h | 17 +++++++++++++++-- > > Try to have the synchronization of tools/include/ with the kernel to be > done in a separate patch, please, there is a number of projects such as > libbpf and in time libperf that will have a mirror repo outside the > kernel tree and that will get just the needed csets.
OK, will do that in v2. Thanks, Namhyung