From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH v3 2/6] account guest time per-cgroup as well. Date: Wed, 30 May 2012 12:32:27 +0200 Message-ID: <1338373947.26856.240.camel@twins> References: <1338371317-5980-1-git-send-email-glommer@parallels.com> <1338371317-5980-3-git-send-email-glommer@parallels.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <1338371317-5980-3-git-send-email-glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Glauber Costa Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devel-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org, Paul Turner , Tejun Heo , "Eric W. Biederman" , handai.szj-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, Andrew.Phillips-xheW4WVAX9Y@public.gmane.org, Serge Hallyn On Wed, 2012-05-30 at 13:48 +0400, Glauber Costa wrote: > We already track multiple tick statistics per-cgroup, using > the task_group_account_field facility. This patch accounts > guest_time in that manner as well. So this leaves IOWAIT and IDLE the only fields not using task_group_account_field(), right?