summaryrefslogtreecommitdiffstats
path: root/arch/nds32/Kconfig
diff options
context:
space:
mode:
authorZong Li2018-08-15 04:53:04 +0200
committerGreentime Hu2018-09-04 08:45:17 +0200
commit1e9b14c0d92b61a0979fd5ee24d5e7f080f11030 (patch)
treeafca1e8776b080ac31d2803990e691bb9f9bf58b /arch/nds32/Kconfig
parentnds32/ftrace: Support static function tracer (diff)
downloadkernel-qcow2-linux-1e9b14c0d92b61a0979fd5ee24d5e7f080f11030.tar.gz
kernel-qcow2-linux-1e9b14c0d92b61a0979fd5ee24d5e7f080f11030.tar.xz
kernel-qcow2-linux-1e9b14c0d92b61a0979fd5ee24d5e7f080f11030.zip
nds32/ftrace: Support static function graph tracer
This patch contains implementation of static function graph tracer. Signed-off-by: Zong Li <zong@andestech.com> Acked-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>
Diffstat (limited to 'arch/nds32/Kconfig')
-rw-r--r--arch/nds32/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nds32/Kconfig b/arch/nds32/Kconfig
index 853497fe4266..ea171a00327c 100644
--- a/arch/nds32/Kconfig
+++ b/arch/nds32/Kconfig
@@ -41,6 +41,7 @@ config NDS32
select RTC_LIB
select THREAD_INFO_IN_TASK
select HAVE_FUNCTION_TRACER
+ select HAVE_FUNCTION_GRAPH_TRACER
help
Andes(nds32) Linux support.