Re: [PATCH] perf annotate: Support to display the LBR data in tui mode

From: Peter Zijlstra
Date: Fri Feb 23 2018 - 03:25:22 EST


On Fri, Feb 23, 2018 at 10:35:58PM +0800, Jin Yao wrote:
> Unlike the perf report interactive annotate mode, the perf annotate
> doesn't display the LBR data.
>
> perf record -b ...
> perf annotate function
>
> It should show IPC/cycle, but it doesn't.

There is far more than IPC/cycle for the LBR data, so this Changelog is
misleading.

Also, I think that this patch goes the wrong way, we should reduce the
divergence of the various modes, not make it worse.