Re: [PATCH 11/13] perf tools: replace mempcpy with memcpy

2012-09-07 Thread Irina Tirdea
> > Can you resubmit this in txt form? I applied some other patches from you > but you need to try to do it yourself, i.e. send just to you, then try > to save the patch and apply it... Sorry about this... I will check this myself from now on. I've seen you already merged this one, but I'll resub

Re: [PATCH 11/13] perf tools: replace mempcpy with memcpy

2012-09-05 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 29, 2012 at 01:06:04AM +0300, Irina Tirdea escreveu: >mempcpy is not supported by bionic in Android >and will lead to compilation errors. > >Replacing mempcpy with memcpy so it will work in Android. > >Signed-off-by: Irina Tirdea >--- > tools/perf/util/target.

Re: [PATCH 11/13] perf tools: replace mempcpy with memcpy

2012-09-03 Thread Irina Tirdea
On Mon, Sep 3, 2012 at 4:09 AM, Namhyung Kim wrote: > On Wed, 29 Aug 2012 01:22:16 +0300, Irina Tirdea wrote: >> mempcpy is not supported by bionic in Android >> and will lead to compilation errors. >> >> Replacing mempcpy with memcpy so it will work in Android. > > Unfortunately I've added anothe

Re: [PATCH 11/13] perf tools: replace mempcpy with memcpy

2012-09-02 Thread Namhyung Kim
On Wed, 29 Aug 2012 01:22:16 +0300, Irina Tirdea wrote: > mempcpy is not supported by bionic in Android > and will lead to compilation errors. > > Replacing mempcpy with memcpy so it will work in Android. Unfortunately I've added another instance of the mempcpy in a libtraceevent code. :-/ Thanks