]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools ARM64: Wire up perf_regs and unwind support
authorJean Pihet <jean.pihet@linaro.org>
Mon, 28 Apr 2014 12:32:33 +0000 (14:32 +0200)
committerJiri Olsa <jolsa@kernel.org>
Tue, 29 Apr 2014 13:31:19 +0000 (15:31 +0200)
commitd46245a934a2071bc5a04ce59363008cb32dda24
tree76e352baf6cf3e1029c37bc2866775f3e32abb9d
parent8e9ed109452175a9fba1f7641f1b477f2f4c5702
perf tools ARM64: Wire up perf_regs and unwind support

This patch hooks in the perf_regs and libunwind code for ARM64.
The tools/perf/arch/arm64 is created; it contains the arch specific
code for DWARF unwinding.

Signed-off-by: Jean Pihet <jean.pihet@linaro.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Link: http://lkml.kernel.org/r/1398688353-3737-1-git-send-email-jean.pihet@linaro.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
tools/perf/arch/arm64/Makefile [new file with mode: 0644]
tools/perf/arch/arm64/include/perf_regs.h [new file with mode: 0644]
tools/perf/arch/arm64/util/dwarf-regs.c [new file with mode: 0644]
tools/perf/arch/arm64/util/unwind-libunwind.c [new file with mode: 0644]
tools/perf/config/Makefile