From: Arnaldo Carvalho de Melo Date: Mon, 14 Dec 2009 13:37:11 +0000 (-0200) Subject: perf tools: No need for three rb_trees for sorting hist entries X-Git-Tag: v2.6.33-rc1~48^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9bf089212d95746ce66482bcdbc7e77a0651088;p=pandora-kernel.git perf tools: No need for three rb_trees for sorting hist entries All hist entries are in only one of them, so use just one and a temporary rb_root while sorting/collapsing. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <1260797831-11220-1-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed