From: David Ahern <dsahern@gmail.com>
To: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>,
Namhyung Kim <namhyung@kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: why is perf-report asking for objdump path?
Date: Thu, 01 Nov 2012 15:09:46 -0600 [thread overview]
Message-ID: <5092E51A.8040200@gmail.com> (raw)
$ /tmp/pbuild/perf report -i perf.data --kallsyms kallsyms
Error:
Please install objdump for i686.
You can add it to PATH, set CROSS_COMPILE or override the default using
--objdump.
And worse it refuses to run without it. If I was running the annotate
command I could understand the request -- but this is the report path.
Furthermore objdump exists:
$ which objdump
/usr/bin/objdump
yes, the file was created on an i686 target, but I should be able to use
the x86_64 host objdump if I were doing an annotate.
David
next reply other threads:[~2012-11-01 21:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-01 21:09 David Ahern [this message]
2012-11-02 1:11 ` why is perf-report asking for objdump path? Namhyung Kim
2012-11-02 3:37 ` David Ahern
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5092E51A.8040200@gmail.com \
--to=dsahern@gmail.com \
--cc=acme@ghostprotocols.net \
--cc=linux-kernel@vger.kernel.org \
--cc=namhyung@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.