diff options
author | Zong Li <zong@andestech.com> | 2018-08-15 10:53:04 +0800 |
---|---|---|
committer | Greentime Hu <greentime@andestech.com> | 2018-09-04 14:45:17 +0800 |
commit | 1e9b14c0d92b61a0979fd5ee24d5e7f080f11030 (patch) | |
tree | afca1e8776b080ac31d2803990e691bb9f9bf58b /arch/nds32/Kconfig | |
parent | a18082575c664847d36c6ca030b09ce8d93aec2f (diff) | |
download | linux-1e9b14c0d92b61a0979fd5ee24d5e7f080f11030.tar.bz2 |
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/Kconfig | 1 |
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. |