Re: [PATCH AUTOSEL for 4.14 18/51] perf callchain: Compare symbol name for inlined frames when matching

2017-11-28 Thread alexander . levin
On Thu, Nov 23, 2017 at 09:55:37AM +0100, Milian Wolff wrote: >On Wednesday, November 22, 2017 11:25:40 PM CET alexander.le...@verizon.com >wrote: >> From: Milian Wolff >> >> [ Upstream commit 9856240ad3269f2fdab0b2fa4400ef8aab792061 ] > >Hello Alexander, > >this is the

Re: [PATCH AUTOSEL for 4.14 18/51] perf callchain: Compare symbol name for inlined frames when matching

2017-11-28 Thread alexander . levin
On Thu, Nov 23, 2017 at 09:55:37AM +0100, Milian Wolff wrote: >On Wednesday, November 22, 2017 11:25:40 PM CET alexander.le...@verizon.com >wrote: >> From: Milian Wolff >> >> [ Upstream commit 9856240ad3269f2fdab0b2fa4400ef8aab792061 ] > >Hello Alexander, > >this is the first time I encounter

Re: [PATCH AUTOSEL for 4.14 18/51] perf callchain: Compare symbol name for inlined frames when matching

2017-11-23 Thread Milian Wolff
On Wednesday, November 22, 2017 11:25:40 PM CET alexander.le...@verizon.com wrote: > From: Milian Wolff > > [ Upstream commit 9856240ad3269f2fdab0b2fa4400ef8aab792061 ] Hello Alexander, this is the first time I encounter AUTOSEL. I just want to check: The patch below

Re: [PATCH AUTOSEL for 4.14 18/51] perf callchain: Compare symbol name for inlined frames when matching

2017-11-23 Thread Milian Wolff
On Wednesday, November 22, 2017 11:25:40 PM CET alexander.le...@verizon.com wrote: > From: Milian Wolff > > [ Upstream commit 9856240ad3269f2fdab0b2fa4400ef8aab792061 ] Hello Alexander, this is the first time I encounter AUTOSEL. I just want to check: The patch below depends on others in a

[PATCH AUTOSEL for 4.14 18/51] perf callchain: Compare symbol name for inlined frames when matching

2017-11-22 Thread alexander . levin
From: Milian Wolff [ Upstream commit 9856240ad3269f2fdab0b2fa4400ef8aab792061 ] The fake symbols we create for inlined frames will represent different functions but can use the symbol start address. This leads to issues when different inline branches all lead to the same

[PATCH AUTOSEL for 4.14 18/51] perf callchain: Compare symbol name for inlined frames when matching

2017-11-22 Thread alexander . levin
From: Milian Wolff [ Upstream commit 9856240ad3269f2fdab0b2fa4400ef8aab792061 ] The fake symbols we create for inlined frames will represent different functions but can use the symbol start address. This leads to issues when different inline branches all lead to the same function. Before: