Re: [PATCH 14/26] perf tools: Introduce struct perf_hpp_list

2016-02-02 Thread Arnaldo Carvalho de Melo
Em Mon, Jan 25, 2016 at 04:09:33PM +0100, Jiri Olsa escreveu: > On Tue, Jan 26, 2016 at 12:00:46AM +0900, Namhyung Kim wrote: > > SNIP > > > > void perf_hpp__cancel_cumulate(void) > > > diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h > > > index f3bcf2d38733..a9c8ccfcc284 100644 > >

Re: [PATCH 14/26] perf tools: Introduce struct perf_hpp_list

2016-01-25 Thread Jiri Olsa
On Tue, Jan 26, 2016 at 12:00:46AM +0900, Namhyung Kim wrote: SNIP > > void perf_hpp__cancel_cumulate(void) > > diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h > > index f3bcf2d38733..a9c8ccfcc284 100644 > > --- a/tools/perf/util/hist.h > > +++ b/tools/perf/util/hist.h > > @@ -226,2

Re: [PATCH 14/26] perf tools: Introduce struct perf_hpp_list

2016-01-25 Thread Namhyung Kim
On Mon, Jan 18, 2016 at 10:24:12AM +0100, Jiri Olsa wrote: > Gather output and sort lists under struct perf_hpp_list, > so we could have multiple instancies of sort/output format > entries. > > Replacing current perf_hpp__list and perf_hpp__sort_list > lists with single perf_hpp_list instance. >