summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorWade Farnsworth2012-04-04 17:19:47 +0200
committerRussell King2012-04-25 20:49:28 +0200
commit0693bf68148c4473158e435383e75af70b704f78 (patch)
tree8bb62e5b4ad99f9dd87d90949b0772cb81cdd96f /arch/arm/Kconfig
parentARM: 7373/1: add support for the generic syscall.h interface (diff)
downloadkernel-qcow2-linux-0693bf68148c4473158e435383e75af70b704f78.tar.gz
kernel-qcow2-linux-0693bf68148c4473158e435383e75af70b704f78.tar.xz
kernel-qcow2-linux-0693bf68148c4473158e435383e75af70b704f78.zip
ARM: 7374/1: add TRACEHOOK support
Add calls to tracehook_report_syscall_{entry,exit} and tracehook_signal_handler Signed-off-by: Steven Walter <stevenrwalter@gmail.com> Signed-off-by: Wade Farnsworth <wade_farnsworth@mentor.com> Reviewed-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8b0c8ab53cb4..f5e4233766e3 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -11,6 +11,7 @@ config ARM
select HAVE_OPROFILE if (HAVE_PERF_EVENTS)
select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL
select HAVE_ARCH_KGDB
+ select HAVE_ARCH_TRACEHOOK
select HAVE_KPROBES if !XIP_KERNEL
select HAVE_KRETPROBES if (HAVE_KPROBES)
select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)