mirror of https://github.com/xemu-project/xemu.git
Tracing can be enabled at the command line or via the monitor. Command-line trace options are recorded during trace_opt_parse(), but tracing is not enabled until the various front-ends later call trace_init_file(). If the user passes a trace option on the command-line, remember that and enable tracing during trace_init_file(). Otherwise, trace_init_file() should record the trace file specified by the frontend and avoid enabling traces until the user requests them via the monitor. This fixes |
||
|---|---|---|
| .. | ||
| control-internal.h | ||
| control-target.c | ||
| control-vcpu.h | ||
| control.c | ||
| control.h | ||
| event-internal.h | ||
| ftrace.c | ||
| ftrace.h | ||
| mem-internal.h | ||
| mem.h | ||
| meson.build | ||
| qmp.c | ||
| simple.c | ||
| simple.h | ||