From ce058ae5f2c539e4fc8f2ceec591c78eb8b0ae57 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:59 -0600 Subject: Convert CONFIG_CMD_TRACE to Kconfig This converts the following to Kconfig: CONFIG_CMD_TRACE Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- cmd/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cmd') diff --git a/cmd/Kconfig b/cmd/Kconfig index a5c557e5b26..bb1980ddb3b 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1416,6 +1416,15 @@ config CMD_KGDB single-stepping, inspecting variables, etc. This is supported only on PowerPC at present. +config CMD_TRACE + bool "trace - Support tracing of function calls and timing" + help + Enables a command to control using of function tracing within + U-Boot. This allows recording of call traces including timing + information. The command can write data to memory for exporting + for analsys (e.g. using bootchart). See doc/README.trace for full + details. + endmenu config CMD_UBI -- cgit v1.2.3