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/13] Tracing patches
Date: Tue, 1 Mar 2016 15:48:01 +0000 [thread overview]
Message-ID: <1456847294-13576-1-git-send-email-stefanha@redhat.com> (raw)
The following changes since commit 646fd1686501553d62783ae24555a5c6c2d548e9:
Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160301-1' into staging (2016-03-01 12:18:23 +0000)
are available in the git repository at:
git://github.com/stefanha/qemu.git tags/tracing-pull-request
for you to fetch changes up to 4ade0541de712fbf151ac7a2403613a1dbdb25b5:
trace: Add a proper API to manage auto-generated events from the 'tcg' property (2016-03-01 13:34:38 +0000)
----------------------------------------------------------------
----------------------------------------------------------------
Denis V. Lunev (1):
vl: fix tracing initialization
Greg Kurz (1):
trace: drop trailing empty strings
Hollis Blanchard (3):
trace: docs: "simple" backend does support strings
trace: split subpage MMIOs into their own trace events.
trace: use addresses instead of offsets in memory tracepoints
Lluís Vilanova (8):
trace: Extend API to manage event arguments
trace: Remove unnecessary intermediate event copies
tcg: Add type for vCPU pointers
tcg: Move definition of type TCGv
trace: Add helper function to cast event arguments
typedefs: Add CPUState
trace: Add 'vcpu' event property to trace guest vCPU
trace: Add a proper API to manage auto-generated events from the 'tcg'
property
docs/tracing.txt | 44 ++++++++++++++-
include/qemu/typedefs.h | 1 +
include/qom/cpu.h | 1 -
memory.c | 56 +++++++++++++++++--
scripts/tracetool/__init__.py | 48 ++++++++++++----
scripts/tracetool/format/events_h.py | 4 +-
scripts/tracetool/format/h.py | 3 +-
scripts/tracetool/format/tcg_h.py | 33 +++++++----
scripts/tracetool/format/tcg_helper_c.py | 45 +++++++++++----
scripts/tracetool/format/tcg_helper_h.py | 7 +--
scripts/tracetool/format/tcg_helper_wrapper_h.py | 5 +-
scripts/tracetool/format/ust_events_c.py | 1 +
scripts/tracetool/transform.py | 4 +-
scripts/tracetool/vcpu.py | 70 ++++++++++++++++++++++++
stubs/target-get-monitor-def.c | 3 +-
target-alpha/translate.c | 2 +-
target-arm/translate.c | 2 +-
target-arm/translate.h | 2 +-
target-cris/translate.c | 2 +-
target-i386/translate.c | 2 +-
target-lm32/translate.c | 2 +-
target-m68k/translate.c | 2 +-
target-microblaze/translate.c | 2 +-
target-mips/translate.c | 2 +-
target-moxie/translate.c | 2 +-
target-openrisc/translate.c | 2 +-
target-ppc/translate.c | 2 +-
target-s390x/translate.c | 2 +-
target-sh4/translate.c | 2 +-
target-sparc/translate.c | 5 +-
target-tilegx/translate.c | 2 +-
target-tricore/translate.c | 2 +-
target-unicore32/translate.c | 2 +-
target-xtensa/translate.c | 2 +-
tcg/tcg-op.h | 2 -
tcg/tcg.h | 8 +++
trace-events | 66 +++++++++++-----------
trace/control.h | 3 +-
vl.c | 7 +--
39 files changed, 339 insertions(+), 113 deletions(-)
create mode 100644 scripts/tracetool/vcpu.py
--
2.5.0
next reply other threads:[~2016-03-01 15:48 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-01 15:48 Stefan Hajnoczi [this message]
2016-03-01 15:48 ` [Qemu-devel] [PULL 01/13] trace: drop trailing empty strings Stefan Hajnoczi
2016-03-01 15:48 ` [Qemu-devel] [PULL 02/13] trace: docs: "simple" backend does support strings Stefan Hajnoczi
2016-03-01 15:48 ` [Qemu-devel] [PULL 03/13] trace: split subpage MMIOs into their own trace events Stefan Hajnoczi
2016-03-01 15:48 ` [Qemu-devel] [PULL 04/13] trace: use addresses instead of offsets in memory tracepoints Stefan Hajnoczi
2016-03-01 15:48 ` [Qemu-devel] [PULL 05/13] vl: fix tracing initialization Stefan Hajnoczi
2016-03-01 15:48 ` [Qemu-devel] [PULL 06/13] trace: Extend API to manage event arguments Stefan Hajnoczi
2016-03-01 15:48 ` [Qemu-devel] [PULL 07/13] trace: Remove unnecessary intermediate event copies Stefan Hajnoczi
2016-03-01 15:48 ` [Qemu-devel] [PULL 08/13] tcg: Add type for vCPU pointers Stefan Hajnoczi
2016-03-01 15:48 ` [Qemu-devel] [PULL 09/13] tcg: Move definition of type TCGv Stefan Hajnoczi
2016-03-01 15:48 ` [Qemu-devel] [PULL 10/13] trace: Add helper function to cast event arguments Stefan Hajnoczi
2016-03-01 15:48 ` [Qemu-devel] [PULL 11/13] typedefs: Add CPUState Stefan Hajnoczi
2016-03-01 15:48 ` [Qemu-devel] [PULL 12/13] trace: Add 'vcpu' event property to trace guest vCPU Stefan Hajnoczi
2016-03-01 15:48 ` [Qemu-devel] [PULL 13/13] trace: Add a proper API to manage auto-generated events from the 'tcg' property Stefan Hajnoczi
2016-03-01 16:47 ` [Qemu-devel] [PULL 00/13] Tracing patches Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2016-02-03 15:47 Stefan Hajnoczi
2016-02-03 17:55 ` Peter Maydell
2016-02-03 18:49 ` Paolo Bonzini
2016-02-04 11:05 ` 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=1456847294-13576-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).