Re: [RFC] [Patch 4/4] lock contention tracking slimmed down

From: Ingo Molnar
Date: Thu Jun 07 2007 - 06:21:40 EST



* Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> wrote:

> we have around 1400 locks in the kernel, this would give 414400 per cpu.
>
> vs the old code:
>
> 2048*(4*8) = 65536
> +
> 2048*(4*4*8 + 4*8) = 327680 per cpu
>
> worst case
>
> I'm not convinced 300 lines less code is worth that extra bloat.

agreed, this is not worth it. It would be acceptable if the statistics
stuff was flexible enough to have the same footprint as the current
lockstat data structures.

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/