From: Arnaldo Carvalho de Melo Date: Fri, 20 Nov 2009 22:51:24 +0000 (-0200) Subject: perf symbols: Remove unrelated actions from dso__load_kernel_sym X-Git-Tag: v2.6.33-rc1~399^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6671cb1674e69e2aba3d610714bdd3e97a7b51ff;p=pandora-kernel.git perf symbols: Remove unrelated actions from dso__load_kernel_sym It should just load kernel symbols, not load the list of modules. There are more stuff to move to other routines, but lets do it in several steps. End goal is to be able to defer symbol table loading till we find a hit for that map address range. So that the kernel & modules are handled just like all the other DSOs in the system. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <1258757489-5978-1-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed