2021-05-17 17:16:58 +02:00
|
|
|
# See docs/devel/tracing.rst for syntax documentation.
|
2016-06-16 10:40:21 +02:00
|
|
|
|
2019-03-14 19:09:26 +01:00
|
|
|
# announce.c
|
2019-06-20 20:47:04 +02:00
|
|
|
qemu_announce_self_iter(const char *id, const char *name, const char *mac, int skip) "%s:%s:%s skip: %d"
|
|
|
|
qemu_announce_timer_del(bool free_named, bool free_timer, char *id) "free named: %d free timer: %d id: %s"
|
2019-02-27 14:24:08 +01:00
|
|
|
|
2019-03-14 19:09:26 +01:00
|
|
|
# vhost-user.c
|
2016-06-16 10:40:21 +02:00
|
|
|
vhost_user_event(const char *chr, int event) "chr: %s got event: %d"
|
2016-10-04 15:35:40 +02:00
|
|
|
|
2019-03-14 19:09:26 +01:00
|
|
|
# colo.c
|
2016-10-04 15:35:40 +02:00
|
|
|
colo_proxy_main(const char *chr) ": %s"
|
2022-08-22 10:14:36 +02:00
|
|
|
colo_proxy_main_vnet_info(const char *sta, uint32_t vnet_hdr, int size) ": %s pkt->vnet_hdr_len = %u, pkt->size = %d"
|
2016-10-04 15:35:40 +02:00
|
|
|
|
2019-03-14 19:09:26 +01:00
|
|
|
# colo-compare.c
|
2016-10-04 15:35:40 +02:00
|
|
|
colo_compare_main(const char *chr) ": %s"
|
2020-05-22 09:53:57 +02:00
|
|
|
colo_compare_drop_packet(const char *queue, const char *chr) ": %s: %s"
|
2016-10-04 15:35:40 +02:00
|
|
|
colo_compare_udp_miscompare(const char *sta, int size) ": %s = %d"
|
|
|
|
colo_compare_icmp_miscompare(const char *sta, int size) ": %s = %d"
|
|
|
|
colo_compare_ip_info(int psize, const char *sta, const char *stb, int ssize, const char *stc, const char *std) "ppkt size = %d, ip_src = %s, ip_dst = %s, spkt size = %d, ip_src = %s, ip_dst = %s"
|
|
|
|
colo_old_packet_check_found(int64_t old_time) "%" PRId64
|
2019-09-16 11:51:20 +02:00
|
|
|
colo_compare_tcp_info(const char *pkt, uint32_t seq, uint32_t ack, int hdlen, int pdlen, int offset, int flags) "%s: seq/ack= %u/%u hdlen= %d pdlen= %d offset= %d flags=%d"
|
2016-10-04 15:35:40 +02:00
|
|
|
|
2019-03-14 19:09:26 +01:00
|
|
|
# filter-rewriter.c
|
2019-09-16 11:51:20 +02:00
|
|
|
colo_filter_rewriter_pkt_info(const char *func, const char *src, const char *dst, uint32_t seq, uint32_t ack, uint32_t flag) "%s: src/dst: %s/%s p: seq/ack=%u/%u flags=0x%x"
|
|
|
|
colo_filter_rewriter_conn_offset(uint32_t offset) ": offset=%u"
|
2024-02-14 12:27:55 +01:00
|
|
|
|
|
|
|
# vhost-vdpa.c
|
|
|
|
vhost_vdpa_set_address_space_id(void *v, unsigned vq_group, unsigned asid_num) "vhost_vdpa: %p vq_group: %u asid: %u"
|
2024-02-14 12:27:58 +01:00
|
|
|
vhost_vdpa_net_load_cmd(void *s, uint8_t class, uint8_t cmd, int data_num, int data_size) "vdpa state: %p class: %u cmd: %u sg_num: %d size: %d"
|
|
|
|
vhost_vdpa_net_load_cmd_retval(void *s, uint8_t class, uint8_t cmd, int r) "vdpa state: %p class: %u cmd: %u retval: %d"
|
2024-02-14 12:27:59 +01:00
|
|
|
vhost_vdpa_net_load_mq(void *s, int ncurqps) "vdpa state: %p current_qpairs: %d"
|