Re: [PATCH/RFC 07/16] perf hists: Pass hists struct to hist_entry_iter struct

2015-12-13 Thread Namhyung Kim
Hi Jiri, On Mon, Dec 14, 2015 at 12:15:20AM +0100, Jiri Olsa wrote: > On Thu, Dec 10, 2015 at 04:53:26PM +0900, Namhyung Kim wrote: > > This is a preparation for multi-thread support in perf tools. When > > multi-thread is enable, each thread will have its own hists during the > > sample processi

Re: [PATCH/RFC 07/16] perf hists: Pass hists struct to hist_entry_iter struct

2015-12-13 Thread Jiri Olsa
On Thu, Dec 10, 2015 at 04:53:26PM +0900, Namhyung Kim wrote: > This is a preparation for multi-thread support in perf tools. When > multi-thread is enable, each thread will have its own hists during the > sample processing. > > Signed-off-by: Namhyung Kim cool, I actually just need need this o

[PATCH/RFC 07/16] perf hists: Pass hists struct to hist_entry_iter struct

2015-12-09 Thread Namhyung Kim
This is a preparation for multi-thread support in perf tools. When multi-thread is enable, each thread will have its own hists during the sample processing. Signed-off-by: Namhyung Kim --- tools/perf/builtin-report.c | 1 + tools/perf/builtin-top.c | 1 + tools/perf/tests/hists