From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Anthony Liguori <aliguori@us.ibm.com>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PULL 00/11] Tracing patches
Date: Thu, 28 Mar 2013 14:25:41 +0100 [thread overview]
Message-ID: <1364477152-26994-1-git-send-email-stefanha@redhat.com> (raw)
The following changes since commit e280ff5e9159ed227a117339c1157143627cab96:
spice-qemu-char: Drop hackish vmc_register on spice_chr_write (2013-03-27 10:26:50 -0500)
are available in the git repository at:
git://github.com/stefanha/qemu.git tracing
for you to fetch changes up to 7e8660032cd21c1bdc4160b8fab7deec62e1aa12:
vl: add runstate_set tracepoint (2013-03-28 14:20:58 +0100)
----------------------------------------------------------------
Kazuya Saito (1):
vl: add runstate_set tracepoint
Lluís Vilanova (7):
trace: [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] Port to generic event information and new control interface
trace: [simple] Port to generic event information and new control interface
trace: [stderr] Port to generic event information and new control interface
Stefan Hajnoczi (3):
trace: rebuild generated-events.o when configuration changes
.gitignore: add trace/generated-events.[ch]
.gitignore: rename trace/generated-tracers.dtrace
.gitignore | 4 +-
Makefile | 3 +
docs/tracing.txt | 44 ++++----
monitor.c | 13 ++-
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 | 22 ++--
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-events | 1 +
trace/Makefile.objs | 24 ++++-
trace/control-internal.h | 67 ++++++++++++
trace/control.c | 106 ++++++++++++++++---
trace/control.h | 190 ++++++++++++++++++++++++++++++----
trace/default.c | 5 +-
trace/event-internal.h | 33 ++++++
trace/simple.c | 35 ++-----
trace/simple.h | 6 +-
trace/stderr.c | 34 ++----
trace/stderr.h | 11 --
vl.c | 2 +-
26 files changed, 595 insertions(+), 180 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
--
1.8.1.4
next reply other threads:[~2013-03-28 13:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-28 13:25 Stefan Hajnoczi [this message]
2013-03-28 13:25 ` [Qemu-devel] [PATCH 01/11] trace: [tracetool] Explicitly identify public backends Stefan Hajnoczi
2013-03-28 13:25 ` [Qemu-devel] [PATCH 02/11] trace: Provide a generic tracing event descriptor Stefan Hajnoczi
2013-03-28 13:25 ` [Qemu-devel] [PATCH 03/11] trace: Provide a detailed event control interface Stefan Hajnoczi
2013-03-28 13:25 ` [Qemu-devel] [PATCH 04/11] trace: [monitor] Use new " Stefan Hajnoczi
2013-03-28 13:25 ` [Qemu-devel] [PATCH 05/11] trace: [default] Port to generic event information and new " Stefan Hajnoczi
2013-03-28 13:25 ` [Qemu-devel] [PATCH 06/11] trace: [simple] " Stefan Hajnoczi
2013-03-28 13:25 ` [Qemu-devel] [PATCH 07/11] trace: [stderr] " Stefan Hajnoczi
2013-03-28 13:25 ` [Qemu-devel] [PATCH 08/11] trace: rebuild generated-events.o when configuration changes Stefan Hajnoczi
2013-03-28 13:25 ` [Qemu-devel] [PATCH 09/11] .gitignore: add trace/generated-events.[ch] Stefan Hajnoczi
2013-03-28 13:25 ` [Qemu-devel] [PATCH 10/11] .gitignore: rename trace/generated-tracers.dtrace Stefan Hajnoczi
2013-03-28 13:25 ` [Qemu-devel] [PATCH 11/11] vl: add runstate_set tracepoint Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2018-06-29 17:53 [Qemu-devel] [PULL 00/11] Tracing patches Stefan Hajnoczi
2018-06-30 14:04 ` Peter Maydell
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=1364477152-26994-1-git-send-email-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
/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).