Re: [PATCH] perf util: Display warning when perf report/annotate is missing some libs

From: Jiri Olsa
Date: Thu Jan 11 2018 - 10:31:18 EST


On Thu, Jan 11, 2018 at 07:03:06PM +0800, Jin Yao wrote:
> We keep having bug reports that when users build perf on their own,

we already have same warnings during the build

> but they don't install some needed libraries like libelf, libbfd/libibery.

how about saying that in the symbol column,
instead of poluting report's output, like:

$ perf report --stdio

# Overhead Command Shared Object Symbol (disabled)
# ........ ....... ................ ......................

also your change does not affect tui mode

annotation for some reason does not start at all.. could be
little more verbose ;-)

jirka