qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/7] trace: Generic event state description
@ 2012-05-08 14:38 Lluís Vilanova
  2012-05-08 14:38 ` [Qemu-devel] [PATCH v4 1/7] tracetool: Explicitly identify public backends Lluís Vilanova
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Lluís Vilanova @ 2012-05-08 14:38 UTC (permalink / raw)
  To: qemu-devel

Provides a generic event state description and a more detailed event control and
query interface.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
---

Changes in v4:

* Documentation fixes and (re)formatting.

Changes in v3:

* Add some assertions.

* Remove debugging printf's.

* Improve documentation.

* Make 'trace_event_get_state_static' use run-time information, and leave
  TRACE_*_ENABLED for compile-time checks.


Changes in v2:

* Minor compilation fixes.


Lluís Vilanova (7):
      tracetool: Explicitly identify public backends
      trace: Provide a generic tracing event descriptor
      trace: Provide a detailed event control interface
      trace: [monitor] Use new event control interface
      trace: [default] Use new event control interface
      trace: [simple] Port to generic event information and new control interface
      trace: [stderr] Port to generic event information and new control interface


 Makefile                              |    5 +
 Makefile.objs                         |   21 ++++
 docs/tracing.txt                      |   42 +++----
 monitor.c                             |   15 ++-
 scripts/tracetool.py                  |    4 -
 scripts/tracetool/backend/__init__.py |   16 +++
 scripts/tracetool/backend/dtrace.py   |    3 +
 scripts/tracetool/backend/events.py   |   23 ++++
 scripts/tracetool/backend/simple.py   |   15 +--
 scripts/tracetool/backend/stderr.py   |   28 ++---
 scripts/tracetool/backend/ust.py      |    3 +
 scripts/tracetool/format/events_c.py  |   39 +++++++
 scripts/tracetool/format/events_h.py  |   50 +++++++++
 scripts/tracetool/format/h.py         |    9 --
 trace/control-internal.h              |   60 +++++++++++
 trace/control.c                       |   92 +++++++++++++++-
 trace/control.h                       |  185 ++++++++++++++++++++++++++++++---
 trace/default.c                       |    6 +
 trace/event-internal.h                |   33 ++++++
 trace/simple.c                        |   37 ++-----
 trace/simple.h                        |    6 -
 trace/stderr.c                        |   35 +-----
 trace/stderr.h                        |   11 --
 23 files changed, 568 insertions(+), 170 deletions(-)
 create mode 100644 scripts/tracetool/backend/events.py
 create mode 100644 scripts/tracetool/format/events_c.py
 create mode 100644 scripts/tracetool/format/events_h.py
 create mode 100644 trace/control-internal.h
 create mode 100644 trace/event-internal.h
 delete mode 100644 trace/stderr.h


To: qemu-devel@nongnu.org
Cc: Stefan Hajnoczi <stefanha@gmail.com>
Cc: Blue Swirl <blauwirbel@gmail.com>

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

end of thread, other threads:[~2012-06-12  6:22 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08 14:38 [Qemu-devel] [PATCH v4 0/7] trace: Generic event state description Lluís Vilanova
2012-05-08 14:38 ` [Qemu-devel] [PATCH v4 1/7] tracetool: Explicitly identify public backends Lluís Vilanova
2012-06-11  9:52   ` Stefan Hajnoczi
2012-06-11 11:07     ` Lluís Vilanova
2012-05-08 14:38 ` [Qemu-devel] [PATCH v4 2/7] trace: Provide a generic tracing event descriptor Lluís Vilanova
2012-05-08 14:38 ` [Qemu-devel] [PATCH v4 3/7] trace: Provide a detailed event control interface Lluís Vilanova
2012-06-11  9:31   ` Stefan Hajnoczi
2012-05-08 14:38 ` [Qemu-devel] [PATCH v4 4/7] trace: [monitor] Use new " Lluís Vilanova
2012-06-11  9:35   ` Stefan Hajnoczi
2012-06-11  9:46     ` Lluís Vilanova
2012-06-11 17:20       ` Lluís Vilanova
2012-06-12  6:22         ` Stefan Hajnoczi
2012-05-08 14:38 ` [Qemu-devel] [PATCH v4 5/7] trace: [default] " Lluís Vilanova
2012-05-08 14:38 ` [Qemu-devel] [PATCH v4 6/7] trace: [simple] Port to generic event information and new " Lluís Vilanova
2012-05-08 14:38 ` [Qemu-devel] [PATCH v4 7/7] trace: [stderr] " Lluís Vilanova
2012-06-05 16:55 ` [Qemu-devel] [PATCH v4 0/7] trace: Generic event state description Lluís Vilanova
2012-06-11  9:53 ` Stefan Hajnoczi
2012-06-11 11:12   ` Lluís Vilanova
2012-06-11 12:01     ` Stefan Hajnoczi
2012-06-11 13:52       ` Lluís Vilanova
2012-06-11 14:26         ` Stefan Hajnoczi

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