Re: [PATCH v2 1/2] perf tools: Make find_vdso_map() more modular

2018-12-10 Thread Florian Fainelli
On 11/27/18 1:31 AM, Jiri Olsa wrote: > On Thu, Oct 25, 2018 at 10:55:07AM -0700, Florian Fainelli wrote: >> In preparation for checking that the vectors page on the ARM >> architecture, refactor the find_vdso_map() function to accept finding an >> arbitrary string and create a dedicated helper fun

Re: [PATCH v2 1/2] perf tools: Make find_vdso_map() more modular

2018-11-27 Thread Jiri Olsa
On Thu, Oct 25, 2018 at 10:55:07AM -0700, Florian Fainelli wrote: > In preparation for checking that the vectors page on the ARM > architecture, refactor the find_vdso_map() function to accept finding an > arbitrary string and create a dedicated helper function for that under > util/find-map.c and

Re: [PATCH v2 1/2] perf tools: Make find_vdso_map() more modular

2018-11-27 Thread Jiri Olsa
On Thu, Oct 25, 2018 at 10:55:07AM -0700, Florian Fainelli wrote: > In preparation for checking that the vectors page on the ARM > architecture, refactor the find_vdso_map() function to accept finding an > arbitrary string and create a dedicated helper function for that under > util/find-map.c and