From: Namhyung Kim Date: Tue, 22 Apr 2014 06:56:17 +0000 (+0900) Subject: perf hists/tui: Count callchain rows separately X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3b789527b236873557f53740ceac47747e0e1cb;p=pandora-kernel.git perf hists/tui: Count callchain rows separately When TUI hist browser expands/collapses callchains it accounted number of callchain nodes into total entries to show. However this code ignores filtering so that it can make the cursor go to out of screen. Thanks to Jiri Olsa for pointing out a bug (and a fix) in the code. Signed-off-by: Namhyung Kim Link: http://lkml.kernel.org/r/1398327843-31845-12-git-send-email-namhyung@kernel.org Signed-off-by: Jiri Olsa --- Reading git-diff-tree failed