From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhXSp-0002oO-Q1 for qemu-devel@nongnu.org; Tue, 15 Aug 2017 04:44:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhXSm-0005wz-NP for qemu-devel@nongnu.org; Tue, 15 Aug 2017 04:44:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27744) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dhXSm-0005wo-H0 for qemu-devel@nongnu.org; Tue, 15 Aug 2017 04:44:36 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5D145C051799 for ; Tue, 15 Aug 2017 08:44:35 +0000 (UTC) From: Stefan Hajnoczi Date: Tue, 15 Aug 2017 09:44:28 +0100 Message-Id: <20170815084430.7128-1-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH for-2.10 v2 0/2] trace: fix simpletrace.stp flight recorder mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Daniel Berrange , Stefan Hajnoczi v2: * Don't emit event ID mapping records in simpletrace.stp [Daniel Berrange] The SystemTap flight recorder mode no longer works with simpletrace.stp because the event ID mapping records are emitted the first time an event fires. Chances are, the event ID mapping record will not be in ring buffer when the users wants to print the trace. This series solves the issue by using the trace-events-all global event ordering for event IDs for simpletrace.stp. Stefan Hajnoczi (2): trace: use static event ID mapping in simpletrace.stp simpletrace: fix flight recorder --no-header option scripts/simpletrace.py | 24 +++++++++++++++------ scripts/tracetool/format/simpletrace_stap.py | 31 ++-------------------------- 2 files changed, 20 insertions(+), 35 deletions(-) -- 2.13.4