From: Arnaldo Carvalho de Melo Date: Fri, 30 Oct 2009 18:28:24 +0000 (-0200) Subject: perf tools: Simplify the symbol priv area mechanism X-Git-Tag: v2.6.33-rc1~399^2~165^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00a192b395b0606ad0265243844b3cd68e73420a;p=pandora-kernel.git perf tools: Simplify the symbol priv area mechanism Before we were storing this in the DSO, but in fact this is a property of the 'symbol' class, not something that will vary among DSOs, so move it to a global variable and initialize it using the existing symbol__init routine. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Mike Galbraith LKML-Reference: <1256927305-4628-2-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed