From 714e856cdfd781d446888ec22c681cbb83b8c975 Mon Sep 17 00:00:00 2001 From: Neil Leeder Date: Tue, 11 Mar 2014 13:00:36 -0400 Subject: arm64: perf: add debug patch logging framework Provide a mechanism to track which msm perf patches are present in a kernel. Some kernel branches do not include all patches which causes problems trying to debug perf issues. This framework provides a way to keep track of which patches have been included in a build. Change-Id: I7d3e3022dcdec6204f8d2ba3c49fc37c674db221 Signed-off-by: Neil Leeder [satyap: trivial merge conflict resolution] Signed-off-by: Satya Durga Srinivasu Prabhala --- arch/arm64/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm64/kernel/Makefile') diff --git a/arch/arm64/kernel/Makefile b/arch/arm64/kernel/Makefile index 474691f8b13a..55345faded87 100644 --- a/arch/arm64/kernel/Makefile +++ b/arch/arm64/kernel/Makefile @@ -31,7 +31,7 @@ arm64-obj-$(CONFIG_COMPAT) += sys32.o kuser32.o signal32.o \ arm64-obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o entry-ftrace.o arm64-obj-$(CONFIG_MODULES) += arm64ksyms.o module.o arm64-obj-$(CONFIG_PERF_EVENTS) += perf_regs.o perf_callchain.o -arm64-obj-$(CONFIG_HW_PERF_EVENTS) += perf_event.o +arm64-obj-$(CONFIG_HW_PERF_EVENTS) += perf_event.o perf_debug.o arm64-obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o arm64-obj-$(CONFIG_CPU_PM) += sleep.o suspend.o arm64-obj-$(CONFIG_CPU_IDLE) += cpuidle.o -- cgit v1.2.3