From: Arnaldo Carvalho de Melo Date: Fri, 27 Nov 2009 18:29:14 +0000 (-0200) Subject: perf symbols: Split the dsos list into kernel and user parts X-Git-Tag: v2.6.33-rc1~399^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0da954a4759ac19fb80a959e53b613fe376bc12;p=pandora-kernel.git perf symbols: Split the dsos list into kernel and user parts We don't need to look at modules in dsos__findnew because the kernel events come only with user DSOs. Also we need a way to list just the module DSOs so that we can create multiple sets of maps, now that we will support maps for the variables in a symtab. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <1259346563-12568-3-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed