aboutsummaryrefslogtreecommitdiff
path: root/block/trace-events
AgeCommit message (Expand)AuthorFilesLines
2021-02-03block/io: use int64_t bytes in copy_rangeVladimir Sementsov-Ogievskiy1-2/+2
2021-02-03block/io: support int64_t bytes in read/write wrappersVladimir Sementsov-Ogievskiy1-1/+1
2021-02-03block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()Vladimir Sementsov-Ogievskiy1-2/+2
2021-02-03block/io: support int64_t bytes in bdrv_co_do_copy_on_readv()Vladimir Sementsov-Ogievskiy1-1/+1
2021-02-02block/nvme: Trace NVMe spec version supported by the controllerPhilippe Mathieu-Daudé1-0/+1
2020-11-03block/nvme: Use unsigned integer for queue counter/sizePhilippe Mathieu-Daudé1-5/+5
2020-11-03block/nvme: Trace queue pair creation/deletionPhilippe Mathieu-Daudé1-0/+2
2020-11-03block/nvme: Improve nvme_free_req_queue_wait() trace informationPhilippe Mathieu-Daudé1-1/+1
2020-11-03block/nvme: Trace nvme_poll_queue() per queuePhilippe Mathieu-Daudé1-1/+1
2020-11-03block/nvme: Trace controller capabilitiesPhilippe Mathieu-Daudé1-0/+2
2020-11-03block/nvme: Use hex format to display offset in trace eventsPhilippe Mathieu-Daudé1-6/+6
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-3/+2
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster1-3/+0
2020-08-25qcow2: Make Qcow2AioTask store the full host offsetAlberto Garcia1-1/+1
2020-07-28block/nbd: split nbd_establish_connection out of nbd_client_connectVladimir Sementsov-Ogievskiy1-2/+2
2020-07-17Remove VXHS block deviceMarc-André Lureau1-17/+0
2020-06-23block/nvme: support nested aio_poll()Stefan Hajnoczi1-1/+1
2020-03-11block/block-copy: use block_statusVladimir Sementsov-Ogievskiy1-0/+1
2020-01-30block: add trace events for io_uringAarushi Mehta1-0/+12
2019-10-28block/nvme: add support for discardMaxim Levitsky1-0/+2
2019-10-28block/nvme: add support for write zerosMaxim Levitsky1-0/+1
2019-10-28block/block-copy: refactor copyingVladimir Sementsov-Ogievskiy1-3/+3
2019-10-10block: move block_copy from block/backup.c to separate fileVladimir Sementsov-Ogievskiy1-0/+2
2019-10-10block/backup: introduce BlockCopyStateVladimir Sementsov-Ogievskiy1-6/+6
2019-10-10block/qcow2: introduce parallel subrequest handling in read and writeVladimir Sementsov-Ogievskiy1-0/+1
2019-08-16block/backup: teach TOP to never copy unallocated regionsJohn Snow1-0/+1
2019-06-24ssh: switch from libssh2 to libsshPino Toscano1-6/+8
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy1-1/+1
2019-06-13block/nbd: merge nbd-client.* to nbd.cVladimir Sementsov-Ogievskiy1-1/+1
2019-06-13block/nbd-client: drop stale logoutVladimir Sementsov-Ogievskiy1-0/+2
2019-06-04block/qcow2-refcount: add trace-point to qcow2_process_discardsVladimir Sementsov-Ogievskiy1-0/+3
2019-05-28qcow2: skip writing zero buffers to empty COW areasAnton Nefedov1-0/+1
2019-04-17block/ssh: Do not report read/write/flush errors to the userMarkus Armbruster1-0/+3
2019-04-01nbd/client: Trace server noncompliance on structured readsEric Blake1-0/+1
2019-03-30nbd: Tolerate some server non-compliance in NBD_CMD_BLOCK_STATUSEric Blake1-0/+1
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster1-1/+0
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-24/+24
2019-01-31block/sheepdog: Convert from DPRINTF() macro to trace eventsLaurent Vivier1-0/+14
2019-01-31block/file-posix: Convert from DPRINTF() macro to trace eventsLaurent Vivier1-0/+7
2019-01-31block/curl: Convert from DPRINTF() macro to trace eventsLaurent Vivier1-0/+9
2019-01-31block/ssh: Convert from DPRINTF() macro to trace eventsLaurent Vivier1-0/+17
2019-01-04block/nbd-client: use traces instead of noisy error_report_errVladimir Sementsov-Ogievskiy1-0/+4
2018-07-10block: Add copy offloading trace pointsFam Zheng1-0/+6
2018-07-10block: Prefix file driver trace points with "file_"Fam Zheng1-2/+2
2018-07-02backup: Use copy offloadingFam Zheng1-0/+1
2018-05-23job: Move completion and cancellation to JobKevin Wolf1-3/+0
2018-05-23job: Move state transitions to JobKevin Wolf1-2/+0
2018-03-19blockjobs: add block-job-finalizeJohn Snow1-0/+1
2018-03-19blockjobs: ensure abort is called for cancelled jobsJohn Snow1-0/+1
2018-03-19blockjobs: add block_job_dismissJohn Snow1-0/+1