From patchwork Tue Mar 8 09:59:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: (no subject) Date: Mon, 07 Mar 2011 23:59:00 -0000 From: Stefan Hajnoczi X-Patchwork-Id: 85949 Message-Id: <1299578340-7757-1-git-send-email-stefanha@linux.vnet.ibm.com> To: Cc: Anthony Liguori [PULL] trace: Thread-safe simpletrace and additional trace events The following 3 tracing commits were sent to qemu-devel. I have made them available for convenient pulling into qemu.git/master. The following changes since commit 07bf23a77131668ef8db37e08d508b117655ce86: MAINTAINERS: add LatticeMico32 maintainer (2011-03-07 13:42:58 +0100) are available in the git repository at: git://repo.or.cz/qemu/stefanha.git tracing Stefan Hajnoczi (3): simpletrace: Thread-safe tracing trace: Trace bdrv_aio_flush() trace: Trace posix-aio-compat.c completion and cancellation block.c | 2 + docs/tracing.txt | 5 - posix-aio-compat.c | 5 + scripts/simpletrace.py | 3 +- simpletrace.c | 309 ++++++++++++++++++++++++++++++++---------------- simpletrace.h | 8 ++ trace-events | 3 + vl.c | 16 +-- 8 files changed, 229 insertions(+), 122 deletions(-) Thanks, Stefan