Re: [PATCH 0/4] perf tools: some 'perf script' fixes

2013-01-24 Thread Arnaldo Carvalho de Melo
Em Thu, Jan 24, 2013 at 02:33:53PM -0600, Tom Zanussi escreveu: > On Thu, 2013-01-24 at 15:27 -0300, Arnaldo Carvalho de Melo wrote: > > Em Fri, Jan 18, 2013 at 01:51:24PM -0600, Tom Zanussi escreveu: > > > This patchset fixes various problems I hit while doing a run-through > > > of the existing '

Re: [PATCH 0/4] perf tools: some 'perf script' fixes

2013-01-24 Thread Tom Zanussi
On Thu, 2013-01-24 at 15:27 -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Jan 18, 2013 at 01:51:24PM -0600, Tom Zanussi escreveu: > > This patchset fixes various problems I hit while doing a run-through > > of the existing 'perf script' scripts. > > > > Also, sometimes when running rwtop I get

Re: [PATCH 0/4] perf tools: some 'perf script' fixes

2013-01-24 Thread David Ahern
On 1/24/13 11:27 AM, Arnaldo Carvalho de Melo wrote: Em Fri, Jan 18, 2013 at 01:51:24PM -0600, Tom Zanussi escreveu: This patchset fixes various problems I hit while doing a run-through of the existing 'perf script' scripts. Also, sometimes when running rwtop I get a 'failed to read event heade

Re: [PATCH 0/4] perf tools: some 'perf script' fixes

2013-01-24 Thread Arnaldo Carvalho de Melo
Em Fri, Jan 18, 2013 at 01:51:24PM -0600, Tom Zanussi escreveu: > This patchset fixes various problems I hit while doing a run-through > of the existing 'perf script' scripts. > > Also, sometimes when running rwtop I get a 'failed to read event > header' error, which this patch fixes: > > https:/

[PATCH 0/4] perf tools: some 'perf script' fixes

2013-01-18 Thread Tom Zanussi
Hi, This patchset fixes various problems I hit while doing a run-through of the existing 'perf script' scripts. Also, sometimes when running rwtop I get a 'failed to read event header' error, which this patch fixes: https://lkml.org/lkml/2012/9/14/401 Not sure if that was meant to get picked up