From patchwork Thu Jul 22 15:58:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Tracing,4/4] Disable posix_aio_process_queue by default From: Stefan Hajnoczi X-Patchwork-Id: 59610 Message-Id: <1279814326-9422-4-git-send-email-stefanha@linux.vnet.ibm.com> To: Cc: Stefan Hajnoczi , Prerna Saxena Date: Thu, 22 Jul 2010 16:58:46 +0100 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"