summary refs log tree commit diff stats
path: root/hmp-commands-info.hx
diff options
context:
space:
mode:
authorFei Wu <fei2.wu@intel.com>2023-06-07 20:24:02 +0800
committerRichard Henderson <richard.henderson@linaro.org>2023-06-26 17:33:00 +0200
commit1b65b4f54c7f7d07b5d35fac5f7de3e75f5f21a0 (patch)
treeccb5b69feba927a332292d7f708e2868c51933a7 /hmp-commands-info.hx
parentea185a557bc97868f3729060ea1cd003dbd971d1 (diff)
downloadfocaccia-qemu-1b65b4f54c7f7d07b5d35fac5f7de3e75f5f21a0.tar.gz
focaccia-qemu-1b65b4f54c7f7d07b5d35fac5f7de3e75f5f21a0.zip
accel/tcg: remove CONFIG_PROFILER
TBStats will be introduced to replace CONFIG_PROFILER totally, here
remove all CONFIG_PROFILER related stuffs first.

Signed-off-by: Vanderson M. do Rosario <vandersonmr2@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Fei Wu <fei2.wu@intel.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230607122411.3394702-2-fei2.wu@intel.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hmp-commands-info.hx')
-rw-r--r--hmp-commands-info.hx15
1 files changed, 0 insertions, 15 deletions
diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx
index 47d63d26db..f5b37eb74a 100644
--- a/hmp-commands-info.hx
+++ b/hmp-commands-info.hx
@@ -360,21 +360,6 @@ SRST
     Show host USB devices.
 ERST
 
-#if defined(CONFIG_TCG)
-    {
-        .name       = "profile",
-        .args_type  = "",
-        .params     = "",
-        .help       = "show profiling information",
-        .cmd_info_hrt = qmp_x_query_profile,
-    },
-#endif
-
-SRST
-  ``info profile``
-    Show profiling information.
-ERST
-
     {
         .name       = "capture",
         .args_type  = "",