summaryrefslogtreecommitdiff
path: root/trace-events
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2016-06-01 15:10:10 -0600
committerKevin Wolf <kwolf@redhat.com>2016-06-08 10:21:08 +0200
commit2ffa76c2bf97416b8d6904efb1e5f147f36127eb (patch)
tree9f3a7786c3a70a025a075877f67ca5f0eaa2def4 /trace-events
parent49a2e48348b7b0fda04e9d767a537e6c5d230bdd (diff)
downloadqemu-2ffa76c2bf97416b8d6904efb1e5f147f36127eb.tar.gz
raw-posix: Convert to bdrv_co_pwrite_zeroes()
Another step on our continuing quest to switch to byte-based interfaces. Signed-off-by: Eric Blake <eblake@redhat.com> [ kwolf: Fixed up trace_paio_submit_co() call for qiov == NULL ] Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r--trace-events2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-events b/trace-events
index b1ca05bdbe..421d89f476 100644
--- a/trace-events
+++ b/trace-events
@@ -131,7 +131,7 @@ thread_pool_cancel(void *req, void *opaque) "req %p opaque %p"
# block/raw-win32.c
# block/raw-posix.c
-paio_submit_co(int64_t sector_num, int nb_sectors, int type) "sector_num %"PRId64" nb_sectors %d type %d"
+paio_submit_co(int64_t offset, int count, int type) "offset %"PRId64" count %d type %d"
paio_submit(void *acb, void *opaque, int64_t sector_num, int nb_sectors, int type) "acb %p opaque %p sector_num %"PRId64" nb_sectors %d type %d"
# ioport.c