qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Tracetool cleanup
@ 2014-02-17 19:36 Lluís Vilanova
  2014-02-17 19:36 ` [Qemu-devel] [PATCH 1/4] trace: [tracetool] Add method 'Event.api' to build event names Lluís Vilanova
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Lluís Vilanova @ 2014-02-17 19:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kazuya Saito, Stefan Hajnoczi

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>
---

Lluís Vilanova (4):
      trace: [tracetool] Add method 'Event.api' to build event names
      trace: [tracetool,trivial] Style changes
      trace: [tracetool] Identify formats directly used by QEMU
      trace: [tracetool] Minimize the amount of per-backend code


 scripts/simpletrace.py                |    6 --
 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      |   44 +++++------
 scripts/tracetool/format/__init__.py  |   61 +++++++--------
 scripts/tracetool/format/c.py         |   16 +++-
 scripts/tracetool/format/d.py         |   30 +++++++-
 scripts/tracetool/format/events_c.py  |   18 ++---
 scripts/tracetool/format/events_h.py  |   18 ++---
 scripts/tracetool/format/h.py         |   33 +++++---
 scripts/tracetool/format/stap.py      |   42 ++++++++++-
 trace/Makefile.objs                   |    4 +
 17 files changed, 343 insertions(+), 391 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>

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-02-20 13:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 19:36 [Qemu-devel] [PATCH 0/4] Tracetool cleanup Lluís Vilanova
2014-02-17 19:36 ` [Qemu-devel] [PATCH 1/4] trace: [tracetool] Add method 'Event.api' to build event names Lluís Vilanova
2014-02-17 19:36 ` [Qemu-devel] [PATCH 2/4] trace: [tracetool,trivial] Style changes Lluís Vilanova
2014-02-17 19:36 ` [Qemu-devel] [PATCH 3/4] trace: [tracetool] Identify formats directly used by QEMU Lluís Vilanova
2014-02-17 19:36 ` [Qemu-devel] [PATCH 4/4] trace: [tracetool] Minimize the amount of per-backend code Lluís Vilanova
2014-02-19 13:37   ` Stefan Hajnoczi
2014-02-19 13:48 ` [Qemu-devel] [PATCH 0/4] Tracetool cleanup Stefan Hajnoczi
2014-02-19 15:19   ` Lluís Vilanova
2014-02-20 10:20     ` Stefan Hajnoczi
2014-02-20 13:39       ` Lluís Vilanova

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).