![]() | |||||||||||||
Messages in this thread |
On Tue, 11 May 2004 15:08:55 +1000, Rusty Russell <rusty@rustcorp.com.au> wrote: >Admittedly, anyone who sets CONFIG_KALLSYMS doesn't care about space, >it's a fairly trivial change. > >Name: Sort Kallsyms for Stem Compression >Status: Booted on 2.6.6 >Depends: Misc/kallsyms-include-aliases.patch.gz > >Leaving the symbols sorted by name rather than address, so stem >compression works more effectively. Saves a little over 30k here. Not sure this is a good idea. proc_pid_wchan() calls kallsyms_lookup() and has been identified as a bottleneck on systems with a large number of processes. top can consume a complete cpu out of 128 cpus, all because of this bottleneck. I was toying with the idea of doing a binary chop on the address lookup, but this patch prevents that fix. - 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/ | ||||||||||||
| Last update: 2005-03-22 13:03 [from the cache] ©2003-2008 | |||||||||||||