Re: [PATCH 03/61] perf tools: Make hist_entry__snprintf work over struct perf_hpp_list

2016-09-21 Thread Jiri Olsa
On Wed, Sep 21, 2016 at 12:14:32PM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Sep 19, 2016 at 03:09:12PM +0200, Jiri Olsa escreveu: > > Make hist_entry__snprintf to take perf_hpp_list as an argument > > instead of using he->hists->hpp_list. This way we can display > > arbitrary list of

Re: [PATCH 03/61] perf tools: Make hist_entry__snprintf work over struct perf_hpp_list

2016-09-21 Thread Jiri Olsa
On Wed, Sep 21, 2016 at 12:14:32PM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Sep 19, 2016 at 03:09:12PM +0200, Jiri Olsa escreveu: > > Make hist_entry__snprintf to take perf_hpp_list as an argument > > instead of using he->hists->hpp_list. This way we can display > > arbitrary list of

Re: [PATCH 03/61] perf tools: Make hist_entry__snprintf work over struct perf_hpp_list

2016-09-21 Thread Arnaldo Carvalho de Melo
Em Mon, Sep 19, 2016 at 03:09:12PM +0200, Jiri Olsa escreveu: > Make hist_entry__snprintf to take perf_hpp_list as an argument > instead of using he->hists->hpp_list. This way we can display > arbitrary list of entries regardles of the hists setup, which > will be useful in following patches. > >

Re: [PATCH 03/61] perf tools: Make hist_entry__snprintf work over struct perf_hpp_list

2016-09-21 Thread Arnaldo Carvalho de Melo
Em Mon, Sep 19, 2016 at 03:09:12PM +0200, Jiri Olsa escreveu: > Make hist_entry__snprintf to take perf_hpp_list as an argument > instead of using he->hists->hpp_list. This way we can display > arbitrary list of entries regardles of the hists setup, which > will be useful in following patches. > >