]> git.proxmox.com Git - qemu.git/commit - osdep.c
trace: Trace qemu_malloc() and qemu_vmalloc()
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Sat, 22 May 2010 17:09:25 +0000 (18:09 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 9 Sep 2010 21:22:45 +0000 (16:22 -0500)
commitcd245a19329edfcd968b00d05ad92de7a0e2daa1
treea06ff5d63af8ce74d30d58083442b977165b1c71
parent81a97d9d9786f54c613efaee9950f037a9229f1f
trace: Trace qemu_malloc() and qemu_vmalloc()

It is often useful to instrument memory management functions in order to
find leaks or performance problems.  This patch adds trace events for
the memory allocation primitives.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
osdep.c
qemu-malloc.c
trace-events