From: Arnaldo Carvalho de Melo Date: Tue, 8 Feb 2011 15:27:39 +0000 (-0200) Subject: perf annotate: Move locking to struct annotation X-Git-Tag: v2.6.39-rc1~510^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce6f4fab4059cd72638a0cfa596a8ee2c79c1c8e;p=pandora-kernel.git perf annotate: Move locking to struct annotation Since we'll need it when implementing the live annotate TUI browser. This also simplifies things a bit by having the list head for the source code to be in the dynamicly allocated part of struct annotation, that way we don't have to pass it around, it can be found from the struct symbol that is passed everywhere. Cc: Frederic Weisbecker Cc: Ingo Molnar 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