xref: /qemu/hw/vfio-user/trace-events (revision 36227628d824f563fda95f9344176ca7263c7eaf)
10b3d881aSJohn Levon# See docs/devel/tracing.rst for syntax documentation.
20b3d881aSJohn Levon#
30b3d881aSJohn Levon# SPDX-License-Identifier: GPL-2.0-or-later
40b3d881aSJohn Levon
50b3d881aSJohn Levon# common.c
60b3d881aSJohn Levonvfio_user_recv_hdr(const char *name, uint16_t id, uint16_t cmd, uint32_t size, uint32_t flags) " (%s) id 0x%x cmd 0x%x size 0x%x flags 0x%x"
70b3d881aSJohn Levonvfio_user_recv_read(uint16_t id, int read) " id 0x%x read 0x%x"
80b3d881aSJohn Levonvfio_user_recv_request(uint16_t cmd) " command 0x%x"
9*36227628SJohn Levonvfio_user_send_write(uint16_t id, int wrote) " id 0x%x wrote 0x%x"
10*36227628SJohn Levonvfio_user_version(uint16_t major, uint16_t minor, const char *caps) " major %d minor %d caps: %s"
11