mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
12 lines
604 B
Plaintext
12 lines
604 B
Plaintext
|
# See docs/devel/tracing.txt for syntax documentation.
|
||
|
|
||
|
# misc.c
|
||
|
monitor_protocol_event_handler(uint32_t event, void *qdict) "event=%d data=%p"
|
||
|
monitor_protocol_event_emit(uint32_t event, void *data) "event=%d data=%p"
|
||
|
monitor_protocol_event_queue(uint32_t event, void *qdict, uint64_t rate) "event=%d data=%p rate=%" PRId64
|
||
|
handle_hmp_command(void *mon, const char *cmdline) "mon %p cmdline: %s"
|
||
|
handle_qmp_command(void *mon, const char *req) "mon %p req: %s"
|
||
|
monitor_suspend(void *ptr, int cnt) "mon %p: %d"
|
||
|
monitor_qmp_cmd_in_band(const char *id) "%s"
|
||
|
monitor_qmp_cmd_out_of_band(const char *id) "%s"
|