[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5092E51A.8040200@gmail.com>
Date: Thu, 01 Nov 2012 15:09:46 -0600
From: David Ahern <dsahern@...il.com>
To: Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Namhyung Kim <namhyung@...nel.org>
CC: LKML <linux-kernel@...r.kernel.org>
Subject: why is perf-report asking for objdump path?
$ /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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists