Re: [PATCH v4 3/6] perf tools: add --addr2line command line option

2012-10-22 Thread Irina Tirdea
On Tue, Oct 16, 2012 at 6:21 PM, Arnaldo Carvalho de Melo wrote: > Em Tue, Oct 16, 2012 at 02:33:37AM +0300, Irina Tirdea escreveu: >> From: Irina Tirdea >> >> When analyzing data recorded on a target with a different architecture >> than the host, we must use addr2line from the toolchain for tha

Re: [PATCH v4 3/6] perf tools: add --addr2line command line option

2012-10-16 Thread Arnaldo Carvalho de Melo
Em Tue, Oct 16, 2012 at 02:33:37AM +0300, Irina Tirdea escreveu: > From: Irina Tirdea > > When analyzing data recorded on a target with a different architecture > than the host, we must use addr2line from the toolchain for that > architecture. > > Add a command line option to allow setting addr2

[PATCH v4 3/6] perf tools: add --addr2line command line option

2012-10-15 Thread Irina Tirdea
From: Irina Tirdea When analyzing data recorded on a target with a different architecture than the host, we must use addr2line from the toolchain for that architecture. Add a command line option to allow setting addr2line at runtime. Signed-off-by: Irina Tirdea --- tools/perf/Documentation/pe