* [GIT PULL] Perf probe support for PowerPC, from Ian Munsie
@ 2010-04-23 0:32 Paul Mackerras
2010-04-23 9:11 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Paul Mackerras @ 2010-04-23 0:32 UTC (permalink / raw)
To: Ingo Molnar, Peter Zijlstra, Frederic Weisbecker
Cc: linuxppc-dev, Ian Munsie, linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Perf probe support for PowerPC, from Ian Munsie
2010-04-23 0:32 [GIT PULL] Perf probe support for PowerPC, from Ian Munsie Paul Mackerras
@ 2010-04-23 9:11 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2010-04-23 9:11 UTC (permalink / raw)
To: Paul Mackerras
Cc: Peter Zijlstra, Frederic Weisbecker, linux-kernel,
Arnaldo Carvalho de Melo, linuxppc-dev, Ian Munsie,
Thomas Gleixner, Masami Hiramatsu
* 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-23 10:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).