Laurent Vivier | e723b87 | 2016-08-08 17:11:21 +0200 | [diff] [blame] | 1 | # See docs/tracing.txt for syntax documentation. |
Daniel P. Berrange | 521d47c | 2016-06-16 09:39:51 +0100 | [diff] [blame] | 2 | |
| 3 | # migration/savevm.c |
| 4 | qemu_loadvm_state_section(unsigned int section_type) "%d" |
| 5 | qemu_loadvm_state_section_command(int ret) "%d" |
| 6 | qemu_loadvm_state_section_partend(uint32_t section_id) "%u" |
Daniel P. Berrange | 521d47c | 2016-06-16 09:39:51 +0100 | [diff] [blame] | 7 | qemu_loadvm_state_post_main(int ret) "%d" |
| 8 | qemu_loadvm_state_section_startfull(uint32_t section_id, const char *idstr, uint32_t instance_id, uint32_t version_id) "%u(%s) %u %u" |
| 9 | qemu_savevm_send_packaged(void) "" |
| 10 | loadvm_handle_cmd_packaged(unsigned int length) "%u" |
| 11 | loadvm_handle_cmd_packaged_main(int ret) "%d" |
| 12 | loadvm_handle_cmd_packaged_received(int ret) "%d" |
| 13 | loadvm_postcopy_handle_advise(void) "" |
| 14 | loadvm_postcopy_handle_listen(void) "" |
| 15 | loadvm_postcopy_handle_run(void) "" |
| 16 | loadvm_postcopy_handle_run_cpu_sync(void) "" |
| 17 | loadvm_postcopy_handle_run_vmstart(void) "" |
| 18 | loadvm_postcopy_ram_handle_discard(void) "" |
| 19 | loadvm_postcopy_ram_handle_discard_end(void) "" |
| 20 | loadvm_postcopy_ram_handle_discard_header(const char *ramid, uint16_t len) "%s: %ud" |
| 21 | loadvm_process_command(uint16_t com, uint16_t len) "com=0x%x len=%d" |
| 22 | loadvm_process_command_ping(uint32_t val) "%x" |
| 23 | postcopy_ram_listen_thread_exit(void) "" |
| 24 | postcopy_ram_listen_thread_start(void) "" |
| 25 | qemu_savevm_send_postcopy_advise(void) "" |
| 26 | qemu_savevm_send_postcopy_ram_discard(const char *id, uint16_t len) "%s: %ud" |
| 27 | savevm_command_send(uint16_t command, uint16_t len) "com=0x%x len=%d" |
| 28 | savevm_section_start(const char *id, unsigned int section_id) "%s, section_id %u" |
| 29 | savevm_section_end(const char *id, unsigned int section_id, int ret) "%s, section_id %u -> %d" |
| 30 | savevm_section_skip(const char *id, unsigned int section_id) "%s, section_id %u" |
| 31 | savevm_send_open_return_path(void) "" |
| 32 | savevm_send_ping(uint32_t val) "%x" |
| 33 | savevm_send_postcopy_listen(void) "" |
| 34 | savevm_send_postcopy_run(void) "" |
| 35 | savevm_state_begin(void) "" |
| 36 | savevm_state_header(void) "" |
| 37 | savevm_state_iterate(void) "" |
| 38 | savevm_state_cleanup(void) "" |
| 39 | savevm_state_complete_precopy(void) "" |
| 40 | vmstate_save(const char *idstr, const char *vmsd_name) "%s, %s" |
Dr. David Alan Gilbert | 46a02a7 | 2016-12-12 12:58:38 +0000 | [diff] [blame] | 41 | vmstate_save_state_loop(const char *name, const char *field, int n_elems) "%s/%s[%d]" |
| 42 | vmstate_save_state_top(const char *idstr) "%s" |
| 43 | vmstate_subsection_save_loop(const char *name, const char *sub) "%s/%s" |
| 44 | vmstate_subsection_save_top(const char *idstr) "%s" |
Daniel P. Berrange | 521d47c | 2016-06-16 09:39:51 +0100 | [diff] [blame] | 45 | vmstate_load(const char *idstr, const char *vmsd_name) "%s, %s" |
| 46 | qemu_announce_self_iter(const char *mac) "%s" |
| 47 | |
| 48 | # migration/vmstate.c |
| 49 | vmstate_load_field_error(const char *field, int ret) "field \"%s\" load failed, ret = %d" |
| 50 | vmstate_load_state(const char *name, int version_id) "%s v%d" |
| 51 | vmstate_load_state_end(const char *name, const char *reason, int val) "%s %s/%d" |
| 52 | vmstate_load_state_field(const char *name, const char *field) "%s:%s" |
| 53 | vmstate_n_elems(const char *name, int n_elems) "%s: %d" |
| 54 | vmstate_subsection_load(const char *parent) "%s" |
| 55 | vmstate_subsection_load_bad(const char *parent, const char *sub, const char *sub2) "%s: %s/%s" |
| 56 | vmstate_subsection_load_good(const char *parent) "%s" |
Jianjun Duan | 94869d5 | 2017-01-19 11:00:51 -0800 | [diff] [blame] | 57 | get_qtailq(const char *name, int version_id) "%s v%d" |
| 58 | get_qtailq_end(const char *name, const char *reason, int val) "%s %s/%d" |
| 59 | put_qtailq(const char *name, int version_id) "%s v%d" |
| 60 | put_qtailq_end(const char *name, const char *reason) "%s %s" |
Daniel P. Berrange | 521d47c | 2016-06-16 09:39:51 +0100 | [diff] [blame] | 61 | |
| 62 | # migration/qemu-file.c |
| 63 | qemu_file_fclose(void) "" |
| 64 | |
| 65 | # migration/ram.c |
Juan Quintela | 06b1068 | 2017-03-21 15:18:05 +0100 | [diff] [blame] | 66 | get_queued_page(const char *block_name, uint64_t tmp_offset, unsigned long page_abs) "%s/%" PRIx64 " page_abs=%lx" |
| 67 | get_queued_page_not_dirty(const char *block_name, uint64_t tmp_offset, unsigned long page_abs, int sent) "%s/%" PRIx64 " page_abs=%lx (sent=%d)" |
Daniel P. Berrange | 521d47c | 2016-06-16 09:39:51 +0100 | [diff] [blame] | 68 | migration_bitmap_sync_start(void) "" |
| 69 | migration_bitmap_sync_end(uint64_t dirty_pages) "dirty_pages %" PRIu64 |
| 70 | migration_throttle(void) "" |
Dr. David Alan Gilbert | d3a5038 | 2017-02-24 18:28:32 +0000 | [diff] [blame] | 71 | ram_discard_range(const char *rbname, uint64_t start, size_t len) "%s: start: %" PRIx64 " %zx" |
Daniel P. Berrange | 521d47c | 2016-06-16 09:39:51 +0100 | [diff] [blame] | 72 | ram_load_postcopy_loop(uint64_t addr, int flags) "@%" PRIx64 " %x" |
| 73 | ram_postcopy_send_discard_bitmap(void) "" |
| 74 | ram_save_queue_pages(const char *rbname, size_t start, size_t len) "%s: start: %zx len: %zx" |
| 75 | |
| 76 | # migration/migration.c |
| 77 | await_return_path_close_on_source_close(void) "" |
| 78 | await_return_path_close_on_source_joining(void) "" |
| 79 | migrate_set_state(int new_state) "new state %d" |
| 80 | migrate_fd_cleanup(void) "" |
| 81 | migrate_fd_error(const char *error_desc) "error=%s" |
| 82 | migrate_fd_cancel(void) "" |
| 83 | migrate_handle_rp_req_pages(const char *rbname, size_t start, size_t len) "in %s at %zx len %zx" |
| 84 | migrate_pending(uint64_t size, uint64_t max, uint64_t post, uint64_t nonpost) "pending size %" PRIu64 " max %" PRIu64 " (post=%" PRIu64 " nonpost=%" PRIu64 ")" |
| 85 | migrate_send_rp_message(int msg_type, uint16_t len) "%d: len %d" |
| 86 | migration_completion_file_err(void) "" |
| 87 | migration_completion_postcopy_end(void) "" |
| 88 | migration_completion_postcopy_end_after_complete(void) "" |
| 89 | migration_completion_postcopy_end_before_rp(void) "" |
| 90 | migration_completion_postcopy_end_after_rp(int rp_error) "%d" |
| 91 | migration_thread_after_loop(void) "" |
| 92 | migration_thread_file_err(void) "" |
| 93 | migration_thread_setup_complete(void) "" |
| 94 | open_return_path_on_source(void) "" |
| 95 | open_return_path_on_source_continue(void) "" |
| 96 | postcopy_start(void) "" |
| 97 | postcopy_start_set_run(void) "" |
| 98 | source_return_path_thread_bad_end(void) "" |
| 99 | source_return_path_thread_end(void) "" |
| 100 | source_return_path_thread_entry(void) "" |
| 101 | source_return_path_thread_loop_top(void) "" |
| 102 | source_return_path_thread_pong(uint32_t val) "%x" |
| 103 | source_return_path_thread_shut(uint32_t val) "%x" |
| 104 | migrate_global_state_post_load(const char *state) "loaded state: %s" |
| 105 | migrate_global_state_pre_save(const char *state) "saved state: %s" |
| 106 | migration_thread_low_pending(uint64_t pending) "%" PRIu64 |
| 107 | migrate_state_too_big(void) "" |
| 108 | migrate_transferred(uint64_t tranferred, uint64_t time_spent, double bandwidth, uint64_t size) "transferred %" PRIu64 " time_spent %" PRIu64 " bandwidth %g max_size %" PRId64 |
| 109 | process_incoming_migration_co_end(int ret, int ps) "ret=%d postcopy-state=%d" |
| 110 | process_incoming_migration_co_postcopy_end_main(void) "" |
| 111 | migration_set_incoming_channel(void *ioc, const char *ioctype) "ioc=%p ioctype=%s" |
| 112 | migration_set_outgoing_channel(void *ioc, const char *ioctype, const char *hostname) "ioc=%p ioctype=%s hostname=%s" |
| 113 | |
| 114 | # migration/rdma.c |
| 115 | qemu_rdma_accept_incoming_migration(void) "" |
| 116 | qemu_rdma_accept_incoming_migration_accepted(void) "" |
| 117 | qemu_rdma_accept_pin_state(bool pin) "%d" |
| 118 | qemu_rdma_accept_pin_verbsc(void *verbs) "Verbs context after listen: %p" |
| 119 | qemu_rdma_block_for_wrid_miss(const char *wcompstr, int wcomp, const char *gcompstr, uint64_t req) "A Wanted wrid %s (%d) but got %s (%" PRIu64 ")" |
Daniel P. Berrange | 521d47c | 2016-06-16 09:39:51 +0100 | [diff] [blame] | 120 | qemu_rdma_cleanup_disconnect(void) "" |
| 121 | qemu_rdma_cleanup_waiting_for_disconnect(void) "" |
| 122 | qemu_rdma_close(void) "" |
| 123 | qemu_rdma_connect_pin_all_requested(void) "" |
| 124 | qemu_rdma_connect_pin_all_outcome(bool pin) "%d" |
| 125 | qemu_rdma_dest_init_trying(const char *host, const char *ip) "%s => %s" |
| 126 | qemu_rdma_dump_gid(const char *who, const char *src, const char *dst) "%s Source GID: %s, Dest GID: %s" |
| 127 | qemu_rdma_exchange_get_response_start(const char *desc) "CONTROL: %s receiving..." |
| 128 | qemu_rdma_exchange_get_response_none(const char *desc, int type) "Surprise: got %s (%d)" |
| 129 | qemu_rdma_exchange_send_issue_callback(void) "" |
| 130 | qemu_rdma_exchange_send_waiting(const char *desc) "Waiting for response %s" |
| 131 | qemu_rdma_exchange_send_received(const char *desc) "Response %s received." |
| 132 | qemu_rdma_fill(size_t control_len, size_t size) "RDMA %zd of %zd bytes already in buffer" |
| 133 | qemu_rdma_init_ram_blocks(int blocks) "Allocated %d local ram block structures" |
| 134 | qemu_rdma_poll_recv(const char *compstr, int64_t comp, int64_t id, int sent) "completion %s #%" PRId64 " received (%" PRId64 ") left %d" |
| 135 | qemu_rdma_poll_write(const char *compstr, int64_t comp, int left, uint64_t block, uint64_t chunk, void *local, void *remote) "completions %s (%" PRId64 ") left %d, block %" PRIu64 ", chunk: %" PRIu64 " %p %p" |
| 136 | qemu_rdma_poll_other(const char *compstr, int64_t comp, int left) "other completion %s (%" PRId64 ") received left %d" |
| 137 | qemu_rdma_post_send_control(const char *desc) "CONTROL: sending %s.." |
| 138 | qemu_rdma_register_and_get_keys(uint64_t len, void *start) "Registering %" PRIu64 " bytes @ %p" |
| 139 | qemu_rdma_registration_handle_compress(int64_t length, int index, int64_t offset) "Zapping zero chunk: %" PRId64 " bytes, index %d, offset %" PRId64 |
| 140 | qemu_rdma_registration_handle_finished(void) "" |
| 141 | qemu_rdma_registration_handle_ram_blocks(void) "" |
| 142 | qemu_rdma_registration_handle_ram_blocks_loop(const char *name, uint64_t offset, uint64_t length, void *local_host_addr, unsigned int src_index) "%s: @%" PRIx64 "/%" PRIu64 " host:@%p src_index: %u" |
| 143 | qemu_rdma_registration_handle_register(int requests) "%d requests" |
| 144 | qemu_rdma_registration_handle_register_loop(int req, int index, uint64_t addr, uint64_t chunks) "Registration request (%d): index %d, current_addr %" PRIu64 " chunks: %" PRIu64 |
| 145 | qemu_rdma_registration_handle_register_rkey(int rkey) "%x" |
| 146 | qemu_rdma_registration_handle_unregister(int requests) "%d requests" |
| 147 | qemu_rdma_registration_handle_unregister_loop(int count, int index, uint64_t chunk) "Unregistration request (%d): index %d, chunk %" PRIu64 |
| 148 | qemu_rdma_registration_handle_unregister_success(uint64_t chunk) "%" PRIu64 |
| 149 | qemu_rdma_registration_handle_wait(void) "" |
| 150 | qemu_rdma_registration_start(uint64_t flags) "%" PRIu64 |
| 151 | qemu_rdma_registration_stop(uint64_t flags) "%" PRIu64 |
| 152 | qemu_rdma_registration_stop_ram(void) "" |
| 153 | qemu_rdma_resolve_host_trying(const char *host, const char *ip) "Trying %s => %s" |
| 154 | qemu_rdma_signal_unregister_append(uint64_t chunk, int pos) "Appending unregister chunk %" PRIu64 " at position %d" |
| 155 | qemu_rdma_signal_unregister_already(uint64_t chunk) "Unregister chunk %" PRIu64 " already in queue" |
| 156 | qemu_rdma_unregister_waiting_inflight(uint64_t chunk) "Cannot unregister inflight chunk: %" PRIu64 |
| 157 | qemu_rdma_unregister_waiting_proc(uint64_t chunk, int pos) "Processing unregister for chunk: %" PRIu64 " at position %d" |
| 158 | qemu_rdma_unregister_waiting_send(uint64_t chunk) "Sending unregister for chunk: %" PRIu64 |
| 159 | qemu_rdma_unregister_waiting_complete(uint64_t chunk) "Unregister for chunk: %" PRIu64 " complete." |
| 160 | qemu_rdma_write_flush(int sent) "sent total: %d" |
| 161 | qemu_rdma_write_one_block(int count, int block, uint64_t chunk, uint64_t current, uint64_t len, int nb_sent, int nb_chunks) "(%d) Not clobbering: block: %d chunk %" PRIu64 " current %" PRIu64 " len %" PRIu64 " %d %d" |
| 162 | qemu_rdma_write_one_post(uint64_t chunk, long addr, long remote, uint32_t len) "Posting chunk: %" PRIu64 ", addr: %lx remote: %lx, bytes %" PRIu32 |
| 163 | qemu_rdma_write_one_queue_full(void) "" |
| 164 | qemu_rdma_write_one_recvregres(int mykey, int theirkey, uint64_t chunk) "Received registration result: my key: %x their key %x, chunk %" PRIu64 |
| 165 | qemu_rdma_write_one_sendreg(uint64_t chunk, int len, int index, int64_t offset) "Sending registration request chunk %" PRIu64 " for %d bytes, index: %d, offset: %" PRId64 |
| 166 | qemu_rdma_write_one_top(uint64_t chunks, uint64_t size) "Writing %" PRIu64 " chunks, (%" PRIu64 " MB)" |
| 167 | qemu_rdma_write_one_zero(uint64_t chunk, int len, int index, int64_t offset) "Entire chunk is zero, sending compress: %" PRIu64 " for %d bytes, index: %d, offset: %" PRId64 |
| 168 | rdma_add_block(const char *block_name, int block, uint64_t addr, uint64_t offset, uint64_t len, uint64_t end, uint64_t bits, int chunks) "Added Block: '%s':%d, addr: %" PRIu64 ", offset: %" PRIu64 " length: %" PRIu64 " end: %" PRIu64 " bits %" PRIu64 " chunks %d" |
| 169 | rdma_block_notification_handle(const char *name, int index) "%s at %d" |
| 170 | rdma_delete_block(void *block, uint64_t addr, uint64_t offset, uint64_t len, uint64_t end, uint64_t bits, int chunks) "Deleted Block: %p, addr: %" PRIu64 ", offset: %" PRIu64 " length: %" PRIu64 " end: %" PRIu64 " bits %" PRIu64 " chunks %d" |
| 171 | rdma_start_incoming_migration(void) "" |
| 172 | rdma_start_incoming_migration_after_dest_init(void) "" |
| 173 | rdma_start_incoming_migration_after_rdma_listen(void) "" |
| 174 | rdma_start_outgoing_migration_after_rdma_connect(void) "" |
| 175 | rdma_start_outgoing_migration_after_rdma_source_init(void) "" |
| 176 | |
| 177 | # migration/postcopy-ram.c |
| 178 | postcopy_discard_send_finish(const char *ramblock, int nwords, int ncmds) "%s mask words sent=%d in %d commands" |
| 179 | postcopy_discard_send_range(const char *ramblock, unsigned long start, unsigned long length) "%s:%lx/%lx" |
Daniel P. Berrange | 521d47c | 2016-06-16 09:39:51 +0100 | [diff] [blame] | 180 | postcopy_cleanup_range(const char *ramblock, void *host_addr, size_t offset, size_t length) "%s: %p offset=%zx length=%zx" |
| 181 | postcopy_init_range(const char *ramblock, void *host_addr, size_t offset, size_t length) "%s: %p offset=%zx length=%zx" |
| 182 | postcopy_nhp_range(const char *ramblock, void *host_addr, size_t offset, size_t length) "%s: %p offset=%zx length=%zx" |
| 183 | postcopy_place_page(void *host_addr) "host=%p" |
| 184 | postcopy_place_page_zero(void *host_addr) "host=%p" |
| 185 | postcopy_ram_enable_notify(void) "" |
| 186 | postcopy_ram_fault_thread_entry(void) "" |
| 187 | postcopy_ram_fault_thread_exit(void) "" |
| 188 | postcopy_ram_fault_thread_quit(void) "" |
| 189 | postcopy_ram_fault_thread_request(uint64_t hostaddr, const char *ramblock, size_t offset) "Request for HVA=%" PRIx64 " rb=%s offset=%zx" |
| 190 | postcopy_ram_incoming_cleanup_closeuf(void) "" |
| 191 | postcopy_ram_incoming_cleanup_entry(void) "" |
| 192 | postcopy_ram_incoming_cleanup_exit(void) "" |
| 193 | postcopy_ram_incoming_cleanup_join(void) "" |
Juan Quintela | 55c4446 | 2017-01-23 22:32:05 +0100 | [diff] [blame] | 194 | save_xbzrle_page_skipping(void) "" |
| 195 | save_xbzrle_page_overflow(void) "" |
| 196 | ram_save_iterate_big_wait(uint64_t milliconds, int iterations) "big wait: %" PRIu64 " milliseconds, %d iterations" |
| 197 | ram_load_complete(int ret, uint64_t seq_iter) "exit_code %d seq iteration %" PRIu64 |
Daniel P. Berrange | 521d47c | 2016-06-16 09:39:51 +0100 | [diff] [blame] | 198 | |
| 199 | # migration/exec.c |
| 200 | migration_exec_outgoing(const char *cmd) "cmd=%s" |
| 201 | migration_exec_incoming(const char *cmd) "cmd=%s" |
| 202 | |
| 203 | # migration/fd.c |
| 204 | migration_fd_outgoing(int fd) "fd=%d" |
| 205 | migration_fd_incoming(int fd) "fd=%d" |
| 206 | |
| 207 | # migration/socket.c |
| 208 | migration_socket_incoming_accepted(void) "" |
| 209 | migration_socket_outgoing_connected(const char *hostname) "hostname=%s" |
| 210 | migration_socket_outgoing_error(const char *err) "error=%s" |
| 211 | |
| 212 | # migration/tls.c |
| 213 | migration_tls_outgoing_handshake_start(const char *hostname) "hostname=%s" |
| 214 | migration_tls_outgoing_handshake_error(const char *err) "err=%s" |
| 215 | migration_tls_outgoing_handshake_complete(void) "" |
| 216 | migration_tls_incoming_handshake_start(void) "" |
| 217 | migration_tls_incoming_handshake_error(const char *err) "err=%s" |
| 218 | migration_tls_incoming_handshake_complete(void) "" |
zhanghailiang | 0b827d5 | 2016-10-27 14:42:54 +0800 | [diff] [blame] | 219 | |
| 220 | # migration/colo.c |
| 221 | colo_vm_state_change(const char *old, const char *new) "Change '%s' => '%s'" |
zhanghailiang | 4f97558 | 2016-10-27 14:42:57 +0800 | [diff] [blame] | 222 | colo_send_message(const char *msg) "Send '%s' message" |
| 223 | colo_receive_message(const char *msg) "Receive '%s' message" |
zhanghailiang | aef0608 | 2016-10-27 14:43:04 +0800 | [diff] [blame] | 224 | colo_failover_set_state(const char *new_state) "new state %s" |