]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit583586b42617af15cb53828f57edbb3e9aea58bd
treebe2af882f976f0f30ad9bb04b7189fcaffcf8475
parent996c0bf85523edf0c19ce3bd89bb8b23da929d52
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