Re: [PATCH 0/8] Add support for remote unwind

2016-05-06 Thread Arnaldo Carvalho de Melo
Em Fri, May 06, 2016 at 08:59:06AM +, He Kuang escreveu: > Currently, perf script uses host unwind methods to parse perf.data > callchain info regardless of the target architecture. So we get wrong > result and no promotion when do remote unwind on other > platforms/machines. Thanks for workin

[PATCH 0/8] Add support for remote unwind

2016-05-06 Thread He Kuang
Currently, perf script uses host unwind methods to parse perf.data callchain info regardless of the target architecture. So we get wrong result and no promotion when do remote unwind on other platforms/machines. This patch set adds build tests for the supported platforms for remote unwinding, and