Re: [PATCH 1/3] perf diff: Fix indentation of stalled backend cycle
From: Andi Kleen
Date: Fri May 13 2016 - 10:01:12 EST
On Fri, May 13, 2016 at 03:01:01PM +0900, Namhyung Kim wrote:
> The commit 140aeadc1fb5 ("perf stat: Abstract stat metrics printing")
> changed way to print shadow metrics, but it missed to update the width
> of stalled backend cycles event to 7.2% like others. This resulted in
> misaligned output like below:
Thanks.
My preferred action would be actually kill
stalled-cycles-frontend/backend.
I don't know any CPU where it is accurate.
TopDown is much better.
But as long as it is kept it is better to align it right.
-Andi