]>
Commit | Line | Data |
---|---|---|
e723b871 | 1 | # See docs/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" | |
7 | qemu_loadvm_state_main(void) "" | |
8 | qemu_loadvm_state_main_quit_parent(void) "" | |
9 | qemu_loadvm_state_post_main(int ret) "%d" | |
10 | qemu_loadvm_state_section_startfull(uint32_t section_id, const char *idstr, uint32_t instance_id, uint32_t version_id) "%u(%s) %u %u" | |
11 | qemu_savevm_send_packaged(void) "" | |
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" | |
24 | loadvm_process_command_ping(uint32_t val) "%x" | |
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) "" | |
34 | savevm_send_ping(uint32_t val) "%x" | |
35 | savevm_send_postcopy_listen(void) "" | |
36 | savevm_send_postcopy_run(void) "" | |
37 | savevm_state_begin(void) "" | |
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" | |
43 | vmstate_load(const char *idstr, const char *vmsd_name) "%s, %s" | |
44 | qemu_announce_self_iter(const char *mac) "%s" | |
45 | ||
46 | # migration/vmstate.c | |
47 | vmstate_load_field_error(const char *field, int ret) "field \"%s\" load failed, ret = %d" | |
48 | vmstate_load_state(const char *name, int version_id) "%s v%d" | |
49 | vmstate_load_state_end(const char *name, const char *reason, int val) "%s %s/%d" | |
50 | vmstate_load_state_field(const char *name, const char *field) "%s:%s" | |
51 | vmstate_n_elems(const char *name, int n_elems) "%s: %d" | |
52 | vmstate_subsection_load(const char *parent) "%s" | |
53 | vmstate_subsection_load_bad(const char *parent, const char *sub, const char *sub2) "%s: %s/%s" | |
54 | vmstate_subsection_load_good(const char *parent) "%s" | |
55 | ||
56 | # migration/qemu-file.c | |
57 | qemu_file_fclose(void) "" | |
58 | ||
59 | # migration/ram.c | |
60 | get_queued_page(const char *block_name, uint64_t tmp_offset, uint64_t ram_addr) "%s/%" PRIx64 " ram_addr=%" PRIx64 | |
61 | get_queued_page_not_dirty(const char *block_name, uint64_t tmp_offset, uint64_t ram_addr, int sent) "%s/%" PRIx64 " ram_addr=%" PRIx64 " (sent=%d)" | |
62 | migration_bitmap_sync_start(void) "" | |
63 | migration_bitmap_sync_end(uint64_t dirty_pages) "dirty_pages %" PRIu64 | |
64 | migration_throttle(void) "" | |
65 | ram_load_postcopy_loop(uint64_t addr, int flags) "@%" PRIx64 " %x" | |
66 | ram_postcopy_send_discard_bitmap(void) "" | |
67 | ram_save_queue_pages(const char *rbname, size_t start, size_t len) "%s: start: %zx len: %zx" | |
68 | ||
69 | # migration/migration.c | |
70 | await_return_path_close_on_source_close(void) "" | |
71 | await_return_path_close_on_source_joining(void) "" | |
72 | migrate_set_state(int new_state) "new state %d" | |
73 | migrate_fd_cleanup(void) "" | |
74 | migrate_fd_error(const char *error_desc) "error=%s" | |
75 | migrate_fd_cancel(void) "" | |
76 | migrate_handle_rp_req_pages(const char *rbname, size_t start, size_t len) "in %s at %zx len %zx" | |
77 | migrate_pending(uint64_t size, uint64_t max, uint64_t post, uint64_t nonpost) "pending size %" PRIu64 " max %" PRIu64 " (post=%" PRIu64 " nonpost=%" PRIu64 ")" | |
78 | migrate_send_rp_message(int msg_type, uint16_t len) "%d: len %d" | |
79 | migration_completion_file_err(void) "" | |
80 | migration_completion_postcopy_end(void) "" | |
81 | migration_completion_postcopy_end_after_complete(void) "" | |
82 | migration_completion_postcopy_end_before_rp(void) "" | |
83 | migration_completion_postcopy_end_after_rp(int rp_error) "%d" | |
84 | migration_thread_after_loop(void) "" | |
85 | migration_thread_file_err(void) "" | |
86 | migration_thread_setup_complete(void) "" | |
87 | open_return_path_on_source(void) "" | |
88 | open_return_path_on_source_continue(void) "" | |
89 | postcopy_start(void) "" | |
90 | postcopy_start_set_run(void) "" | |
91 | source_return_path_thread_bad_end(void) "" | |
92 | source_return_path_thread_end(void) "" | |
93 | source_return_path_thread_entry(void) "" | |
94 | source_return_path_thread_loop_top(void) "" | |
95 | source_return_path_thread_pong(uint32_t val) "%x" | |
96 | source_return_path_thread_shut(uint32_t val) "%x" | |
97 | migrate_global_state_post_load(const char *state) "loaded state: %s" | |
98 | migrate_global_state_pre_save(const char *state) "saved state: %s" | |
99 | migration_thread_low_pending(uint64_t pending) "%" PRIu64 | |
100 | migrate_state_too_big(void) "" | |
101 | migrate_transferred(uint64_t tranferred, uint64_t time_spent, double bandwidth, uint64_t size) "transferred %" PRIu64 " time_spent %" PRIu64 " bandwidth %g max_size %" PRId64 | |
102 | process_incoming_migration_co_end(int ret, int ps) "ret=%d postcopy-state=%d" | |
103 | process_incoming_migration_co_postcopy_end_main(void) "" | |
104 | migration_set_incoming_channel(void *ioc, const char *ioctype) "ioc=%p ioctype=%s" | |
105 | migration_set_outgoing_channel(void *ioc, const char *ioctype, const char *hostname) "ioc=%p ioctype=%s hostname=%s" | |
106 | ||
107 | # migration/rdma.c | |
108 | qemu_rdma_accept_incoming_migration(void) "" | |
109 | qemu_rdma_accept_incoming_migration_accepted(void) "" | |
110 | qemu_rdma_accept_pin_state(bool pin) "%d" | |
111 | qemu_rdma_accept_pin_verbsc(void *verbs) "Verbs context after listen: %p" | |
112 | 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 ")" | |
113 | qemu_rdma_block_for_wrid_miss_b(const char *wcompstr, int wcomp, const char *gcompstr, uint64_t req) "B Wanted wrid %s (%d) but got %s (%" PRIu64 ")" | |
114 | qemu_rdma_cleanup_disconnect(void) "" | |
115 | qemu_rdma_cleanup_waiting_for_disconnect(void) "" | |
116 | qemu_rdma_close(void) "" | |
117 | qemu_rdma_connect_pin_all_requested(void) "" | |
118 | qemu_rdma_connect_pin_all_outcome(bool pin) "%d" | |
119 | qemu_rdma_dest_init_trying(const char *host, const char *ip) "%s => %s" | |
120 | qemu_rdma_dump_gid(const char *who, const char *src, const char *dst) "%s Source GID: %s, Dest GID: %s" | |
121 | qemu_rdma_exchange_get_response_start(const char *desc) "CONTROL: %s receiving..." | |
122 | qemu_rdma_exchange_get_response_none(const char *desc, int type) "Surprise: got %s (%d)" | |
123 | qemu_rdma_exchange_send_issue_callback(void) "" | |
124 | qemu_rdma_exchange_send_waiting(const char *desc) "Waiting for response %s" | |
125 | qemu_rdma_exchange_send_received(const char *desc) "Response %s received." | |
126 | qemu_rdma_fill(size_t control_len, size_t size) "RDMA %zd of %zd bytes already in buffer" | |
127 | qemu_rdma_init_ram_blocks(int blocks) "Allocated %d local ram block structures" | |
128 | qemu_rdma_poll_recv(const char *compstr, int64_t comp, int64_t id, int sent) "completion %s #%" PRId64 " received (%" PRId64 ") left %d" | |
129 | 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" | |
130 | qemu_rdma_poll_other(const char *compstr, int64_t comp, int left) "other completion %s (%" PRId64 ") received left %d" | |
131 | qemu_rdma_post_send_control(const char *desc) "CONTROL: sending %s.." | |
132 | qemu_rdma_register_and_get_keys(uint64_t len, void *start) "Registering %" PRIu64 " bytes @ %p" | |
133 | qemu_rdma_registration_handle_compress(int64_t length, int index, int64_t offset) "Zapping zero chunk: %" PRId64 " bytes, index %d, offset %" PRId64 | |
134 | qemu_rdma_registration_handle_finished(void) "" | |
135 | qemu_rdma_registration_handle_ram_blocks(void) "" | |
136 | 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" | |
137 | qemu_rdma_registration_handle_register(int requests) "%d requests" | |
138 | 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 | |
139 | qemu_rdma_registration_handle_register_rkey(int rkey) "%x" | |
140 | qemu_rdma_registration_handle_unregister(int requests) "%d requests" | |
141 | qemu_rdma_registration_handle_unregister_loop(int count, int index, uint64_t chunk) "Unregistration request (%d): index %d, chunk %" PRIu64 | |
142 | qemu_rdma_registration_handle_unregister_success(uint64_t chunk) "%" PRIu64 | |
143 | qemu_rdma_registration_handle_wait(void) "" | |
144 | qemu_rdma_registration_start(uint64_t flags) "%" PRIu64 | |
145 | qemu_rdma_registration_stop(uint64_t flags) "%" PRIu64 | |
146 | qemu_rdma_registration_stop_ram(void) "" | |
147 | qemu_rdma_resolve_host_trying(const char *host, const char *ip) "Trying %s => %s" | |
148 | qemu_rdma_signal_unregister_append(uint64_t chunk, int pos) "Appending unregister chunk %" PRIu64 " at position %d" | |
149 | qemu_rdma_signal_unregister_already(uint64_t chunk) "Unregister chunk %" PRIu64 " already in queue" | |
150 | qemu_rdma_unregister_waiting_inflight(uint64_t chunk) "Cannot unregister inflight chunk: %" PRIu64 | |
151 | qemu_rdma_unregister_waiting_proc(uint64_t chunk, int pos) "Processing unregister for chunk: %" PRIu64 " at position %d" | |
152 | qemu_rdma_unregister_waiting_send(uint64_t chunk) "Sending unregister for chunk: %" PRIu64 | |
153 | qemu_rdma_unregister_waiting_complete(uint64_t chunk) "Unregister for chunk: %" PRIu64 " complete." | |
154 | qemu_rdma_write_flush(int sent) "sent total: %d" | |
155 | 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" | |
156 | qemu_rdma_write_one_post(uint64_t chunk, long addr, long remote, uint32_t len) "Posting chunk: %" PRIu64 ", addr: %lx remote: %lx, bytes %" PRIu32 | |
157 | qemu_rdma_write_one_queue_full(void) "" | |
158 | qemu_rdma_write_one_recvregres(int mykey, int theirkey, uint64_t chunk) "Received registration result: my key: %x their key %x, chunk %" PRIu64 | |
159 | 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 | |
160 | qemu_rdma_write_one_top(uint64_t chunks, uint64_t size) "Writing %" PRIu64 " chunks, (%" PRIu64 " MB)" | |
161 | 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 | |
162 | 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" | |
163 | rdma_block_notification_handle(const char *name, int index) "%s at %d" | |
164 | 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" | |
165 | rdma_start_incoming_migration(void) "" | |
166 | rdma_start_incoming_migration_after_dest_init(void) "" | |
167 | rdma_start_incoming_migration_after_rdma_listen(void) "" | |
168 | rdma_start_outgoing_migration_after_rdma_connect(void) "" | |
169 | rdma_start_outgoing_migration_after_rdma_source_init(void) "" | |
170 | ||
171 | # migration/postcopy-ram.c | |
172 | postcopy_discard_send_finish(const char *ramblock, int nwords, int ncmds) "%s mask words sent=%d in %d commands" | |
173 | postcopy_discard_send_range(const char *ramblock, unsigned long start, unsigned long length) "%s:%lx/%lx" | |
174 | postcopy_ram_discard_range(void *start, size_t length) "%p,+%zx" | |
175 | postcopy_cleanup_range(const char *ramblock, void *host_addr, size_t offset, size_t length) "%s: %p offset=%zx length=%zx" | |
176 | postcopy_init_range(const char *ramblock, void *host_addr, size_t offset, size_t length) "%s: %p offset=%zx length=%zx" | |
177 | postcopy_nhp_range(const char *ramblock, void *host_addr, size_t offset, size_t length) "%s: %p offset=%zx length=%zx" | |
178 | postcopy_place_page(void *host_addr) "host=%p" | |
179 | postcopy_place_page_zero(void *host_addr) "host=%p" | |
180 | postcopy_ram_enable_notify(void) "" | |
181 | postcopy_ram_fault_thread_entry(void) "" | |
182 | postcopy_ram_fault_thread_exit(void) "" | |
183 | postcopy_ram_fault_thread_quit(void) "" | |
184 | postcopy_ram_fault_thread_request(uint64_t hostaddr, const char *ramblock, size_t offset) "Request for HVA=%" PRIx64 " rb=%s offset=%zx" | |
185 | postcopy_ram_incoming_cleanup_closeuf(void) "" | |
186 | postcopy_ram_incoming_cleanup_entry(void) "" | |
187 | postcopy_ram_incoming_cleanup_exit(void) "" | |
188 | postcopy_ram_incoming_cleanup_join(void) "" | |
189 | ||
190 | # migration/exec.c | |
191 | migration_exec_outgoing(const char *cmd) "cmd=%s" | |
192 | migration_exec_incoming(const char *cmd) "cmd=%s" | |
193 | ||
194 | # migration/fd.c | |
195 | migration_fd_outgoing(int fd) "fd=%d" | |
196 | migration_fd_incoming(int fd) "fd=%d" | |
197 | ||
198 | # migration/socket.c | |
199 | migration_socket_incoming_accepted(void) "" | |
200 | migration_socket_outgoing_connected(const char *hostname) "hostname=%s" | |
201 | migration_socket_outgoing_error(const char *err) "error=%s" | |
202 | ||
203 | # migration/tls.c | |
204 | migration_tls_outgoing_handshake_start(const char *hostname) "hostname=%s" | |
205 | migration_tls_outgoing_handshake_error(const char *err) "err=%s" | |
206 | migration_tls_outgoing_handshake_complete(void) "" | |
207 | migration_tls_incoming_handshake_start(void) "" | |
208 | migration_tls_incoming_handshake_error(const char *err) "err=%s" | |
209 | migration_tls_incoming_handshake_complete(void) "" | |
0b827d5e HZ |
210 | |
211 | # migration/colo.c | |
212 | colo_vm_state_change(const char *old, const char *new) "Change '%s' => '%s'" | |
4f97558e HZ |
213 | colo_send_message(const char *msg) "Send '%s' message" |
214 | colo_receive_message(const char *msg) "Receive '%s' message" |