Re: [PATCH v3 1/2] perf: Move arch specific code into separate arch directory

2010-04-15 Thread Masami Hiramatsu
Ian Munsie wrote: > From: Ian Munsie > > The perf userspace tool included some architecture specific code to map > registers from the DWARF register number into the names used by the regs > and stack access API. > > This patch moves the architecture specific code out into a separate > arch/x86 d

[PATCH v3 1/2] perf: Move arch specific code into separate arch directory

2010-04-14 Thread Ian Munsie
From: Ian Munsie The perf userspace tool included some architecture specific code to map registers from the DWARF register number into the names used by the regs and stack access API. This patch moves the architecture specific code out into a separate arch/x86 directory along with the infrastruc