From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiLNy-0007GD-6S for qemu-devel@nongnu.org; Thu, 08 May 2014 06:17:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiLNt-0003UU-Bg for qemu-devel@nongnu.org; Thu, 08 May 2014 06:17:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiLNt-0003UB-2X for qemu-devel@nongnu.org; Thu, 08 May 2014 06:17:01 -0400 From: Stefan Hajnoczi Date: Wed, 7 May 2014 19:16:37 +0200 Message-Id: <1399483006-17781-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/9] Tracing patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi I forgot to open the QEMU 2.1 tracing queue. Let's get started! The following changes since commit 9898370497da3f18e0c9555b65c858eabc78ab= 50: Merge remote-tracking branch 'remotes/kraxel/tags/pull-smbios-2' into s= taging (2014-05-06 12:23:05 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git tags/tracing-pull-request for you to fetch changes up to e00e36fb913217d49f57cc19d8d605270dd82bc5: configure: Show trace output file conditionally (2014-05-07 19:07:18 +0= 200) ---------------------------------------------------------------- Tracing pull request ---------------------------------------------------------------- Llu=C3=ADs Vilanova (8): trace: [tracetool] Add method 'Event.api' to build event names trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy' trace: [tracetool] Spacing changes trace: [tracetool] Cosmetic changes trace: [tracetool] Show list of frontends and backends sorted by na= me trace: [tracetool] Change format docs to point to the generated fil= e trace: [simple] Bump up log version number trace: [tracetool] Minimize the amount of per-backend code Stefan Weil (1): configure: Show trace output file conditionally configure | 2 + scripts/simpletrace.py | 16 ++-- scripts/tracetool/__init__.py | 53 +++++++------ scripts/tracetool/backend/__init__.py | 74 ++++++++--------- scripts/tracetool/backend/dtrace.py | 81 +++---------------- scripts/tracetool/backend/events.py | 23 ------ scripts/tracetool/backend/ftrace.py | 56 ++++++------- scripts/tracetool/backend/simple.py | 132 +++++++++++++++----------= ------ scripts/tracetool/backend/stderr.py | 43 ++++------ scripts/tracetool/backend/ust.py | 65 +++------------ scripts/tracetool/format/__init__.py | 50 ++++-------- scripts/tracetool/format/c.py | 16 +++- scripts/tracetool/format/d.py | 30 ++++++- scripts/tracetool/format/events_c.py | 15 ++-- scripts/tracetool/format/events_h.py | 15 ++-- scripts/tracetool/format/h.py | 30 ++++--- scripts/tracetool/format/stap.py | 42 +++++++++- scripts/tracetool/format/ust_events_c.py | 7 +- scripts/tracetool/format/ust_events_h.py | 42 +++++++++- trace/Makefile.objs | 4 +- trace/simple.c | 2 +- 21 files changed, 364 insertions(+), 434 deletions(-) delete mode 100644 scripts/tracetool/backend/events.py --=20 1.9.0