From: Namhyung Kim Date: Mon, 3 Mar 2014 08:05:19 +0000 (+0900) Subject: perf ui: Get rid of callback from __hpp__fmt() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~17^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb821c9e7135e324ff6d50d030352718a80364b4;p=pandora-kernel.git perf ui: Get rid of callback from __hpp__fmt() The callback was used by TUI for determining color of folded sign using percent of first field/column. But it cannot be used anymore since it now support dynamic reordering of output field. So move the logic to the hist_browser__show_entry(). Signed-off-by: Namhyung Kim Acked-by: Ingo Molnar Link: http://lkml.kernel.org/r/1400480762-22852-8-git-send-email-namhyung@kernel.org Signed-off-by: Jiri Olsa --- Reading git-diff-tree failed