From: Arnaldo Carvalho de Melo Date: Tue, 10 Aug 2010 18:14:53 +0000 (-0300) Subject: perf annotate: Cycle thru sorted lines with samples X-Git-Tag: v2.6.36-rc1~41^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1e9214cc99644101d957c5c660946c6f2f86d7c;p=pandora-kernel.git perf annotate: Cycle thru sorted lines with samples The annotate TUI now starts centered on the line with most samples, i.e. the hottest line in the annotated function. Pressing TAB will center on the second hottest function and so on. Shift+TAB goes in the other direction. This way one can more easily sift thru the function hotspots. Cc: Frederic Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Stephane Eranian LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed