On 11/06/16 01:55, Andi Kleen wrote: > From: Andi Kleen <a...@linux.intel.com> > > 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.