]> git.proxmox.com Git - mirror_qemu.git/blob - hw/block/trace-events
docs: fix broken paths to docs/devel/tracing.txt
[mirror_qemu.git] / hw / block / trace-events
1 # See docs/devel/tracing.txt for syntax documentation.
2
3 # hw/block/virtio-blk.c
4 virtio_blk_req_complete(void *vdev, void *req, int status) "vdev %p req %p status %d"
5 virtio_blk_rw_complete(void *vdev, void *req, int ret) "vdev %p req %p ret %d"
6 virtio_blk_handle_write(void *vdev, void *req, uint64_t sector, size_t nsectors) "vdev %p req %p sector %"PRIu64" nsectors %zu"
7 virtio_blk_handle_read(void *vdev, void *req, uint64_t sector, size_t nsectors) "vdev %p req %p sector %"PRIu64" nsectors %zu"
8 virtio_blk_submit_multireq(void *vdev, void *mrb, int start, int num_reqs, uint64_t offset, size_t size, bool is_write) "vdev %p mrb %p start %d num_reqs %d offset %"PRIu64" size %zu is_write %d"
9
10 # hw/block/hd-geometry.c
11 hd_geometry_lchs_guess(void *blk, int cyls, int heads, int secs) "blk %p LCHS %d %d %d"
12 hd_geometry_guess(void *blk, uint32_t cyls, uint32_t heads, uint32_t secs, int trans) "blk %p CHS %u %u %u trans %d"