From: Arnaldo Carvalho de Melo Date: Wed, 18 Nov 2009 22:20:51 +0000 (-0200) Subject: perf symbols: Kill struct build_id_list and die() another day X-Git-Tag: v2.6.33-rc1~399^2~155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30a3d12ddf04add3268bfceb0e57ffe47f254c6;p=pandora-kernel.git perf symbols: Kill struct build_id_list and die() another day No need for this struct and its allocations, we can just use the ->build_id member we already have in struct dso, then ask for it to be read, and later traverse the dsos list, writing the buildid table to the perf.data file. As a bonus, one more die() function got killed. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <1258582853-8579-2-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed