Re: [PATCH V2 1/2] perf tools: fix id pos in perf_evlist__open()

2013-09-09 Thread Arnaldo Carvalho de Melo
Em Sat, Sep 07, 2013 at 08:20:10AM -0600, David Ahern escreveu: > On 9/6/13 1:40 PM, Adrian Hunter wrote: > >Ensure the id_pos is correct when perf_evlist__open() > >is used. > > The commit log should reference 7556257 and breakage of 'kvm stat > live'; helps identify patches when backporting. >

Re: [PATCH V2 1/2] perf tools: fix id pos in perf_evlist__open()

2013-09-07 Thread David Ahern
On 9/6/13 1:40 PM, Adrian Hunter wrote: Ensure the id_pos is correct when perf_evlist__open() is used. The commit log should reference 7556257 and breakage of 'kvm stat live'; helps identify patches when backporting. Other than that this patch fixes the problem. Tested-by and Acked-by David

[PATCH V2 1/2] perf tools: fix id pos in perf_evlist__open()

2013-09-06 Thread Adrian Hunter
Ensure the id_pos is correct when perf_evlist__open() is used. Signed-off-by: Adrian Hunter --- tools/perf/util/evlist.c | 12 1 file changed, 12 insertions(+) diff --git a/tools/perf/util/evlist.c b/tools/perf/util/evlist.c index b8727ae..005c0eb 100644 --- a/tools/perf/util/evlis