[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49113A81.60809@cn.fujitsu.com>
Date: Wed, 05 Nov 2008 14:17:37 +0800
From: Li Zefan <lizf@...fujitsu.com>
To: bharata@...ux.vnet.ibm.com
CC: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>,
Dhaval Giani <dhaval@...ux.vnet.ibm.com>,
Balbir Singh <balbir@...ux.vnet.ibm.com>,
Paul Menage <menage@...gle.com>, linux-kernel@...r.kernel.org,
Srivatsa Vaddagiri <vatsa@...ux.vnet.ibm.com>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Ingo Molnar <mingo@...e.hu>
Subject: Re: [PATCH] Add hierarchical accounting to cpu accounting controller
> +The CPU accounting controller is used to group tasks using cgroups and
> +account the CPU usage of these group of tasks.
this group or these groups?
...
> --- a/kernel/sched.c
> +++ b/kernel/sched.c
> @@ -9236,6 +9236,7 @@ struct cpuacct {
> struct cgroup_subsys_state css;
> /* cpuusage holds pointer to a u64-type object on every cpu */
> u64 *cpuusage;
> + struct cpuacct *parent;
> };
>
Maybe the comment needs to be updated?
/* track cpu usage of a group of tasks */
struct cpuacct {
...
};
->
/* track cpu usage of a group of tasks and its child groups */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists