Re: [PATCH 0/5] Fixes on perf unwind

2016-06-23 Thread Arnaldo Carvalho de Melo
Em Wed, Jun 22, 2016 at 06:57:01AM +, He Kuang escreveu: > hi, > > Patch 1-3 fix wrongly used PERF_REG_SP/IP by redefining > those macros in the wrapper file according to the target platform, for > example in "util/libunwind/x86_32.c". > The first 3 patches have been acked-by "Jiri Olsa" and n

[PATCH 0/5] Fixes on perf unwind

2016-06-21 Thread He Kuang
hi, Patch 1-3 fix wrongly used PERF_REG_SP/IP by redefining those macros in the wrapper file according to the target platform, for example in "util/libunwind/x86_32.c". The first 3 patches have been acked-by "Jiri Olsa" and not touched. Patch 4 catches an error on python build_ext build. Patch 5