From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PULL 00/16] Tracing patches
Date: Fri, 26 Sep 2014 11:59:21 +0100 [thread overview]
Message-ID: <1411729177-5222-1-git-send-email-stefanha@redhat.com> (raw)
The following changes since commit 1ba50f4ea01b26abe9dac95ba531533e17109826:
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2014-09-25 16:58:04 +0100)
are available in the git repository at:
git://github.com/stefanha/qemu.git tags/tracing-pull-request
for you to fetch changes up to bc0d104c6a3dc685e3adf92d89a017b2adc9878a:
ohci: drop computed flags from trace events (2014-09-26 09:43:06 +0100)
----------------------------------------------------------------
----------------------------------------------------------------
Alex Bennée (2):
scripts/tracetool: don't barf on formats with precision
ohci: drop computed flags from trace events
Alexey Kardashevskiy (1):
ohci: Split long traces to smaller ones
Chen Fan (1):
trace: docs: add trace file description
Lluís Vilanova (3):
trace: [ust] Fix format string computation in tcg-enabled events
trace: [qmp] Add commands to query and control event tracing state
trace: [hmp] Reimplement "trace-event" and "info trace-events" using
QMP
Markus Armbruster (4):
cleanup-trace-events.pl: Tighten search for trace event call
trace-events: Drop unused megasas trace event
trace-events: Drop orphaned monitor trace event
trace-events: Fix comments pointing to source files
Stefan Hajnoczi (5):
trace-events: drop orphan virtio_blk_data_plane_complete_request
trace-events: drop orphan usb_mtp_data_out
trace-events: drop orphan iscsi trace events
trace: tighten up trace-events regex to fix bad parse
trace: install trace-events file
Makefile | 1 +
block/iscsi.c | 1 -
docs/tracing.txt | 2 +-
hw/usb/hcd-ohci.c | 21 +++++----
monitor.c | 27 ++++++------
qapi-schema.json | 3 ++
qapi/trace.json | 65 +++++++++++++++++++++++++++
qmp-commands.hx | 35 +++++++++++++++
scripts/cleanup-trace-events.pl | 2 +-
scripts/tracetool/__init__.py | 23 +++++-----
scripts/tracetool/format/ust_events_h.py | 2 +-
trace-events | 39 ++++++++---------
trace/Makefile.objs | 1 +
trace/control.c | 13 ------
trace/control.h | 7 ---
trace/qmp.c | 75 ++++++++++++++++++++++++++++++++
16 files changed, 238 insertions(+), 79 deletions(-)
create mode 100644 qapi/trace.json
create mode 100644 trace/qmp.c
--
1.9.3
next reply other threads:[~2014-09-26 10:59 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-26 10:59 Stefan Hajnoczi [this message]
2014-09-26 10:59 ` [Qemu-devel] [PULL 01/16] trace: [ust] Fix format string computation in tcg-enabled events Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 02/16] trace: docs: add trace file description Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 03/16] trace: [qmp] Add commands to query and control event tracing state Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 04/16] trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 05/16] trace-events: drop orphan virtio_blk_data_plane_complete_request Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 06/16] trace-events: drop orphan usb_mtp_data_out Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 07/16] trace-events: drop orphan iscsi trace events Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 08/16] trace: tighten up trace-events regex to fix bad parse Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 09/16] cleanup-trace-events.pl: Tighten search for trace event call Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 10/16] trace-events: Drop unused megasas trace event Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 11/16] trace-events: Drop orphaned monitor " Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 12/16] trace-events: Fix comments pointing to source files Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 13/16] trace: install trace-events file Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 14/16] scripts/tracetool: don't barf on formats with precision Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 15/16] ohci: Split long traces to smaller ones Stefan Hajnoczi
2014-09-26 10:59 ` [Qemu-devel] [PULL 16/16] ohci: drop computed flags from trace events Stefan Hajnoczi
2014-09-26 13:16 ` [Qemu-devel] [PULL 00/16] Tracing patches 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=1411729177-5222-1-git-send-email-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=peter.maydell@linaro.org \
--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).