]> git.proxmox.com Git - mirror_qemu.git/blobdiff - io/trace-events
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20160927' into staging
[mirror_qemu.git] / io / trace-events
index 1108c16b82fef1e84d62ae423aa781209bbca6dc..e31b596ca1d2483f52d183c6f2ed129d6ef4cd9a 100644 (file)
@@ -1,10 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
-
-# io/buffer.c
-buffer_resize(const char *buf, size_t olen, size_t len) "%s: old %zd, new %zd"
-buffer_move_empty(const char *buf, size_t len, const char *from) "%s: %zd bytes from %s"
-buffer_move(const char *buf, size_t len, const char *from) "%s: %zd bytes from %s"
-buffer_free(const char *buf, size_t len) "%s: capacity %zd"
+# See docs/tracing.txt for syntax documentation.
 
 # io/task.c
 qio_task_new(void *task, void *source, void *func, void *opaque) "Task new task=%p source=%p func=%p opaque=%p"