|
@@ -320,24 +320,6 @@ static void hmp_info_registers(Monitor *mon, const QDict *qdict)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-#ifdef CONFIG_TCG
|
|
|
|
-static void hmp_info_jit(Monitor *mon, const QDict *qdict)
|
|
|
|
-{
|
|
|
|
- if (!tcg_enabled()) {
|
|
|
|
- error_report("JIT information is only available with accel=tcg");
|
|
|
|
- return;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- dump_exec_info();
|
|
|
|
- dump_drift_info();
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-static void hmp_info_opcount(Monitor *mon, const QDict *qdict)
|
|
|
|
-{
|
|
|
|
- dump_opcount_info();
|
|
|
|
-}
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
static void hmp_info_sync_profile(Monitor *mon, const QDict *qdict)
|
|
static void hmp_info_sync_profile(Monitor *mon, const QDict *qdict)
|
|
{
|
|
{
|
|
int64_t max = qdict_get_try_int(qdict, "max", 10);
|
|
int64_t max = qdict_get_try_int(qdict, "max", 10);
|