Re: [PATCH 01/16] perf tools: Add id index

2014-10-29 Thread Jiri Olsa
On Fri, Oct 24, 2014 at 10:25:02AM +0300, Adrian Hunter wrote: > On 24/10/14 00:08, Arnaldo Carvalho de Melo wrote: > > Em Thu, Oct 23, 2014 at 01:45:09PM +0300, Adrian Hunter escreveu: > >> Add an index of the event identifiers. > >> > >> This is needed to queue Instruction > >> Trace samples acco

Re: [PATCH 01/16] perf tools: Add id index

2014-10-24 Thread Adrian Hunter
On 24/10/14 00:08, Arnaldo Carvalho de Melo wrote: > Em Thu, Oct 23, 2014 at 01:45:09PM +0300, Adrian Hunter escreveu: >> Add an index of the event identifiers. >> >> This is needed to queue Instruction >> Trace samples according to the mmap >> buffer from which they were recorded. > > This gets d

Re: [PATCH 01/16] perf tools: Add id index

2014-10-23 Thread Namhyung Kim
On Thu, 23 Oct 2014 18:08:17 -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Oct 23, 2014 at 01:45:09PM +0300, Adrian Hunter escreveu: >> Add an index of the event identifiers. >> >> This is needed to queue Instruction >> Trace samples according to the mmap >> buffer from which they were recorded

Re: [PATCH 01/16] perf tools: Add id index

2014-10-23 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 23, 2014 at 01:45:09PM +0300, Adrian Hunter escreveu: > Add an index of the event identifiers. > > This is needed to queue Instruction > Trace samples according to the mmap > buffer from which they were recorded. This gets difficult to review, I end up having to look at all the patche

[PATCH 01/16] perf tools: Add id index

2014-10-23 Thread Adrian Hunter
Add an index of the event identifiers. This is needed to queue Instruction Trace samples according to the mmap buffer from which they were recorded. Signed-off-by: Adrian Hunter --- tools/perf/builtin-inject.c | 1 + tools/perf/util/event.c | 1 + tools/perf/util/event.h | 15 +