qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/6] trace: Generic event state description
@ 2012-02-10 14:28 Lluís Vilanova
  2012-02-10 14:28 ` [Qemu-devel] [PATCH v3 1/6] trace: Provide a generic tracing event descriptor Lluís Vilanova
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Lluís Vilanova @ 2012-02-10 14:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: blauwirbel, stefanha

NOTE: Applies on top of the tracetool-handling trivial changes.

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 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 (6):
      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            |   15 ++++-
 docs/tracing.txt         |   41 +++++--------
 monitor.c                |   15 ++++-
 scripts/tracetool.py     |  149 ++++++++++++++++++++++++++++++++--------------
 trace/control-internal.h |   60 +++++++++++++++++++
 trace/control.c          |   92 ++++++++++++++++++++++++++--
 trace/control.h          |  148 ++++++++++++++++++++++++++++++++++++++++++----
 trace/default.c          |    3 -
 trace/event-internal.h   |   28 +++++++++
 trace/simple.c           |   33 ++--------
 trace/simple.h           |    6 --
 trace/stderr.c           |   35 ++---------
 trace/stderr.h           |   11 ---
 14 files changed, 475 insertions(+), 166 deletions(-)
 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] 8+ messages in thread

end of thread, other threads:[~2012-03-14 13:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10 14:28 [Qemu-devel] [PATCH v3 0/6] trace: Generic event state description Lluís Vilanova
2012-02-10 14:28 ` [Qemu-devel] [PATCH v3 1/6] trace: Provide a generic tracing event descriptor Lluís Vilanova
2012-02-10 14:28 ` [Qemu-devel] [PATCH v3 2/6] trace: Provide a detailed event control interface Lluís Vilanova
2012-02-10 14:28 ` [Qemu-devel] [PATCH v3 3/6] trace: [monitor] Use new " Lluís Vilanova
2012-02-10 14:28 ` [Qemu-devel] [PATCH v3 4/6] trace: [default] " Lluís Vilanova
2012-02-10 14:29 ` [Qemu-devel] [PATCH v3 5/6] trace: [simple] Port to generic event information and new " Lluís Vilanova
2012-02-10 14:29 ` [Qemu-devel] [PATCH v3 6/6] trace: [stderr] " Lluís Vilanova
2012-03-14 13:32 ` [Qemu-devel] [PATCH v3 0/6] trace: Generic event state description 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).