Re: [PATCH 01/21] perf c2c: Shared data analyser

2014-02-18 Thread Don Zickus
On Tue, Feb 18, 2014 at 09:56:47AM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Feb 18, 2014 at 01:52:06PM +0100, Jiri Olsa escreveu: > > On Mon, Feb 10, 2014 at 12:28:56PM -0500, Don Zickus wrote: > > > From: Arnaldo Carvalho de Melo > > > > > > +++ b/tools/perf/util/evlist.h > > > @@ -52,

Re: [PATCH 01/21] perf c2c: Shared data analyser

2014-02-18 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 18, 2014 at 01:52:06PM +0100, Jiri Olsa escreveu: > On Mon, Feb 10, 2014 at 12:28:56PM -0500, Don Zickus wrote: > > From: Arnaldo Carvalho de Melo > > +++ b/tools/perf/util/evlist.h > > @@ -52,6 +52,13 @@ struct perf_evsel_str_handler { > > void *handler; > > }; > > > >

Re: [PATCH 01/21] perf c2c: Shared data analyser

2014-02-18 Thread Jiri Olsa
On Mon, Feb 10, 2014 at 12:28:56PM -0500, Don Zickus wrote: > From: Arnaldo Carvalho de Melo > > This is the start of a new perf tool that will collect information about > memory accesses and analyse it to find things like hot cachelines, etc. > > This is basically trying to get a prototype writ

Re: [PATCH 01/21] perf c2c: Shared data analyser

2014-02-11 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 11, 2014 at 09:36:43AM -0500, Don Zickus escreveu: > On Tue, Feb 11, 2014 at 08:31:27AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Mon, Feb 10, 2014 at 02:10:04PM -0800, Davidlohr Bueso escreveu: > > > On Mon, 2014-02-10 at 14:18 -0500, Don Zickus wrote: > > > > From: Arnaldo Carvalh

Re: [PATCH 01/21] perf c2c: Shared data analyser

2014-02-11 Thread Don Zickus
On Tue, Feb 11, 2014 at 08:31:27AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Feb 10, 2014 at 02:10:04PM -0800, Davidlohr Bueso escreveu: > > On Mon, 2014-02-10 at 14:18 -0500, Don Zickus wrote: > > > From: Arnaldo Carvalho de Melo > > > > > > This is the start of a new perf tool that will

Re: [PATCH 01/21] perf c2c: Shared data analyser

2014-02-11 Thread Don Zickus
On Tue, Feb 11, 2014 at 08:31:27AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Feb 10, 2014 at 02:10:04PM -0800, Davidlohr Bueso escreveu: > > On Mon, 2014-02-10 at 14:18 -0500, Don Zickus wrote: > > > From: Arnaldo Carvalho de Melo > > > > > > This is the start of a new perf tool that will

Re: [PATCH 01/21] perf c2c: Shared data analyser

2014-02-11 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 10, 2014 at 02:10:04PM -0800, Davidlohr Bueso escreveu: > On Mon, 2014-02-10 at 14:18 -0500, Don Zickus wrote: > > From: Arnaldo Carvalho de Melo > > > > This is the start of a new perf tool that will collect information about > > memory accesses and analyse it to find things like hot

Re: [PATCH 01/21] perf c2c: Shared data analyser

2014-02-11 Thread Jiri Olsa
On Mon, Feb 10, 2014 at 02:10:04PM -0800, Davidlohr Bueso wrote: > On Mon, 2014-02-10 at 14:18 -0500, Don Zickus wrote: > > From: Arnaldo Carvalho de Melo > > > > This is the start of a new perf tool that will collect information about > > memory accesses and analyse it to find things like hot ca

Re: [PATCH 01/21] perf c2c: Shared data analyser

2014-02-10 Thread Davidlohr Bueso
On Mon, 2014-02-10 at 14:18 -0500, Don Zickus wrote: > From: Arnaldo Carvalho de Melo > > This is the start of a new perf tool that will collect information about > memory accesses and analyse it to find things like hot cachelines, etc. > > This is basically trying to get a prototype written by