Re: [PATCH v3 3/6] perf cs-etm: Support thread stack

2019-10-21 Thread Leo Yan
Hi Mathieu, On Fri, Oct 11, 2019 at 11:53:53AM -0600, Mathieu Poirier wrote: > On Sat, Oct 05, 2019 at 05:16:11PM +0800, Leo Yan wrote: > > Since Arm CoreSight doesn't support thread stack, the decoding cannot > > display symbols with indented spaces to reflect the stack depth. > > > > This

Re: [PATCH v3 3/6] perf cs-etm: Support thread stack

2019-10-14 Thread Leo Yan
Hi Mathieu, On Fri, Oct 11, 2019 at 11:53:53AM -0600, Mathieu Poirier wrote: > On Sat, Oct 05, 2019 at 05:16:11PM +0800, Leo Yan wrote: > > Since Arm CoreSight doesn't support thread stack, the decoding cannot > > display symbols with indented spaces to reflect the stack depth. > > > > This

Re: [PATCH v3 3/6] perf cs-etm: Support thread stack

2019-10-11 Thread Mathieu Poirier
On Sat, Oct 05, 2019 at 05:16:11PM +0800, Leo Yan wrote: > Since Arm CoreSight doesn't support thread stack, the decoding cannot > display symbols with indented spaces to reflect the stack depth. > > This patch adds support thread stack for Arm CoreSight, this allows > 'perf script' to display

[PATCH v3 3/6] perf cs-etm: Support thread stack

2019-10-05 Thread Leo Yan
Since Arm CoreSight doesn't support thread stack, the decoding cannot display symbols with indented spaces to reflect the stack depth. This patch adds support thread stack for Arm CoreSight, this allows 'perf script' to display properly for option '-F,+callindent'. Before: # perf script