Re: [PATCH 3/9] perf tools: Basic support for CGROUP event

2019-08-30 Thread Namhyung Kim
Hi Arnaldo, On Fri, Aug 30, 2019 at 9:55 PM Arnaldo Carvalho de Melo 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 > >

Re: [PATCH 3/9] perf tools: Basic support for CGROUP event

2019-08-30 Thread Arnaldo Carvalho de Melo
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

[PATCH 3/9] perf tools: Basic support for CGROUP event

2019-08-28 Thread Namhyung Kim
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 Signed-off-by: Namhyung Kim --- tools/include/uapi/linux/perf_event.h |