commit | 87e90f43285f4096e9ba5fc18b05c2e04caf3fab | [log] [tgz] |
---|---|---|
author | Namhyung Kim <[email protected]> | Thu Apr 24 16:44:16 2014 +0900 |
committer | Jiri Olsa <[email protected]> | Thu Apr 24 16:31:50 2014 +0200 |
tree | 15471067776fb84f5c97df2af9718fdbad985c8c | |
parent | 9283ba9bd77a6940ecad8721429131d773c704b8 [diff] |
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 <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Jiri Olsa <[email protected]>