[PATCH 12/22] perf report: Enable group view with hierarchy

2016-09-20 Thread Arnaldo Carvalho de Melo
From: Namhyung Kim Now that all the missing pieces are implemented, let's enable it. An example output below: $ perf record -e '{cycles,instructions}' make $ perf report --hierarchy --stdio ... # Overhead Command / Shared Object / Symbol #

[PATCH 12/22] perf report: Enable group view with hierarchy

2016-09-20 Thread Arnaldo Carvalho de Melo
From: Namhyung Kim Now that all the missing pieces are implemented, let's enable it. An example output below: $ perf record -e '{cycles,instructions}' make $ perf report --hierarchy --stdio ... # Overhead Command / Shared Object / Symbol # ..