Re: [PATCH v3 1/7 UPDATE2] perf tools: Find vdso with the consider of cross-platform

2016-06-16 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 16, 2016 at 04:00:12PM +0300, Adrian Hunter escreveu: > On 15/06/16 16:34, Arnaldo Carvalho de Melo wrote: > > Em Tue, May 17, 2016 at 09:04:54AM +, He Kuang escreveu: > >> There's a problem in machine__findnew_vdso(), vdso buildid generated > >> by a 32-bit machine stores it with t

Re: [PATCH v3 1/7 UPDATE2] perf tools: Find vdso with the consider of cross-platform

2016-06-16 Thread Adrian Hunter
On 15/06/16 16:34, Arnaldo Carvalho de Melo wrote: > Em Tue, May 17, 2016 at 09:04:54AM +, He Kuang escreveu: >> There's a problem in machine__findnew_vdso(), vdso buildid generated >> by a 32-bit machine stores it with the name 'vdso', but when >> processing buildid on a 64-bit machine with th

Re: [PATCH v3 1/7 UPDATE2] perf tools: Find vdso with the consider of cross-platform

2016-06-15 Thread Hekuang
hi 在 2016/6/15 21:34, Arnaldo Carvalho de Melo 写道: Em Tue, May 17, 2016 at 09:04:54AM +, He Kuang escreveu: There's a problem in machine__findnew_vdso(), vdso buildid generated by a 32-bit machine stores it with the name 'vdso', but when processing buildid on a 64-bit machine with the same

Re: [PATCH v3 1/7 UPDATE2] perf tools: Find vdso with the consider of cross-platform

2016-06-15 Thread Arnaldo Carvalho de Melo
Em Tue, May 17, 2016 at 09:04:54AM +, He Kuang escreveu: > There's a problem in machine__findnew_vdso(), vdso buildid generated > by a 32-bit machine stores it with the name 'vdso', but when > processing buildid on a 64-bit machine with the same 'perf.data', perf > will search for vdso named as

Re: [PATCH v3 1/7 UPDATE2] perf tools: Find vdso with the consider of cross-platform

2016-05-17 Thread Arnaldo Carvalho de Melo
Em Tue, May 17, 2016 at 12:17:29PM +0300, Adrian Hunter escreveu: > On 17/05/16 12:04, He Kuang wrote: > > There's a problem in machine__findnew_vdso(), vdso buildid generated > > by a 32-bit machine stores it with the name 'vdso', but when > > processing buildid on a 64-bit machine with the same '

Re: [PATCH v3 1/7 UPDATE2] perf tools: Find vdso with the consider of cross-platform

2016-05-17 Thread Adrian Hunter
On 17/05/16 12:04, He Kuang wrote: > There's a problem in machine__findnew_vdso(), vdso buildid generated > by a 32-bit machine stores it with the name 'vdso', but when > processing buildid on a 64-bit machine with the same 'perf.data', perf > will search for vdso named as 'vdso32' and get failed.

[PATCH v3 1/7 UPDATE2] perf tools: Find vdso with the consider of cross-platform

2016-05-17 Thread He Kuang
There's a problem in machine__findnew_vdso(), vdso buildid generated by a 32-bit machine stores it with the name 'vdso', but when processing buildid on a 64-bit machine with the same 'perf.data', perf will search for vdso named as 'vdso32' and get failed. This patch tries to find the exsiting dsos