From patchwork Thu Jul 22 15:58:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 59610 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6BD5B1008D4 for ; Fri, 23 Jul 2010 02:33:53 +1000 (EST) Received: from localhost ([127.0.0.1]:43970 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObyiU-0004qt-I5 for incoming@patchwork.ozlabs.org; Thu, 22 Jul 2010 12:33:50 -0400 Received: from [140.186.70.92] (port=53813 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObyAw-00079j-Ku for qemu-devel@nongnu.org; Thu, 22 Jul 2010 11:59:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ObyAq-0002Ls-6D for qemu-devel@nongnu.org; Thu, 22 Jul 2010 11:59:09 -0400 Received: from mtagate7.uk.ibm.com ([194.196.100.167]:50885) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObyAp-0002LW-S8 for qemu-devel@nongnu.org; Thu, 22 Jul 2010 11:59:04 -0400 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate7.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o6MFx3ax012632 for ; Thu, 22 Jul 2010 15:59:03 GMT Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o6MFx2FQ1183998 for ; Thu, 22 Jul 2010 16:59:02 +0100 Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o6MFx282005932 for ; Thu, 22 Jul 2010 16:59:02 +0100 Received: from stefan-thinkpad.manchester-maybrook.uk.ibm.com (dyn-9-174-219-33.manchester-maybrook.uk.ibm.com [9.174.219.33]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o6MFx1Nt005887; Thu, 22 Jul 2010 16:59:02 +0100 From: Stefan Hajnoczi To: Date: Thu, 22 Jul 2010 16:58:46 +0100 Message-Id: <1279814326-9422-4-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1279814326-9422-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1279814326-9422-1-git-send-email-stefanha@linux.vnet.ibm.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Cc: Stefan Hajnoczi , Prerna Saxena Subject: [Qemu-devel] [Tracing] [PATCH 4/4] Disable posix_aio_process_queue by default X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Stefan Hajnoczi --- trace-events | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/trace-events b/trace-events index 5304826..a50215f 100644 --- a/trace-events +++ b/trace-events @@ -63,4 +63,4 @@ disable virtio_blk_handle_write(void *req, unsigned long sector, unsigned long n # posix-aio-compat.c disable paio_submit(void *acb, void *opaque, unsigned long sector_num, unsigned long nb_sectors, unsigned long type) "acb %p opaque %p sector_num %lu nb_sectors %lu type %lu" -posix_aio_process_queue(void *acb, void *opaque, int type, int ret, uint64_t blocking_duration) "acb %p opaque %p type %d ret %d blocking_duration %lx" +disable posix_aio_process_queue(void *acb, void *opaque, int type, int ret, uint64_t blocking_duration) "acb %p opaque %p type %d ret %d blocking_duration %lx"