Re: [PATCH RESEND] perf tools: introduce arm64 support unwind test.

2015-04-20 Thread Wang Nan
On 2015/3/30 15:03, Jiri Olsa wrote: > On Mon, Mar 30, 2015 at 02:04:08AM +, Wang Nan wrote: >> Newest libunwind does support ARM64, and perf is able to utilize it >> also. This patch enables the missing perf test dwarf unwind for arm64. >> >> Test result: >> # ./perf test unwind >> 25: Te

Re: [PATCH RESEND] perf tools: introduce arm64 support unwind test.

2015-03-30 Thread Jiri Olsa
On Mon, Mar 30, 2015 at 02:04:08AM +, Wang Nan wrote: > Newest libunwind does support ARM64, and perf is able to utilize it > also. This patch enables the missing perf test dwarf unwind for arm64. > > Test result: > # ./perf test unwind > 25: Test dwarf unwind

[PATCH RESEND] perf tools: introduce arm64 support unwind test.

2015-03-29 Thread Wang Nan
Newest libunwind does support ARM64, and perf is able to utilize it also. This patch enables the missing perf test dwarf unwind for arm64. Test result: # ./perf test unwind 25: Test dwarf unwind : Ok Signed-off-by: Wang Nan --- tools/perf/arch/arm64/Bui