From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiLOQ-0007yq-5E for qemu-devel@nongnu.org; Thu, 08 May 2014 06:17:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiLOI-0003lY-AD for qemu-devel@nongnu.org; Thu, 08 May 2014 06:17:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiLOI-0003lP-3S for qemu-devel@nongnu.org; Thu, 08 May 2014 06:17:26 -0400 From: Stefan Hajnoczi Date: Wed, 7 May 2014 19:24:09 +0200 Message-Id: <1399483451-20843-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] simpletrace: add pid field to simpletrace record List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: saito.kazuya@jp.fujitsu.com, Stefan Hajnoczi This series adds a pid field to the simpletrace record. This allows aggregation of simpletrace files as well as host-wide tracing since records can now be associated with a particular QEMU process. Stefan Hajnoczi (2): trace: add pid field to simpletrace record simpletrace: add support for trace record pid field scripts/simpletrace.py | 26 +++++++++++++++----------- trace/simple.c | 8 ++++++-- 2 files changed, 21 insertions(+), 13 deletions(-) -- 1.9.0