From patchwork Mon Mar 12 12:37:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 146145 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A1EDEB6FAB for ; Tue, 13 Mar 2012 03:10:49 +1100 (EST) Received: from localhost ([::1]:58368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S74XC-0007eW-50 for incoming@patchwork.ozlabs.org; Mon, 12 Mar 2012 08:39:30 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S74Wk-0006wQ-0x for qemu-devel@nongnu.org; Mon, 12 Mar 2012 08:39:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S74WD-0004BR-4m for qemu-devel@nongnu.org; Mon, 12 Mar 2012 08:38:58 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:57322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S74WC-000495-SI for qemu-devel@nongnu.org; Mon, 12 Mar 2012 08:38:29 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 12 Mar 2012 12:38:12 -0000 Received: from d06nrmr1806.portsmouth.uk.ibm.com (9.149.39.193) by e06smtp16.uk.ibm.com (192.168.101.146) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 12 Mar 2012 12:38:10 -0000 Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2CCcAlS2412668 for ; Mon, 12 Mar 2012 12:38:10 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 q2CCc9qQ030466 for ; Mon, 12 Mar 2012 06:38:10 -0600 Received: from localhost (stefanha-thinkpad.manchester-maybrook.uk.ibm.com [9.174.219.44]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q2CCc9QF030461; Mon, 12 Mar 2012 06:38:09 -0600 From: Stefan Hajnoczi To: Date: Mon, 12 Mar 2012 12:37:55 +0000 Message-Id: <1331555882-31828-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.9.1 MIME-Version: 1.0 x-cbid: 12031212-3548-0000-0000-0000014FAC2B X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.112 Cc: Blue Swirl , Anthony Liguori , Stefan Hajnoczi Subject: [Qemu-devel] [PULL 0/7] Tracing patches X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org First round of tracing patches. I should have sent these out a long time ago. Once these are out of the way I can review and handle bigger patches from Lluís and Harsh. The following changes since commit a348f108842fb928563865c9918642900cd0d477: Add missing const attributes for MemoryRegionOps (2012-03-11 11:40:15 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git tracing for you to fetch changes up to 727500181a2b2470a676e021205d170ede23beb7: vga: add trace event for ppm_save (2012-03-12 10:30:27 +0000) ---------------------------------------------------------------- Alon Levy (2): console: add some trace events vga: add trace event for ppm_save Andreas Färber (1): maintainers: Add docs/tracing.txt to Tracing Jun Koi (2): trace: make trace_thread_create() use its function arg docs: correct ./configure line in tracing.txt Lluís Vilanova (1): trace: Provide a per-event status define for conditional compilation Stefan Hajnoczi (1): tracetool: Omit useless QEMU_*_ENABLED() check MAINTAINERS | 1 + console.h | 3 +++ docs/tracing.txt | 48 +++++++++++++++++++++++++++++++++++++++++------- hw/vga.c | 2 ++ scripts/tracetool | 13 +++++++++---- trace-events | 7 +++++++ trace/simple.c | 2 +- 7 files changed, 64 insertions(+), 12 deletions(-)