Re: [PATCH v3 2/3] perf tools: Add support for MIPS userspace DWARF callchains.

2016-04-01 Thread Arnaldo Carvalho de Melo
Em Fri, Apr 01, 2016 at 10:56:56AM +0200, Ralf Baechle escreveu: > From: David Daney > > Hack up the Makefile and add support code for mips unwinding > and dwarf-regs. Bzzt, failing to build on a minimal mips64 debian experimental env, on the one hand you expect perf/arch/mips/util/dwarf-regs.o

[PATCH v3 2/3] perf tools: Add support for MIPS userspace DWARF callchains.

2016-04-01 Thread Ralf Baechle
From: David Daney Hack up the Makefile and add support code for mips unwinding and dwarf-regs. Signed-off-by: David Daney Cc: linux-m...@linux-mips.org Cc: Jiri Olsa Cc: linux-kernel@vger.kernel.org Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Signed-o