Re: [PATCH 33/40] perf session: Separate struct machines from session

2015-05-19 Thread Namhyung Kim
On Tue, May 19, 2015 at 07:46:18PM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, May 19, 2015 at 04:28:15PM +0900, Namhyung Kim escreveu: > > On Mon, May 18, 2015 at 09:52:59AM -0300, Arnaldo Carvalho de Melo wrote: > > > Em Mon, May 18, 2015 at 09:30:48AM +0900, Namhyung Kim escreveu: > > > > W

Re: [PATCH 33/40] perf session: Separate struct machines from session

2015-05-19 Thread Arnaldo Carvalho de Melo
Em Tue, May 19, 2015 at 04:28:15PM +0900, Namhyung Kim escreveu: > On Mon, May 18, 2015 at 09:52:59AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Mon, May 18, 2015 at 09:30:48AM +0900, Namhyung Kim escreveu: > > > With multi-thread report, separate sessions can be passed to each > > > thread, in

Re: [PATCH 33/40] perf session: Separate struct machines from session

2015-05-19 Thread Namhyung Kim
On Mon, May 18, 2015 at 09:52:59AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, May 18, 2015 at 09:30:48AM +0900, Namhyung Kim escreveu: > > With multi-thread report, separate sessions can be passed to each > > thread, in this case we should keep a single machine state for all > > struct sessio

Re: [PATCH 33/40] perf session: Separate struct machines from session

2015-05-18 Thread Arnaldo Carvalho de Melo
Em Mon, May 18, 2015 at 09:30:48AM +0900, Namhyung Kim escreveu: > With multi-thread report, separate sessions can be passed to each > thread, in this case we should keep a single machine state for all > struct sessions. Separate machines and have a pointer in sessions. I had to look at all the p

[PATCH 33/40] perf session: Separate struct machines from session

2015-05-17 Thread Namhyung Kim
With multi-thread report, separate sessions can be passed to each thread, in this case we should keep a single machine state for all struct sessions. Separate machines and have a pointer in sessions. Signed-off-by: Namhyung Kim --- tools/perf/builtin-annotate.c | 2 +- tools/perf/builtin-kmem.