From: Ingo Molnar <mingo@elte.hu>
To: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
linux-kernel@vger.kernel.org,
Arnaldo Carvalho de Melo <acme@redhat.com>,
linuxppc-dev@ozlabs.org, Ian Munsie <imunsie@au1.ibm.com>,
Thomas Gleixner <tglx@linutronix.de>,
Masami Hiramatsu <mhiramat@redhat.com>
Subject: Re: [GIT PULL] Perf probe support for PowerPC, from Ian Munsie
Date: Fri, 23 Apr 2010 11:11:58 +0200 [thread overview]
Message-ID: <20100423091158.GA6078@elte.hu> (raw)
In-Reply-To: <20100423003251.GA2420@brick.ozlabs.ibm.com>
* Paul Mackerras <paulus@samba.org> wrote:
> Ingo,
>
> Please pull my perf.git master branch:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/paulus/perf.git master
>
> It has two commits from Ian Munsie that allow us to access local
> variables with perf probe on PowerPC. We also need a commit in Ben's
> powerpc-next branch for it to function, but it compiles without that.
>
> Thanks,
> Paul.
>
> ---
>
> The following changes since commit 6eca8cc35b50af1037bc919106dd6dd332c959c2:
> Frederic Weisbecker (1):
> perf: Fix perf probe build error
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/paulus/perf.git master
>
> Ian Munsie (2):
> perf: Move arch specific code into separate arch directory
> perf probe: Add PowerPC DWARF register number mappings
>
> tools/perf/Makefile | 36 ++++++++++--
> tools/perf/arch/powerpc/Makefile | 4 +
> tools/perf/arch/powerpc/util/dwarf-regs.c | 88 +++++++++++++++++++++++++++++
> tools/perf/arch/x86/Makefile | 4 +
> tools/perf/arch/x86/util/dwarf-regs.c | 75 ++++++++++++++++++++++++
> tools/perf/util/include/dwarf-regs.h | 8 +++
> tools/perf/util/probe-finder.c | 55 +-----------------
> 7 files changed, 211 insertions(+), 59 deletions(-)
> create mode 100644 tools/perf/arch/powerpc/Makefile
> create mode 100644 tools/perf/arch/powerpc/util/dwarf-regs.c
> create mode 100644 tools/perf/arch/x86/Makefile
> create mode 100644 tools/perf/arch/x86/util/dwarf-regs.c
> create mode 100644 tools/perf/util/include/dwarf-regs.h
Pulled, thanks a lot Paul!
Ingo
prev parent reply other threads:[~2010-04-23 10:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-23 0:32 [GIT PULL] Perf probe support for PowerPC, from Ian Munsie Paul Mackerras
2010-04-23 9:11 ` Ingo Molnar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100423091158.GA6078@elte.hu \
--to=mingo@elte.hu \
--cc=acme@redhat.com \
--cc=fweisbec@gmail.com \
--cc=imunsie@au1.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=mhiramat@redhat.com \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).