* Ingo Molnar <[email protected]> wrote:

> The median function size is around 1 cacheline (64-byte one), ~80% 
> fitting into two cachelines, with a big peak for very small 
> functions that make up something like 20% of all functions [...]

Correction:

   32% of kernel functions fit into a single cacheline,
   55% fit into two cachelines,
   70% into three cachelines,
   76% into four cachelines

so the tail is longer than my quick read of the graph suggested.

OTOH, probability of use is biased towards smaller functions: we tend 
to use smaller, facility functions more frequently.

Thanks,

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

Reply via email to