Re: [PATCH RESEND 1/3] perf tools: Use normalized arch name for searching objdump path

2012-11-05 Thread David Ahern
On 11/1/12 11:50 PM, Namhyung Kim wrote: From: Namhyung Kim David reported that perf report for i686 target data on x86_64 host failed to work because it tried to find out cross-compiled objdump. However objdump for x86_64 is compatible to i686 so that it doesn't need to do it at all. To prev

[PATCH RESEND 1/3] perf tools: Use normalized arch name for searching objdump path

2012-11-01 Thread Namhyung Kim
From: Namhyung Kim David reported that perf report for i686 target data on x86_64 host failed to work because it tried to find out cross-compiled objdump. However objdump for x86_64 is compatible to i686 so that it doesn't need to do it at all. To prevent similar artifacts, normalize arch name