trace-events (893f7ebafe4e8afc0ce4dbd9e64b3752f3036bbb) trace-events (66a08cbe6ad1aebec8eecf58b3ba042e19dd1649)
1# Trace events for debugging and performance instrumentation
2#
3# This file is processed by the tracetool script during the build.
4#
5# To add a new trace event:
6#
7# 1. Choose a name for the trace event. Declare its arguments and format
8# string.

--- 63 unchanged lines hidden (view full) ---

72bdrv_co_do_copy_on_readv(void *bs, int64_t sector_num, int nb_sectors, int64_t cluster_sector_num, int cluster_nb_sectors) "bs %p sector_num %"PRId64" nb_sectors %d cluster_sector_num %"PRId64" cluster_nb_sectors %d"
73
74# block/stream.c
75stream_one_iteration(void *s, int64_t sector_num, int nb_sectors, int is_allocated) "s %p sector_num %"PRId64" nb_sectors %d is_allocated %d"
76stream_start(void *bs, void *base, void *s, void *co, void *opaque) "bs %p base %p s %p co %p opaque %p"
77commit_one_iteration(void *s, int64_t sector_num, int nb_sectors, int is_allocated) "s %p sector_num %"PRId64" nb_sectors %d is_allocated %d"
78commit_start(void *bs, void *base, void *top, void *s, void *co, void *opaque) "bs %p base %p top %p s %p co %p opaque %p"
79
1# Trace events for debugging and performance instrumentation
2#
3# This file is processed by the tracetool script during the build.
4#
5# To add a new trace event:
6#
7# 1. Choose a name for the trace event. Declare its arguments and format
8# string.

--- 63 unchanged lines hidden (view full) ---

72bdrv_co_do_copy_on_readv(void *bs, int64_t sector_num, int nb_sectors, int64_t cluster_sector_num, int cluster_nb_sectors) "bs %p sector_num %"PRId64" nb_sectors %d cluster_sector_num %"PRId64" cluster_nb_sectors %d"
73
74# block/stream.c
75stream_one_iteration(void *s, int64_t sector_num, int nb_sectors, int is_allocated) "s %p sector_num %"PRId64" nb_sectors %d is_allocated %d"
76stream_start(void *bs, void *base, void *s, void *co, void *opaque) "bs %p base %p s %p co %p opaque %p"
77commit_one_iteration(void *s, int64_t sector_num, int nb_sectors, int is_allocated) "s %p sector_num %"PRId64" nb_sectors %d is_allocated %d"
78commit_start(void *bs, void *base, void *top, void *s, void *co, void *opaque) "bs %p base %p top %p s %p co %p opaque %p"
79
80# block/mirror.c
81mirror_start(void *bs, void *s, void *co, void *opaque) "bs %p s %p co %p opaque %p"
82mirror_before_flush(void *s) "s %p"
83mirror_before_drain(void *s, int64_t cnt) "s %p dirty count %"PRId64
84mirror_before_sleep(void *s, int64_t cnt, int synced) "s %p dirty count %"PRId64" synced %d"
85mirror_one_iteration(void *s, int64_t sector_num, int nb_sectors) "s %p sector_num %"PRId64" nb_sectors %d"
86
87# blockdev.c
88qmp_block_job_cancel(void *job) "job %p"
89qmp_block_job_pause(void *job) "job %p"
90qmp_block_job_resume(void *job) "job %p"
80# blockdev.c
81qmp_block_job_cancel(void *job) "job %p"
82qmp_block_job_pause(void *job) "job %p"
83qmp_block_job_resume(void *job) "job %p"
91qmp_block_job_complete(void *job) "job %p"
92block_job_cb(void *bs, void *job, int ret) "bs %p job %p ret %d"
93qmp_block_stream(void *bs, void *job) "bs %p job %p"
94
95# hw/virtio-blk.c
96virtio_blk_req_complete(void *req, int status) "req %p status %d"
97virtio_blk_rw_complete(void *req, int ret) "req %p ret %d"
98virtio_blk_handle_write(void *req, uint64_t sector, size_t nsectors) "req %p sector %"PRIu64" nsectors %zu"
99virtio_blk_handle_read(void *req, uint64_t sector, size_t nsectors) "req %p sector %"PRIu64" nsectors %zu"

--- 190 unchanged lines hidden (view full) ---

290usb_uhci_frame_stop_bandwidth(void) ""
291usb_uhci_frame_loop_stop_idle(void) ""
292usb_uhci_frame_loop_continue(void) ""
293usb_uhci_mmio_readw(uint32_t addr, uint32_t val) "addr 0x%04x, ret 0x%04x"
294usb_uhci_mmio_writew(uint32_t addr, uint32_t val) "addr 0x%04x, val 0x%04x"
295usb_uhci_mmio_readl(uint32_t addr, uint32_t val) "addr 0x%04x, ret 0x%08x"
296usb_uhci_mmio_writel(uint32_t addr, uint32_t val) "addr 0x%04x, val 0x%08x"
297usb_uhci_queue_add(uint32_t token) "token 0x%x"
84block_job_cb(void *bs, void *job, int ret) "bs %p job %p ret %d"
85qmp_block_stream(void *bs, void *job) "bs %p job %p"
86
87# hw/virtio-blk.c
88virtio_blk_req_complete(void *req, int status) "req %p status %d"
89virtio_blk_rw_complete(void *req, int ret) "req %p ret %d"
90virtio_blk_handle_write(void *req, uint64_t sector, size_t nsectors) "req %p sector %"PRIu64" nsectors %zu"
91virtio_blk_handle_read(void *req, uint64_t sector, size_t nsectors) "req %p sector %"PRIu64" nsectors %zu"

--- 190 unchanged lines hidden (view full) ---

282usb_uhci_frame_stop_bandwidth(void) ""
283usb_uhci_frame_loop_stop_idle(void) ""
284usb_uhci_frame_loop_continue(void) ""
285usb_uhci_mmio_readw(uint32_t addr, uint32_t val) "addr 0x%04x, ret 0x%04x"
286usb_uhci_mmio_writew(uint32_t addr, uint32_t val) "addr 0x%04x, val 0x%04x"
287usb_uhci_mmio_readl(uint32_t addr, uint32_t val) "addr 0x%04x, ret 0x%08x"
288usb_uhci_mmio_writel(uint32_t addr, uint32_t val) "addr 0x%04x, val 0x%08x"
289usb_uhci_queue_add(uint32_t token) "token 0x%x"
298usb_uhci_queue_del(uint32_t token) "token 0x%x"
290usb_uhci_queue_del(uint32_t token, const char *reason) "token 0x%x: %s"
299usb_uhci_packet_add(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
300usb_uhci_packet_link_async(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
301usb_uhci_packet_unlink_async(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
302usb_uhci_packet_cancel(uint32_t token, uint32_t addr, int done) "token 0x%x, td 0x%x, done %d"
303usb_uhci_packet_complete_success(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
304usb_uhci_packet_complete_shortxfer(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
305usb_uhci_packet_complete_stall(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
306usb_uhci_packet_complete_babble(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"

--- 709 unchanged lines hidden ---
291usb_uhci_packet_add(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
292usb_uhci_packet_link_async(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
293usb_uhci_packet_unlink_async(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
294usb_uhci_packet_cancel(uint32_t token, uint32_t addr, int done) "token 0x%x, td 0x%x, done %d"
295usb_uhci_packet_complete_success(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
296usb_uhci_packet_complete_shortxfer(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
297usb_uhci_packet_complete_stall(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"
298usb_uhci_packet_complete_babble(uint32_t token, uint32_t addr) "token 0x%x, td 0x%x"

--- 709 unchanged lines hidden ---