From: Namhyung Kim Date: Thu, 24 Apr 2014 07:44:16 +0000 (+0900) Subject: perf hists: Collapse expanded callchains after filter is applied X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~33^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e90f43285f4096e9ba5fc18b05c2e04caf3fab;p=pandora-kernel.git perf hists: Collapse expanded callchains after filter is applied When a filter is applied a hist entry checks whether its callchain was folded and account it to the output stat. But this is rather hacky and only TUI-specific. Simply fold the callchains for the entry looks like a simpler and more generic solution IMHO. Signed-off-by: Namhyung Kim Link: http://lkml.kernel.org/r/1398327843-31845-6-git-send-email-namhyung@kernel.org Signed-off-by: Jiri Olsa --- Reading git-diff-tree failed