perf: Move arch specific code into separate arch directory
authorIan Munsie <imunsie@au.ibm.com>
Tue, 20 Apr 2010 06:58:32 +0000 (16:58 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 22 Apr 2010 03:48:31 +0000 (13:48 +1000)
commitcd932c593995abee1d1a8a0bfe608f7d103d87ad
treebe2af882f976f0f30ad9bb04b7189fcaffcf8475
parent6eca8cc35b50af1037bc919106dd6dd332c959c2
perf: Move arch specific code into separate arch directory

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 moves the architecture specific code out into a separate
arch/x86 directory along with the infrastructure required to use it.

Signed-off-by: Ian Munsie <imunsie@au.ibm.com>
Acked-by: Masami Hiramatsu <mhiramat@redhat.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
tools/perf/Makefile
tools/perf/arch/x86/Makefile [new file with mode: 0644]
tools/perf/arch/x86/util/dwarf-regs.c [new file with mode: 0644]
tools/perf/util/include/dwarf-regs.h [new file with mode: 0644]
tools/perf/util/probe-finder.c