From: Arnaldo Carvalho de Melo Date: Wed, 19 May 2010 16:41:23 +0000 (-0300) Subject: perf session: Make read_build_id routines look at the host_machine too X-Git-Tag: v2.6.35-rc1~30^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f869097e884d8cb65b2bb7831ca57b7dffb66fdd;p=pandora-kernel.git perf session: Make read_build_id routines look at the host_machine too The changes made to support host and guest machines in a session, that started when the 'perf kvm' tool was introduced ended up introducing a bug where the host_machine was not having its DSOs traversed for build-id processing. Fix it by moving some methods to the right classes and considering the host_machine when processing build-ids. Reported-by: Tom Zanussi Reported-by: Stephane Eranian Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed