aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/config.mk')
-rw-r--r--mk/config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/mk/config.mk b/mk/config.mk
index 8013c5a..758588d 100644
--- a/mk/config.mk
+++ b/mk/config.mk
@@ -32,3 +32,8 @@ CFG_TEE_TA_LOG_LEVEL?=1
# marck/check heap feature
# Enabling this could decrease efficiency
CFG_TEE_CORE_USER_MEM_DEBUG?=1
+
+# CFG_TEE_TRACE_PERFORMANCE
+# If 'y', TEECore will print CNTVCT (virtual counter) register values to console
+# after receiving SMC call and before returning to normal world
+CFG_TEE_TRACE_PERFORMANCE?=n