Re: [PATCH] perf: allow user to indicate path to objdump in command line
From: David Ahern <hidden>
Date: 2012-09-04 16:06:12
Also in:
lkml
From: David Ahern <hidden>
Date: 2012-09-04 16:06:12
Also in:
lkml
On 9/4/12 4:32 AM, Maciek Borzecki wrote:
When analyzing perf data from hosts of other architecture than one of the local host it's useful to call objdump that is part of a toolchain for that architecture. Instead of calling regular objdump, call one that user specified in command line.
Why not set the PATH to make the toolchain's version the one used by perf? David