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)
commit65968a1ff61f198aae41788c6a2fac7ef83420e6
treea06ff5d63af8ce74d30d58083442b977165b1c71
parent92c236f4e603fbebf105a14afa2d783eef30b35f
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