From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60762 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwtpB-0001Km-Fd for qemu-devel@nongnu.org; Tue, 08 Mar 2011 05:07:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwtpA-0000Hj-7S for qemu-devel@nongnu.org; Tue, 08 Mar 2011 05:07:29 -0500 Received: from mtagate1.uk.ibm.com ([194.196.100.161]:41862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pwtp9-0000Gx-VM for qemu-devel@nongnu.org; Tue, 08 Mar 2011 05:07:28 -0500 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p28A7Q0E019403 for ; Tue, 8 Mar 2011 10:07:26 GMT Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p28A7dsG1925220 for ; Tue, 8 Mar 2011 10:07:39 GMT Received: from d06av12.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p28A7PI6026219 for ; Tue, 8 Mar 2011 03:07:25 -0700 From: Stefan Hajnoczi Date: Tue, 8 Mar 2011 10:07:08 +0000 Message-Id: <1299578828-7875-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL] trace: Thread-safe simpletrace and additional trace events List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori 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