Re: [PATCH v4 4/6] perf tools: Try to find cross-built objdump path

2012-10-16 Thread Namhyung Kim
Hi Arnaldo and Irina, On Tue, 16 Oct 2012 08:26:19 -0700, Arnaldo Carvalho de Melo wrote: > Em Tue, Oct 16, 2012 at 02:33:38AM +0300, Irina Tirdea escreveu: >> From: Namhyung Kim > > Well, by now it is not anymore from Namhyung, but based on a previous > patch by him, right? > > I'm ok with the p

Re: [PATCH v4 4/6] perf tools: Try to find cross-built objdump path

2012-10-16 Thread Arnaldo Carvalho de Melo
Em Tue, Oct 16, 2012 at 02:33:38AM +0300, Irina Tirdea escreveu: > From: Namhyung Kim Well, by now it is not anymore from Namhyung, but based on a previous patch by him, right? I'm ok with the patch, thanks for addressing my suggestions, but please resubmit with you as the patch author, giving c

[PATCH v4 4/6] perf tools: Try to find cross-built objdump path

2012-10-15 Thread Irina Tirdea
From: Namhyung Kim As we have architecture information of saved perf.data file, we can try to find cross-built objdump path. The triplets include support for Android (arm, x86 and mips architectures). Signed-off-by: Namhyung Kim Signed-off-by: Irina Tirdea --- tools/perf/Makefile |