Re: [PATCH] 32bit wraps and USER_HZ [64 bit counters], kernel 2.5.37

Rolf Fokkens (fokkensr@fokkensr.vertis.nl)
Tue, 24 Sep 2002 09:04:25 +0200


On Tuesday 24 September 2002 00:13, Robert Love wrote:
> Having arrays statically created at NR_CPUS inside the task_struct is
> just gross. Especially with NR_CPUS=32. That is 128 bytes each! Now
> with your changes, it is 256 bytes each!

I can understand that. However from a user point of view statistics are very
usefull information, but not specifically the per-processor statistics.

I assume you mean to leave out the per-process statistics? Or do you mean to
kmalloc the per-processor statistics when needed - that is: only when
processes are running or maybe when the user has chosen to turn then on (some
sysctl maybe)?

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