Re: [PATCH 2/2] perf script: Support callindent

From: Adrian Hunter
Date: Thu Jun 16 2016 - 08:45:16 EST


On 11/06/16 01:55, Andi Kleen wrote:
> From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
>
> When printing PT instruction traces with perf script
> it is rather useful to see some indentation for the call tree. This
> patch adds a new callindent field to perf script that prints
> spaces for the function call stack depth.

I think there are advantages to having the decoder feed the thread stack so
I have tried to do that here:

http://marc.info/?l=linux-kernel&m=146608073131297

Please let me know what you think.