summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/parse-branch-options.h
diff options
context:
space:
mode:
authorAndi Kleen2015-11-06 04:06:07 +0100
committerArnaldo Carvalho de Melo2015-11-06 14:20:48 +0100
commit62ec9b3f02a9bccaf699bd4691db98f779c3075f (patch)
tree304607c77ef4d6cb3defc5bae0744ffbac5034b0 /tools/perf/util/parse-branch-options.h
parentperf stat: Make stat options global (diff)
downloadkernel-qcow2-linux-62ec9b3f02a9bccaf699bd4691db98f779c3075f.tar.gz
kernel-qcow2-linux-62ec9b3f02a9bccaf699bd4691db98f779c3075f.tar.xz
kernel-qcow2-linux-62ec9b3f02a9bccaf699bd4691db98f779c3075f.zip
perf annotate: Inform the user about objdump failures in --stdio
When the browser fails to annotate it is difficult for users to find out what went wrong. Add some errors for objdump failures that are displayed in the UI. Note it would be even better to handle these errors smarter, like falling back to the binary when the debug info is somehow corrupted. But for now just giving a better error is an improvement. Committer note: This works for --stdio, where errors just scroll by the screen: # perf annotate --stdio intel_idle Failure running objdump --start-address=0xffffffff81418290 --stop-address=0xffffffff814183ae -l -d --no-show-raw -S -C /root/.debug/.build-id/28/2777c262e6b3c0451375163c9a81c893218ab1 2>/dev/null|grep -v /root/.debug/.build-id/28/2777c262e6b3c0451375163c9a81c893218ab1|expand Percent | Source code & Disassembly of vmlinux for cycles:pp ------------------------------------------------------------------ And with that one can use that command line to try to find out more about what happened instead of getting a blank screen, an improvement. We need tho to improve this further to get it to work with other UIs, like --tui and --gtk, where it continues showing a blank screen, no messages, as the pr_err() used is enough just for --stdio. Signed-off-by: Andi Kleen <ak@linux.intel.com> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/r/1446779167-18949-1-git-send-email-andi@firstfloor.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/parse-branch-options.h')
0 files changed, 0 insertions, 0 deletions