Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756632Ab3EQTAr (ORCPT ); Fri, 17 May 2013 15:00:47 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:59073 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754754Ab3EQTAq (ORCPT ); Fri, 17 May 2013 15:00:46 -0400 From: David Daney To: linux-mips@linux-mips.org, ralf@linux-mips.org, Jiri Olsa Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Paul Mackerras , Ingo Molnar , Arnaldo Carvalho de Melo , David Daney Subject: [PATCH 0/2] perf tools: Add MIPS userspace DWARF callchains. Date: Fri, 17 May 2013 12:00:36 -0700 Message-Id: <1368817238-11548-1-git-send-email-ddaney.cavm@gmail.com> X-Mailer: git-send-email 1.7.11.7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1500 Lines: 37 From: David Daney These patches to the perf tool depend on the kernel patch here: http://www.linux-mips.org/archives/linux-mips/2013-05/msg00124.html With these two applied, I get the same nice call graphs on MIPS that are obtained on my x86_64 workstation. The patches are against Jiri Olsa's git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/core branch. I hope that is the proper thing to base these things off of. David Daney (2): perf tools: Add support for MIPS userspace DWARF callchains. perf tools: Hook up MIPS unwind and dwarf-regs in the Makefile tools/perf/Makefile | 3 ++ tools/perf/arch/mips/Makefile | 7 +++ tools/perf/arch/mips/include/perf_regs.h | 84 ++++++++++++++++++++++++++++++++ tools/perf/arch/mips/util/dwarf-regs.c | 37 ++++++++++++++ tools/perf/arch/mips/util/unwind.c | 20 ++++++++ tools/perf/config/Makefile | 12 ++++- 6 files changed, 161 insertions(+), 2 deletions(-) create mode 100644 tools/perf/arch/mips/Makefile create mode 100644 tools/perf/arch/mips/include/perf_regs.h create mode 100644 tools/perf/arch/mips/util/dwarf-regs.c create mode 100644 tools/perf/arch/mips/util/unwind.c -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/