]>
Commit | Line | Data |
---|---|---|
87e0331c | 1 | # See docs/devel/tracing.txt for syntax documentation. |
521d47c6 DB |
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" | |
521d47c6 DB |
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) "" | |
acb5ea86 JQ |
10 | loadvm_state_setup(void) "" |
11 | loadvm_state_cleanup(void) "" | |
521d47c6 DB |
12 | loadvm_handle_cmd_packaged(unsigned int length) "%u" |
13 | loadvm_handle_cmd_packaged_main(int ret) "%d" | |
14 | loadvm_handle_cmd_packaged_received(int ret) "%d" | |
15 | loadvm_postcopy_handle_advise(void) "" | |
16 | loadvm_postcopy_handle_listen(void) "" | |
17 | loadvm_postcopy_handle_run(void) "" | |
18 | loadvm_postcopy_handle_run_cpu_sync(void) "" | |
19 | loadvm_postcopy_handle_run_vmstart(void) "" | |
20 | loadvm_postcopy_ram_handle_discard(void) "" | |
21 | loadvm_postcopy_ram_handle_discard_end(void) "" | |
22 | loadvm_postcopy_ram_handle_discard_header(const char *ramid, uint16_t len) "%s: %ud" | |
23 | loadvm_process_command(uint16_t com, uint16_t len) "com=0x%x len=%d" | |
8908eb1a | 24 | loadvm_process_command_ping(uint32_t val) "0x%x" |
521d47c6 DB |
25 | postcopy_ram_listen_thread_exit(void) "" |
26 | postcopy_ram_listen_thread_start(void) "" | |
27 | qemu_savevm_send_postcopy_advise(void) "" | |
28 | qemu_savevm_send_postcopy_ram_discard(const char *id, uint16_t len) "%s: %ud" | |
29 | savevm_command_send(uint16_t command, uint16_t len) "com=0x%x len=%d" | |
30 | savevm_section_start(const char *id, unsigned int section_id) "%s, section_id %u" | |
31 | savevm_section_end(const char *id, unsigned int section_id, int ret) "%s, section_id %u -> %d" | |
32 | savevm_section_skip(const char *id, unsigned int section_id) "%s, section_id %u" | |
33 | savevm_send_open_return_path(void) "" | |
8908eb1a | 34 | savevm_send_ping(uint32_t val) "0x%x" |
521d47c6 DB |
35 | savevm_send_postcopy_listen(void) "" |
36 | savevm_send_postcopy_run(void) "" | |
9907e842 | 37 | savevm_state_setup(void) "" |
521d47c6 DB |
38 | savevm_state_header(void) "" |
39 | savevm_state_iterate(void) "" | |
40 | savevm_state_cleanup(void) "" | |
41 | savevm_state_complete_precopy(void) "" | |
42 | vmstate_save(const char *idstr, const char *vmsd_name) "%s, %s" | |
551dbd08 | 43 | vmstate_save_state_pre_save_res(const char *name, int res) "%s/%d" |
46a02a74 DDAG |
44 | vmstate_save_state_loop(const char *name, const char *field, int n_elems) "%s/%s[%d]" |
45 | vmstate_save_state_top(const char *idstr) "%s" | |
46 | vmstate_subsection_save_loop(const char *name, const char *sub) "%s/%s" | |
47 | vmstate_subsection_save_top(const char *idstr) "%s" | |
521d47c6 DB |
48 | vmstate_load(const char *idstr, const char *vmsd_name) "%s, %s" |
49 | qemu_announce_self_iter(const char *mac) "%s" | |
50 | ||
51 | # migration/vmstate.c | |
52 | vmstate_load_field_error(const char *field, int ret) "field \"%s\" load failed, ret = %d" | |
53 | vmstate_load_state(const char *name, int version_id) "%s v%d" | |
54 | vmstate_load_state_end(const char *name, const char *reason, int val) "%s %s/%d" | |
55 | vmstate_load_state_field(const char *name, const char *field) "%s:%s" | |
56 | vmstate_n_elems(const char *name, int n_elems) "%s: %d" | |
57 | vmstate_subsection_load(const char *parent) "%s" | |
58 | vmstate_subsection_load_bad(const char *parent, const char *sub, const char *sub2) "%s: %s/%s" | |
59 | vmstate_subsection_load_good(const char *parent) "%s" | |
94869d5c JD |
60 | get_qtailq(const char *name, int version_id) "%s v%d" |
61 | get_qtailq_end(const char *name, const char *reason, int val) "%s %s/%d" | |
62 | put_qtailq(const char *name, int version_id) "%s v%d" | |
63 | put_qtailq_end(const char *name, const char *reason) "%s %s" | |
521d47c6 DB |
64 | |
65 | # migration/qemu-file.c | |
66 | qemu_file_fclose(void) "" | |
67 | ||
68 | # migration/ram.c | |
8908eb1a VSO |
69 | get_queued_page(const char *block_name, uint64_t tmp_offset, unsigned long page_abs) "%s/0x%" PRIx64 " page_abs=0x%lx" |
70 | get_queued_page_not_dirty(const char *block_name, uint64_t tmp_offset, unsigned long page_abs, int sent) "%s/0x%" PRIx64 " page_abs=0x%lx (sent=%d)" | |
521d47c6 DB |
71 | migration_bitmap_sync_start(void) "" |
72 | migration_bitmap_sync_end(uint64_t dirty_pages) "dirty_pages %" PRIu64 | |
73 | migration_throttle(void) "" | |
d3a5038c | 74 | ram_discard_range(const char *rbname, uint64_t start, size_t len) "%s: start: %" PRIx64 " %zx" |
8908eb1a | 75 | ram_load_loop(const char *rbname, uint64_t addr, int flags, void *host) "%s: addr: 0x%" PRIx64 " flags: 0x%x host: %p" |
521d47c6 DB |
76 | ram_load_postcopy_loop(uint64_t addr, int flags) "@%" PRIx64 " %x" |
77 | ram_postcopy_send_discard_bitmap(void) "" | |
8908eb1a VSO |
78 | ram_save_page(const char *rbname, uint64_t offset, void *host) "%s: offset: 0x%" PRIx64 " host: %p" |
79 | ram_save_queue_pages(const char *rbname, size_t start, size_t len) "%s: start: 0x%zx len: 0x%zx" | |
521d47c6 DB |
80 | |
81 | # migration/migration.c | |
82 | await_return_path_close_on_source_close(void) "" | |
83 | await_return_path_close_on_source_joining(void) "" | |
a31fedee | 84 | migrate_set_state(const char *new_state) "new state %s" |
521d47c6 DB |
85 | migrate_fd_cleanup(void) "" |
86 | migrate_fd_error(const char *error_desc) "error=%s" | |
87 | migrate_fd_cancel(void) "" | |
8908eb1a | 88 | migrate_handle_rp_req_pages(const char *rbname, size_t start, size_t len) "in %s at 0x%zx len 0x%zx" |
47995026 | 89 | migrate_pending(uint64_t size, uint64_t max, uint64_t pre, uint64_t compat, uint64_t post) "pending size %" PRIu64 " max %" PRIu64 " (pre = %" PRIu64 " compat=%" PRIu64 " post=%" PRIu64 ")" |
521d47c6 DB |
90 | migrate_send_rp_message(int msg_type, uint16_t len) "%d: len %d" |
91 | migration_completion_file_err(void) "" | |
92 | migration_completion_postcopy_end(void) "" | |
93 | migration_completion_postcopy_end_after_complete(void) "" | |
0425dc97 PX |
94 | migration_return_path_end_before(void) "" |
95 | migration_return_path_end_after(int rp_error) "%d" | |
521d47c6 DB |
96 | migration_thread_after_loop(void) "" |
97 | migration_thread_file_err(void) "" | |
98 | migration_thread_setup_complete(void) "" | |
99 | open_return_path_on_source(void) "" | |
100 | open_return_path_on_source_continue(void) "" | |
101 | postcopy_start(void) "" | |
102 | postcopy_start_set_run(void) "" | |
103 | source_return_path_thread_bad_end(void) "" | |
104 | source_return_path_thread_end(void) "" | |
105 | source_return_path_thread_entry(void) "" | |
106 | source_return_path_thread_loop_top(void) "" | |
8908eb1a VSO |
107 | source_return_path_thread_pong(uint32_t val) "0x%x" |
108 | source_return_path_thread_shut(uint32_t val) "0x%x" | |
521d47c6 DB |
109 | migrate_global_state_post_load(const char *state) "loaded state: %s" |
110 | migrate_global_state_pre_save(const char *state) "saved state: %s" | |
111 | migration_thread_low_pending(uint64_t pending) "%" PRIu64 | |
112 | migrate_state_too_big(void) "" | |
113 | migrate_transferred(uint64_t tranferred, uint64_t time_spent, double bandwidth, uint64_t size) "transferred %" PRIu64 " time_spent %" PRIu64 " bandwidth %g max_size %" PRId64 | |
114 | process_incoming_migration_co_end(int ret, int ps) "ret=%d postcopy-state=%d" | |
115 | process_incoming_migration_co_postcopy_end_main(void) "" | |
116 | migration_set_incoming_channel(void *ioc, const char *ioctype) "ioc=%p ioctype=%s" | |
688a3dcb | 117 | migration_set_outgoing_channel(void *ioc, const char *ioctype, const char *hostname, void *err) "ioc=%p ioctype=%s hostname=%s err=%p" |
575b0b33 AP |
118 | mark_postcopy_blocktime_begin(uint64_t addr, void *dd, uint32_t time, int cpu, int received) "addr: 0x%" PRIx64 ", dd: %p, time: %u, cpu: %d, already_received: %d" |
119 | mark_postcopy_blocktime_end(uint64_t addr, void *dd, uint32_t time, int affected_cpu) "addr: 0x%" PRIx64 ", dd: %p, time: %u, affected_cpu: %d" | |
521d47c6 DB |
120 | |
121 | # migration/rdma.c | |
122 | qemu_rdma_accept_incoming_migration(void) "" | |
123 | qemu_rdma_accept_incoming_migration_accepted(void) "" | |
124 | qemu_rdma_accept_pin_state(bool pin) "%d" | |
125 | qemu_rdma_accept_pin_verbsc(void *verbs) "Verbs context after listen: %p" | |
126 | 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 ")" | |
521d47c6 DB |
127 | qemu_rdma_cleanup_disconnect(void) "" |
128 | qemu_rdma_cleanup_waiting_for_disconnect(void) "" | |
129 | qemu_rdma_close(void) "" | |
130 | qemu_rdma_connect_pin_all_requested(void) "" | |
131 | qemu_rdma_connect_pin_all_outcome(bool pin) "%d" | |
132 | qemu_rdma_dest_init_trying(const char *host, const char *ip) "%s => %s" | |
133 | qemu_rdma_dump_gid(const char *who, const char *src, const char *dst) "%s Source GID: %s, Dest GID: %s" | |
134 | qemu_rdma_exchange_get_response_start(const char *desc) "CONTROL: %s receiving..." | |
135 | qemu_rdma_exchange_get_response_none(const char *desc, int type) "Surprise: got %s (%d)" | |
136 | qemu_rdma_exchange_send_issue_callback(void) "" | |
137 | qemu_rdma_exchange_send_waiting(const char *desc) "Waiting for response %s" | |
138 | qemu_rdma_exchange_send_received(const char *desc) "Response %s received." | |
139 | qemu_rdma_fill(size_t control_len, size_t size) "RDMA %zd of %zd bytes already in buffer" | |
140 | qemu_rdma_init_ram_blocks(int blocks) "Allocated %d local ram block structures" | |
141 | qemu_rdma_poll_recv(const char *compstr, int64_t comp, int64_t id, int sent) "completion %s #%" PRId64 " received (%" PRId64 ") left %d" | |
142 | 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" | |
143 | qemu_rdma_poll_other(const char *compstr, int64_t comp, int left) "other completion %s (%" PRId64 ") received left %d" | |
144 | qemu_rdma_post_send_control(const char *desc) "CONTROL: sending %s.." | |
145 | qemu_rdma_register_and_get_keys(uint64_t len, void *start) "Registering %" PRIu64 " bytes @ %p" | |
146 | qemu_rdma_registration_handle_compress(int64_t length, int index, int64_t offset) "Zapping zero chunk: %" PRId64 " bytes, index %d, offset %" PRId64 | |
147 | qemu_rdma_registration_handle_finished(void) "" | |
148 | qemu_rdma_registration_handle_ram_blocks(void) "" | |
8908eb1a | 149 | 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: @0x%" PRIx64 "/%" PRIu64 " host:@%p src_index: %u" |
521d47c6 DB |
150 | qemu_rdma_registration_handle_register(int requests) "%d requests" |
151 | 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 | |
8908eb1a | 152 | qemu_rdma_registration_handle_register_rkey(int rkey) "0x%x" |
521d47c6 DB |
153 | qemu_rdma_registration_handle_unregister(int requests) "%d requests" |
154 | qemu_rdma_registration_handle_unregister_loop(int count, int index, uint64_t chunk) "Unregistration request (%d): index %d, chunk %" PRIu64 | |
155 | qemu_rdma_registration_handle_unregister_success(uint64_t chunk) "%" PRIu64 | |
156 | qemu_rdma_registration_handle_wait(void) "" | |
157 | qemu_rdma_registration_start(uint64_t flags) "%" PRIu64 | |
158 | qemu_rdma_registration_stop(uint64_t flags) "%" PRIu64 | |
159 | qemu_rdma_registration_stop_ram(void) "" | |
160 | qemu_rdma_resolve_host_trying(const char *host, const char *ip) "Trying %s => %s" | |
161 | qemu_rdma_signal_unregister_append(uint64_t chunk, int pos) "Appending unregister chunk %" PRIu64 " at position %d" | |
162 | qemu_rdma_signal_unregister_already(uint64_t chunk) "Unregister chunk %" PRIu64 " already in queue" | |
163 | qemu_rdma_unregister_waiting_inflight(uint64_t chunk) "Cannot unregister inflight chunk: %" PRIu64 | |
164 | qemu_rdma_unregister_waiting_proc(uint64_t chunk, int pos) "Processing unregister for chunk: %" PRIu64 " at position %d" | |
165 | qemu_rdma_unregister_waiting_send(uint64_t chunk) "Sending unregister for chunk: %" PRIu64 | |
166 | qemu_rdma_unregister_waiting_complete(uint64_t chunk) "Unregister for chunk: %" PRIu64 " complete." | |
167 | qemu_rdma_write_flush(int sent) "sent total: %d" | |
168 | 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" | |
8908eb1a | 169 | qemu_rdma_write_one_post(uint64_t chunk, long addr, long remote, uint32_t len) "Posting chunk: %" PRIu64 ", addr: 0x%lx remote: 0x%lx, bytes %" PRIu32 |
521d47c6 | 170 | qemu_rdma_write_one_queue_full(void) "" |
8908eb1a | 171 | qemu_rdma_write_one_recvregres(int mykey, int theirkey, uint64_t chunk) "Received registration result: my key: 0x%x their key 0x%x, chunk %" PRIu64 |
521d47c6 DB |
172 | 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 |
173 | qemu_rdma_write_one_top(uint64_t chunks, uint64_t size) "Writing %" PRIu64 " chunks, (%" PRIu64 " MB)" | |
174 | 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 | |
175 | 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" | |
176 | rdma_block_notification_handle(const char *name, int index) "%s at %d" | |
177 | 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" | |
178 | rdma_start_incoming_migration(void) "" | |
179 | rdma_start_incoming_migration_after_dest_init(void) "" | |
180 | rdma_start_incoming_migration_after_rdma_listen(void) "" | |
181 | rdma_start_outgoing_migration_after_rdma_connect(void) "" | |
182 | rdma_start_outgoing_migration_after_rdma_source_init(void) "" | |
183 | ||
184 | # migration/postcopy-ram.c | |
185 | postcopy_discard_send_finish(const char *ramblock, int nwords, int ncmds) "%s mask words sent=%d in %d commands" | |
186 | postcopy_discard_send_range(const char *ramblock, unsigned long start, unsigned long length) "%s:%lx/%lx" | |
8908eb1a VSO |
187 | postcopy_cleanup_range(const char *ramblock, void *host_addr, size_t offset, size_t length) "%s: %p offset=0x%zx length=0x%zx" |
188 | postcopy_init_range(const char *ramblock, void *host_addr, size_t offset, size_t length) "%s: %p offset=0x%zx length=0x%zx" | |
189 | postcopy_nhp_range(const char *ramblock, void *host_addr, size_t offset, size_t length) "%s: %p offset=0x%zx length=0x%zx" | |
521d47c6 DB |
190 | postcopy_place_page(void *host_addr) "host=%p" |
191 | postcopy_place_page_zero(void *host_addr) "host=%p" | |
192 | postcopy_ram_enable_notify(void) "" | |
193 | postcopy_ram_fault_thread_entry(void) "" | |
194 | postcopy_ram_fault_thread_exit(void) "" | |
00fa4fc8 DDAG |
195 | postcopy_ram_fault_thread_fds_core(int baseufd, int quitfd) "ufd: %d quitfd: %d" |
196 | postcopy_ram_fault_thread_fds_extra(size_t index, const char *name, int fd) "%zd/%s: %d" | |
521d47c6 | 197 | postcopy_ram_fault_thread_quit(void) "" |
575b0b33 | 198 | postcopy_ram_fault_thread_request(uint64_t hostaddr, const char *ramblock, size_t offset, uint32_t pid) "Request for HVA=0x%" PRIx64 " rb=%s offset=0x%zx pid=%u" |
521d47c6 DB |
199 | postcopy_ram_incoming_cleanup_closeuf(void) "" |
200 | postcopy_ram_incoming_cleanup_entry(void) "" | |
201 | postcopy_ram_incoming_cleanup_exit(void) "" | |
202 | postcopy_ram_incoming_cleanup_join(void) "" | |
65ace060 | 203 | postcopy_ram_incoming_cleanup_blocktime(uint64_t total) "total blocktime %" PRIu64 |
096bf4c8 | 204 | postcopy_request_shared_page(const char *sharer, const char *rb, uint64_t rb_offset) "for %s in %s offset 0x%"PRIx64 |
dedfb4b2 | 205 | postcopy_request_shared_page_present(const char *sharer, const char *rb, uint64_t rb_offset) "%s already %s offset 0x%"PRIx64 |
5efc3564 | 206 | postcopy_wake_shared(uint64_t client_addr, const char *rb) "at 0x%"PRIx64" in %s" |
096bf4c8 | 207 | |
55c4446b JQ |
208 | save_xbzrle_page_skipping(void) "" |
209 | save_xbzrle_page_overflow(void) "" | |
210 | ram_save_iterate_big_wait(uint64_t milliconds, int iterations) "big wait: %" PRIu64 " milliseconds, %d iterations" | |
211 | ram_load_complete(int ret, uint64_t seq_iter) "exit_code %d seq iteration %" PRIu64 | |
575b0b33 | 212 | get_mem_fault_cpu_index(int cpu, uint32_t pid) "cpu: %d, pid: %u" |
521d47c6 DB |
213 | |
214 | # migration/exec.c | |
215 | migration_exec_outgoing(const char *cmd) "cmd=%s" | |
216 | migration_exec_incoming(const char *cmd) "cmd=%s" | |
217 | ||
218 | # migration/fd.c | |
219 | migration_fd_outgoing(int fd) "fd=%d" | |
220 | migration_fd_incoming(int fd) "fd=%d" | |
221 | ||
222 | # migration/socket.c | |
223 | migration_socket_incoming_accepted(void) "" | |
224 | migration_socket_outgoing_connected(const char *hostname) "hostname=%s" | |
225 | migration_socket_outgoing_error(const char *err) "error=%s" | |
226 | ||
227 | # migration/tls.c | |
228 | migration_tls_outgoing_handshake_start(const char *hostname) "hostname=%s" | |
229 | migration_tls_outgoing_handshake_error(const char *err) "err=%s" | |
230 | migration_tls_outgoing_handshake_complete(void) "" | |
231 | migration_tls_incoming_handshake_start(void) "" | |
232 | migration_tls_incoming_handshake_error(const char *err) "err=%s" | |
233 | migration_tls_incoming_handshake_complete(void) "" | |
0b827d5e HZ |
234 | |
235 | # migration/colo.c | |
236 | colo_vm_state_change(const char *old, const char *new) "Change '%s' => '%s'" | |
4f97558e HZ |
237 | colo_send_message(const char *msg) "Send '%s' message" |
238 | colo_receive_message(const char *msg) "Receive '%s' message" | |
aef06085 | 239 | colo_failover_set_state(const char *new_state) "new state %s" |
b35ebdf0 VSO |
240 | |
241 | # migration/block-dirty-bitmap.c | |
242 | send_bitmap_header_enter(void) "" | |
243 | send_bitmap_bits(uint32_t flags, uint64_t start_sector, uint32_t nr_sectors, uint64_t data_size) "flags: 0x%x, start_sector: %" PRIu64 ", nr_sectors: %" PRIu32 ", data_size: %" PRIu64 | |
244 | dirty_bitmap_save_iterate(int in_postcopy) "in postcopy: %d" | |
245 | dirty_bitmap_save_complete_enter(void) "" | |
246 | dirty_bitmap_save_complete_finish(void) "" | |
247 | dirty_bitmap_save_pending(uint64_t pending, uint64_t max_size) "pending %" PRIu64 " max: %" PRIu64 | |
248 | dirty_bitmap_load_complete(void) "" | |
249 | dirty_bitmap_load_bits_enter(uint64_t first_sector, uint32_t nr_sectors) "chunk: %" PRIu64 " %" PRIu32 | |
250 | dirty_bitmap_load_bits_zeroes(void) "" | |
251 | dirty_bitmap_load_header(uint32_t flags) "flags 0x%x" | |
252 | dirty_bitmap_load_enter(void) "" | |
253 | dirty_bitmap_load_success(void) "" |