Re: [PATCH 6/7] perf ui/tui: Reset output width for hierarchy

2016-09-20 Thread Arnaldo Carvalho de Melo
Em Tue, Sep 20, 2016 at 10:18:50AM +0900, Namhyung Kim escreveu: > On Mon, Sep 19, 2016 at 5:05 PM, Jiri Olsa wrote: > > On Tue, Sep 13, 2016 at 04:45:51PM +0900, Namhyung Kim wrote: > >> + /* hierarchy entries have their own hpp list */ > >> + list_for_each_entry(node, &hists->hpp_formats

Re: [PATCH 6/7] perf ui/tui: Reset output width for hierarchy

2016-09-19 Thread Namhyung Kim
On Mon, Sep 19, 2016 at 5:05 PM, Jiri Olsa wrote: > On Tue, Sep 13, 2016 at 04:45:51PM +0900, Namhyung Kim wrote: >> When --hierarchy option is used, each entry has its own hpp_list to show >> the result. But it missed to update width of each column. >> >> Fixes: 1b2dbbf41a0f ("perf hists: Use ow

Re: [PATCH 6/7] perf ui/tui: Reset output width for hierarchy

2016-09-19 Thread Jiri Olsa
On Tue, Sep 13, 2016 at 04:45:51PM +0900, Namhyung Kim wrote: > When --hierarchy option is used, each entry has its own hpp_list to show > the result. But it missed to update width of each column. > > Fixes: 1b2dbbf41a0f ("perf hists: Use own hpp_list for hierarchy mode") > Signed-off-by: Namhyun

Re: [PATCH 6/7] perf ui/tui: Reset output width for hierarchy

2016-09-12 Thread Namhyung Kim
On Mon, Sep 12, 2016 at 11:27:47AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Sep 12, 2016 at 03:19:57PM +0900, Namhyung Kim escreveu: > > When --hierarchy option is used, each entry has its own hpp_list to show > > the result. But it missed to update width of each column. > > Ditto, missin

Re: [PATCH 6/7] perf ui/tui: Reset output width for hierarchy

2016-09-12 Thread Arnaldo Carvalho de Melo
Em Mon, Sep 12, 2016 at 03:19:57PM +0900, Namhyung Kim escreveu: > When --hierarchy option is used, each entry has its own hpp_list to show > the result. But it missed to update width of each column. Ditto, missing "Fixes:" tag. - Arnaldo > Signed-off-by: Namhyung Kim > --- > tools/perf/ui/b