Re: [PATCH v8 00/14] Add support for remote unwind

From: Jiri Olsa
Date: Thu Jun 02 2016 - 16:35:22 EST


On Thu, Jun 02, 2016 at 09:55:12AM +0000, He Kuang wrote:

SNIP

> and now we can use LIBUNWIND_DIR to specific custom dirctories
> containing libunwind libs.
>
> v8:
>
> - Put unwind__register_ops call into unwind__prepare_access from
> patch 4 to patch 3.
> - Fail thread__insert_map on error.
> - Remove unused macro HAVE_LIBUNWIND_LOCAL_SUPPORT.
> - Return once find that thread->addr_space is valid and check this
> value first.
> - Add comments in file 'util/libunwind/arm64.c',
> 'util/libunwind/x86_32.c', and explain the reason for debug-frame
> flag in non-arm arch.

apart from few nitpicks, this looks ok to me

I tried with 32bit unwind under 64bits and it works nicely,
plus 64bit unwind seems not to be broken as well ;-)

considerring those nitpicks solved:

Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx>


thanks,
jirka