Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754267AbbDHAGU (ORCPT ); Tue, 7 Apr 2015 20:06:20 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:55960 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753710AbbDHAGP (ORCPT ); Tue, 7 Apr 2015 20:06:15 -0400 Message-Id: From: Ralf Baechle Date: Wed, 08 Apr 2015 01:58:45 +0200 Subject: [PATCH 0/2] perf tools: Add MIPS userspace DWARF callchains. To: David Daney , linux-mips@linux-mips.org, Jiri Olsa , linux-kernel@vger.kernel.org, Peter Zijlstra , Paul Mackerras , Ingo Molnar , Arnaldo Carvalho de Melo Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1636 Lines: 39 This is a refresh of a David Daney's patch set to implement MIPS support for perf. It has been posted before but not received any comments or (N)Acks. This series depends on http://patchwork.linux-mips.org/patch/5246/ which currently is pending for 4.1 in the MIPS tree so I'd like to upstream these two patches through the MIPS tree as well. David's original patches are archived at: http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=1368817238-11548-1-git-send-email-ddaney.cavm%40gmail.com http://patchwork.linux-mips.org/patch/5249/ http://patchwork.linux-mips.org/patch/5250/ Cheers, Ralf 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 | 10 ++++ 6 files changed, 161 insertions(+) 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.9.3 -- 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/