Re: [PATCH] perf machine: Update kernel map address and re-order properly

2019-03-26 Thread Arnaldo Carvalho de Melo
Em Tue, Mar 26, 2019 at 11:03:14PM +0900, Namhyung Kim escreveu: > Hello, > > On Tue, Mar 26, 2019 at 6:12 PM liwei (GF) wrote: > > > > Hi Arnaldo, > > > > Please shoot a glance at this modification, i think this issue is > > influential. > > > > On 2019/2/28 19:28, Jiri Olsa Wrote: > > > On

Re: [PATCH] perf machine: Update kernel map address and re-order properly

2019-03-26 Thread Namhyung Kim
Hello, On Tue, Mar 26, 2019 at 6:12 PM liwei (GF) wrote: > > Hi Arnaldo, > > Please shoot a glance at this modification, i think this issue is influential. > > On 2019/2/28 19:28, Jiri Olsa Wrote: > > On Thu, Feb 28, 2019 at 05:20:03PM +0800, Wei Li wrote: > >> Since commit 1fb87b8e9599 ("perf

Re: [PATCH] perf machine: Update kernel map address and re-order properly

2019-03-26 Thread liwei (GF)
Hi Arnaldo, Please shoot a glance at this modification, i think this issue is influential. On 2019/2/28 19:28, Jiri Olsa Wrote: > On Thu, Feb 28, 2019 at 05:20:03PM +0800, Wei Li wrote: >> Since commit 1fb87b8e9599 ("perf machine: Don't search for active kernel >> start in

Re: [PATCH] perf machine: Update kernel map address and re-order properly

2019-02-28 Thread Jiri Olsa
On Thu, Feb 28, 2019 at 05:20:03PM +0800, Wei Li wrote: > Since commit 1fb87b8e9599 ("perf machine: Don't search for active kernel > start in __machine__create_kernel_maps"), the __machine__create_kernel_maps() > just create a map what start and end are both zero. Though the address will be >

[PATCH] perf machine: Update kernel map address and re-order properly

2019-02-28 Thread Wei Li
Since commit 1fb87b8e9599 ("perf machine: Don't search for active kernel start in __machine__create_kernel_maps"), the __machine__create_kernel_maps() just create a map what start and end are both zero. Though the address will be updated later, the order of map in the rbtree may be incorrect. The