From: Stefan Hajnoczi <stefanha@gmail.com>
To: "Lluís Vilanova" <vilanova@ac.upc.edu>
Cc: qemu-devel@nongnu.org, Stefan Hajnoczi <stefanha@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 0/8] Tracetool cleanup
Date: Wed, 12 Mar 2014 15:13:46 +0100 [thread overview]
Message-ID: <20140312141346.GA903@stefanha-thinkpad.muc.redhat.com> (raw)
In-Reply-To: <20140223193656.28465.12158.stgit@fimbulvetr.bsc.es>
On Sun, Feb 23, 2014 at 08:36:57PM +0100, Lluís Vilanova wrote:
> Minimizes the amount of backend code, making it simpler to add new/different
> backends.
>
> Also performs other cleanups all around.
>
> Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
> ---
>
> Changes in v2:
>
> * Rebase on 6f0b22d.
> * Remove "API" variable in forntend modules.
> * Further split changes.
> * Bump up trace format version for the simple backend.
>
>
> Lluís 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 name
> trace: [tracetool] Change format docs to point to the generated file
> trace: [simple] Bump up log version number
> trace: [tracetool] Minimize the amount of per-backend code
>
>
> 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
> 20 files changed, 362 insertions(+), 434 deletions(-)
> delete mode 100644 scripts/tracetool/backend/events.py
>
>
> To: qemu-devel@nongnu.org
> Cc: Stefan Hajnoczi <stefanha@redhat.com>
> Cc: Kazuya Saito <saito.kazuya@jp.fujitsu.com>
>
Thanks, applied to my tracing-next tree:
https://github.com/stefanha/qemu/commits/tracing-next
Stefan
prev parent reply other threads:[~2014-03-12 14:13 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-23 19:36 [Qemu-devel] [PATCH 0/8] Tracetool cleanup Lluís Vilanova
2014-02-23 19:37 ` [Qemu-devel] [PATCH 1/8] trace: [tracetool] Add method 'Event.api' to build event names Lluís Vilanova
2014-02-23 19:37 ` [Qemu-devel] [PATCH 2/8] trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy' Lluís Vilanova
2014-02-23 19:37 ` [Qemu-devel] [PATCH 3/8] trace: [tracetool] Spacing changes Lluís Vilanova
2014-02-23 19:37 ` [Qemu-devel] [PATCH 4/8] trace: [tracetool] Cosmetic changes Lluís Vilanova
2014-02-23 19:37 ` [Qemu-devel] [PATCH 5/8] trace: [tracetool] Show list of frontends and backends sorted by name Lluís Vilanova
2014-02-23 19:37 ` [Qemu-devel] [PATCH 6/8] trace: [tracetool] Change format docs to point to the generated file Lluís Vilanova
2014-02-23 19:37 ` [Qemu-devel] [PATCH 7/8] trace: [simple] Bump up log version number Lluís Vilanova
2014-03-12 14:17 ` Stefan Hajnoczi
2014-03-12 14:42 ` Lluís Vilanova
2014-03-14 9:02 ` Stefan Hajnoczi
2014-02-23 19:37 ` [Qemu-devel] [PATCH 8/8] trace: [tracetool] Minimize the amount of per-backend code Lluís Vilanova
2014-03-12 13:51 ` [Qemu-devel] [PATCH 0/8] Tracetool cleanup Lluís Vilanova
2014-03-12 14:13 ` Stefan Hajnoczi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140312141346.GA903@stefanha-thinkpad.muc.redhat.com \
--to=stefanha@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
--cc=vilanova@ac.upc.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).