[PATCH 02/11] perf annotate: Inform the user about objdump failures in --stdio

2015-11-06 Thread Arnaldo Carvalho de Melo
From: Andi Kleen 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

[PATCH 02/11] perf annotate: Inform the user about objdump failures in --stdio

2015-11-06 Thread Arnaldo Carvalho de Melo
From: Andi Kleen 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