]> git.proxmox.com Git - mirror_qemu.git/blob - nbd/trace-events
nbd: Minimal structured read for server
[mirror_qemu.git] / nbd / trace-events
1 # nbd/client.c
2 nbd_send_option_request(uint32_t opt, const char *name, uint32_t len) "Sending option request %" PRIu32" (%s), len %" PRIu32
3 nbd_receive_option_reply(uint32_t option, const char *optname, uint32_t type, const char *typename, uint32_t length) "Received option reply 0x%" PRIx32" (%s), type 0x%" PRIx32" (%s), len %" PRIu32
4 nbd_reply_err_unsup(uint32_t option, const char *name) "server doesn't understand request 0x%" PRIx32 " (%s), attempting fallback"
5 nbd_opt_go_start(const char *name) "Attempting NBD_OPT_GO for export '%s'"
6 nbd_opt_go_success(void) "Export is good to go"
7 nbd_opt_go_info_unknown(int info, const char *name) "Ignoring unknown info %d (%s)"
8 nbd_opt_go_info_block_size(uint32_t minimum, uint32_t preferred, uint32_t maximum) "Block sizes are 0x%" PRIx32 ", 0x%" PRIx32 ", 0x%" PRIx32
9 nbd_receive_query_exports_start(const char *wantname) "Querying export list for '%s'"
10 nbd_receive_query_exports_success(const char *wantname) "Found desired export name '%s'"
11 nbd_receive_starttls_request(void) "Requesting TLS from server"
12 nbd_receive_starttls_reply(void) "Getting TLS reply from server"
13 nbd_receive_starttls_new_client(void) "TLS request approved, setting up TLS"
14 nbd_receive_starttls_tls_handshake(void) "Starting TLS handshake"
15 nbd_receive_negotiate(void *tlscreds, const char *hostname) "Receiving negotiation tlscreds=%p hostname=%s"
16 nbd_receive_negotiate_magic(uint64_t magic) "Magic is 0x%" PRIx64
17 nbd_receive_negotiate_server_flags(uint32_t globalflags) "Global flags are 0x%" PRIx32
18 nbd_receive_negotiate_default_name(void) "Using default NBD export name \"\""
19 nbd_receive_negotiate_size_flags(uint64_t size, uint16_t flags) "Size is %" PRIu64 ", export flags 0x%" PRIx16
20 nbd_init_set_socket(void) "Setting NBD socket"
21 nbd_init_set_block_size(unsigned long block_size) "Setting block size to %lu"
22 nbd_init_set_size(unsigned long sectors) "Setting size to %lu block(s)"
23 nbd_init_trailing_bytes(int ignored_bytes) "Ignoring trailing %d bytes of export"
24 nbd_init_set_readonly(void) "Setting readonly attribute"
25 nbd_init_finish(void) "Negotiation ended"
26 nbd_client_loop(void) "Doing NBD loop"
27 nbd_client_loop_ret(int ret, const char *error) "NBD loop returned %d: %s"
28 nbd_client_clear_queue(void) "Clearing NBD queue"
29 nbd_client_clear_socket(void) "Clearing NBD socket"
30 nbd_send_request(uint64_t from, uint32_t len, uint64_t handle, uint16_t flags, uint16_t type, const char *name) "Sending request to server: { .from = %" PRIu64", .len = %" PRIu32 ", .handle = %" PRIu64 ", .flags = 0x%" PRIx16 ", .type = %" PRIu16 " (%s) }"
31 nbd_receive_reply(uint32_t magic, int32_t error, const char *errname, uint64_t handle) "Got reply: { magic = 0x%" PRIx32 ", .error = %" PRId32 " (%s), handle = %" PRIu64" }"
32
33 # nbd/common.c
34 nbd_unknown_error(int err) "Squashing unexpected error %d to EINVAL"
35
36 # nbd/server.c
37 nbd_negotiate_send_rep_len(uint32_t opt, const char *optname, uint32_t type, const char *typename, uint32_t len) "Reply opt=0x%" PRIx32 " (%s), type=0x%" PRIx32 " (%s), len=%" PRIu32
38 nbd_negotiate_send_rep_err(const char *msg) "sending error message \"%s\""
39 nbd_negotiate_send_rep_list(const char *name, const char *desc) "Advertising export name '%s' description '%s'"
40 nbd_negotiate_handle_export_name(void) "Checking length"
41 nbd_negotiate_handle_export_name_request(const char *name) "Client requested export '%s'"
42 nbd_negotiate_send_info(int info, const char *name, uint32_t length) "Sending NBD_REP_INFO type %d (%s) with remaining length %" PRIu32
43 nbd_negotiate_handle_info_requests(int requests) "Client requested %d items of info"
44 nbd_negotiate_handle_info_request(int request, const char *name) "Client requested info %d (%s)"
45 nbd_negotiate_handle_info_block_size(uint32_t minimum, uint32_t preferred, uint32_t maximum) "advertising minimum 0x%" PRIx32 ", preferred 0x%" PRIx32 ", maximum 0x%" PRIx32
46 nbd_negotiate_handle_starttls(void) "Setting up TLS"
47 nbd_negotiate_handle_starttls_handshake(void) "Starting TLS handshake"
48 nbd_negotiate_options_flags(uint32_t flags) "Received client flags 0x%" PRIx32
49 nbd_negotiate_options_check_magic(uint64_t magic) "Checking opts magic 0x%" PRIx64
50 nbd_negotiate_options_check_option(uint32_t option, const char *name) "Checking option 0x%" PRIx32 " (%s)"
51 nbd_negotiate_begin(void) "Beginning negotiation"
52 nbd_negotiate_old_style(uint64_t size, unsigned flags) "advertising size %" PRIu64 " and flags 0x%x"
53 nbd_negotiate_new_style_size_flags(uint64_t size, unsigned flags) "advertising size %" PRIu64 " and flags 0x%x"
54 nbd_negotiate_success(void) "Negotiation succeeded"
55 nbd_receive_request(uint32_t magic, uint16_t flags, uint16_t type, uint64_t from, uint32_t len) "Got request: { magic = 0x%" PRIx32 ", .flags = 0x%" PRIx16 ", .type = 0x%" PRIx16 ", from = %" PRIu64 ", len = %" PRIu32 " }"
56 nbd_blk_aio_attached(const char *name, void *ctx) "Export %s: Attaching clients to AIO context %p\n"
57 nbd_blk_aio_detach(const char *name, void *ctx) "Export %s: Detaching clients from AIO context %p\n"
58 nbd_co_send_simple_reply(uint64_t handle, uint32_t error, const char *errname, int len) "Send simple reply: handle = %" PRIu64 ", error = %" PRIu32 " (%s), len = %d"
59 nbd_co_send_structured_read(uint64_t handle, uint64_t offset, void *data, size_t size) "Send structured read data reply: handle = %" PRIu64 ", offset = %" PRIu64 ", data = %p, len = %zu"
60 nbd_co_send_structured_error(uint64_t handle, int err, const char *errname) "Send structured error reply: handle = %" PRIu64 ", error = %d (%s)"
61 nbd_co_receive_request_decode_type(uint64_t handle, uint16_t type, const char *name) "Decoding type: handle = %" PRIu64 ", type = %" PRIu16 " (%s)"
62 nbd_co_receive_request_payload_received(uint64_t handle, uint32_t len) "Payload received: handle = %" PRIu64 ", len = %" PRIu32
63 nbd_co_receive_request_cmd_write(uint32_t len) "Reading %" PRIu32 " byte(s)"
64 nbd_trip(void) "Reading request"