Re: [perfmon2] [PATCH] perf: add csv-style output to perf stat (v2)

2010-12-03 Thread Stephane Eranian
Arnaldo, sorry for the delay. The upstream version works for me. Thanks. On Wed, Dec 1, 2010 at 7:54 PM, Arnaldo Carvalho de Melo wrote: > Em Wed, Dec 01, 2010 at 04:10:01PM -0200, Arnaldo Carvalho de Melo escreveu: >> Em Wed, Dec 01, 2010 at 06:49:05PM +0200, Stephane Eranian escreveu: >> > Th

[perfmon2] [PATCH] perf: fix compiler warning in builtin_script.c:is_top_script()

2010-12-03 Thread Stephane Eranian
Fix annoying compiler warning in the is_top_script() function. The issue was that a const char * was cast into a char * to call ends_with(). We fix the users of ends_with() instead. Some are passing a char *, but it is okay to cast the return value of ends_with() to char * (because we understand wh

Re: [perfmon2] [PATCH] perf: add csv-style output to perf stat (v2)

2010-12-03 Thread Arnaldo Carvalho de Melo
Em Fri, Dec 03, 2010 at 05:46:33PM +0100, Stephane Eranian escreveu: > Arnaldo, > > sorry for the delay. np > The upstream version works for me. Thanks for confirming! > Thanks. Best Regards, - Arnaldo -- Increase V