|
@@ -369,17 +369,6 @@ static void hmp_info_history(Monitor *mon, const QDict *qdict)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-static void hmp_info_cpustats(Monitor *mon, const QDict *qdict)
|
|
|
-{
|
|
|
- CPUState *cs = mon_get_cpu(mon);
|
|
|
-
|
|
|
- if (!cs) {
|
|
|
- monitor_printf(mon, "No CPU available\n");
|
|
|
- return;
|
|
|
- }
|
|
|
- cpu_dump_statistics(cs, 0);
|
|
|
-}
|
|
|
-
|
|
|
static void hmp_info_trace_events(Monitor *mon, const QDict *qdict)
|
|
|
{
|
|
|
const char *name = qdict_get_try_str(qdict, "name");
|