summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/Makefile
diff options
context:
space:
mode:
authorNeil Leeder <nleeder@codeaurora.org>2014-03-11 13:00:36 -0400
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:48:13 -0700
commit714e856cdfd781d446888ec22c681cbb83b8c975 (patch)
tree684786bdbce7b7f207cbce02c7881c138c58f427 /arch/arm64/kernel/Makefile
parentb5bcae491ae5998466ebfc8d41ffe165b4a4b08c (diff)
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 <nleeder@codeaurora.org> [satyap: trivial merge conflict resolution] Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Diffstat (limited to 'arch/arm64/kernel/Makefile')
-rw-r--r--arch/arm64/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
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