Revision 89bd820a monitor.c

b/monitor.c
57 57
#include "json-parser.h"
58 58
#include "osdep.h"
59 59
#include "cpu.h"
60
#include "trace.h"
60 61
#include "trace/control.h"
61 62
#ifdef CONFIG_TRACE_SIMPLE
62 63
#include "trace/simple.h"
63 64
#endif
64
#include "trace/control.h"
65 65
#include "ui/qemu-spice.h"
66 66
#include "memory.h"
67 67

  
......
370 370
{
371 371
    QDict *qmp;
372 372

  
373
    trace_monitor_protocol_emitter(mon);
374

  
373 375
    qmp = qdict_new();
374 376

  
375 377
    if (!monitor_has_error(mon)) {
......
5102 5104
    qobject_incref(mon->mc->id);
5103 5105

  
5104 5106
    cmd_name = qdict_get_str(input, "execute");
5107
    trace_handle_qmp_command(mon, cmd_name);
5105 5108
    if (invalid_qmp_mode(mon, cmd_name)) {
5106 5109
        qerror_report(QERR_COMMAND_NOT_FOUND, cmd_name);
5107 5110
        goto err_out;

Also available in: Unified diff