Re: [PATCHSET] cgroup/for-4.17: Make cgroup_rstat available to controllers

2018-04-26 Thread Tejun Heo
On Fri, Mar 23, 2018 at 04:13:05PM -0700, Tejun Heo wrote: > Hello, > > cgroup has scalable recursive stat mechanism implemented in > kernel/stat.c. It's currently only used to track cpu consumptions and > difficult to use outside of cgroup core. This patchset generalizes > the mechanism and exp

[PATCHSET] cgroup/for-4.17: Make cgroup_rstat available to controllers

2018-03-23 Thread Tejun Heo
Hello, cgroup has scalable recursive stat mechanism implemented in kernel/stat.c. It's currently only used to track cpu consumptions and difficult to use outside of cgroup core. This patchset generalizes the mechanism and exposes it as cgroup_rstat so that controllers can use it. This patchset