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

2010-04-20 Thread Masami Hiramatsu
Hi Ian, Please feel free to add my ack. :) Acked-by: Masami Hiramatsu Ingo, I think this one is important enhancement for perf to port it on other archs. Thank you, Ian Munsie wrote: > From: Ian Munsie > > The perf userspace tool included some architecture specific code to map > registers f

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

2010-04-19 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