Re: [PATCH/RFC 08/16] perf tools: Export a couple of hist functions

2015-12-13 Thread Jiri Olsa
On Thu, Dec 10, 2015 at 04:53:27PM +0900, Namhyung Kim wrote: > These are necessary for multi threaded sample processing: > > - hists__get__get_rotate_entries_in() > - hists__collapse_insert_entry() > - __hists__init() > > Signed-off-by: Namhyung Kim > --- > tools/perf/util/hist.c | 19

Re: [PATCH/RFC 08/16] perf tools: Export a couple of hist functions

2015-12-13 Thread Jiri Olsa
On Thu, Dec 10, 2015 at 04:53:27PM +0900, Namhyung Kim wrote: > These are necessary for multi threaded sample processing: > > - hists__get__get_rotate_entries_in() > - hists__collapse_insert_entry() > - __hists__init() > > Signed-off-by: Namhyung Kim > --- >

[PATCH/RFC 08/16] perf tools: Export a couple of hist functions

2015-12-09 Thread Namhyung Kim
These are necessary for multi threaded sample processing: - hists__get__get_rotate_entries_in() - hists__collapse_insert_entry() - __hists__init() Signed-off-by: Namhyung Kim --- tools/perf/util/hist.c | 19 --- tools/perf/util/hist.h | 5 + 2 files changed, 17

[PATCH/RFC 08/16] perf tools: Export a couple of hist functions

2015-12-09 Thread Namhyung Kim
These are necessary for multi threaded sample processing: - hists__get__get_rotate_entries_in() - hists__collapse_insert_entry() - __hists__init() Signed-off-by: Namhyung Kim --- tools/perf/util/hist.c | 19 --- tools/perf/util/hist.h | 5 + 2 files