All of lore.kernel.org
 help / color / mirror / Atom feed
* why is perf-report asking for objdump path?
@ 2012-11-01 21:09 David Ahern
  2012-11-02  1:11 ` Namhyung Kim
  0 siblings, 1 reply; 3+ messages in thread
From: David Ahern @ 2012-11-01 21:09 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Namhyung Kim; +Cc: LKML

$ /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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-02  3:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01 21:09 why is perf-report asking for objdump path? David Ahern
2012-11-02  1:11 ` Namhyung Kim
2012-11-02  3:37   ` David Ahern

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.