summaryrefslogtreecommitdiffstats
path: root/block/trace-events
diff options
context:
space:
mode:
authorLaurent Vivier2018-12-13 17:27:26 +0100
committerMax Reitz2019-01-31 00:38:19 +0100
commit4f7d28d7382962b2f1996cf307082ccb9f7be6d1 (patch)
tree3386b73bb638398287488785b725bdfe24b68c06 /block/trace-events
parentblock/curl: Convert from DPRINTF() macro to trace events (diff)
downloadqemu-4f7d28d7382962b2f1996cf307082ccb9f7be6d1.tar.gz
qemu-4f7d28d7382962b2f1996cf307082ccb9f7be6d1.tar.xz
qemu-4f7d28d7382962b2f1996cf307082ccb9f7be6d1.zip
block/file-posix: Convert from DPRINTF() macro to trace events
Signed-off-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20181213162727.17438-4-lvivier@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'block/trace-events')
-rw-r--r--block/trace-events7
1 files changed, 7 insertions, 0 deletions
diff --git a/block/trace-events b/block/trace-events
index 8ea8d1eaeb..41b998b7eb 100644
--- a/block/trace-events
+++ b/block/trace-events
@@ -186,3 +186,10 @@ curl_open(const char *file) "opening %s"
curl_open_size(uint64_t size) "size = %" PRIu64
curl_setup_preadv(uint64_t bytes, uint64_t start, const char *range) "reading %" PRIu64 " at %" PRIu64 " (%s)"
curl_close(void) "close"
+
+# block/file-posix.c
+file_xfs_write_zeroes(const char *error) "cannot write zero range (%s)"
+file_xfs_discard(const char *error) "cannot punch hole (%s)"
+file_FindEjectableOpticalMedia(const char *media) "Matching using %s"
+file_setup_cdrom(const char *partition) "Using %s as optical disc"
+file_hdev_is_sg(int type, int version) "SG device found: type=%d, version=%d"