Re: [patch 1/2] cpuacct: refactoring cpuusage_read / cpuusage_write

From: Ingo Molnar
Date: Tue Dec 16 2008 - 06:16:07 EST



* Ken Chen <kenchen@xxxxxxxxxx> wrote:

> In the thread regarding to 'export percpu cpuacct cgroup stats'
> http://lkml.org/lkml/2008/12/7/13
>
> akpm pointed out that current cpuacct code is inefficient. This patch
> refactoring the following:
>
> * make cpu_rq locking only on 32-bit
> * change iterator to each_present_cpu instead of each_possible_cpu to
> make it hotplug friendly.
>
> It's a bit of code churn, but I was rewarded with 160 byte code size saving
> on x86-64 arch and zero code size change on i386.

applied to tip/sched/core, thanks Ken!

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/