From: Arnaldo Carvalho de Melo Date: Tue, 20 Oct 2009 16:25:40 +0000 (-0200) Subject: perf annotate: Use the sym_priv_size area for the histogram X-Git-Tag: v2.6.33-rc1~399^2~187^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e42049926ebdcae24fdfdc8f0e3ff8f05f24a60b;p=pandora-kernel.git perf annotate: Use the sym_priv_size area for the histogram We have this sym_priv_size mechanism for attaching private areas to struct symbol entries but annotate wasn't using it, adding private areas to struct symbol in addition to a ->priv pointer. Scrap all that and use the sym_priv_size mechanism. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Mike Galbraith LKML-Reference: <1256055940-19511-1-git-send-email-acme@redhat.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed