From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
l@dorileo.org, "Michael S. Tsirkin" <mst@redhat.com>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Andreas Färber" <afaerber@suse.de>,
"Richard Henderson" <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH v3 0/9] qemu-log dfilter and perf.map changes
Date: Mon, 11 Aug 2014 10:37:12 +0100 [thread overview]
Message-ID: <87lhqvpdgz.fsf@linaro.org> (raw)
In-Reply-To: <1406811992-6766-1-git-send-email-alex.bennee@linaro.org>
Alex Bennée writes:
> Hi,
>
> I've been doing a fair amount of performance analysis recently so I
> thought it would be worth polishing up these patches from the last
> review. I've merged the perf.map patch which was posted separately as
> it makes sense with this series. I've also included some tweaks Peter
> made previously which go with this set. I have also done some light
> re-factoring of the tcg call to make it easier to pull the size of the
> translated code out for a given Translation Block which is useful for
> the later patches.
>
> I think this is ready for merging if no one objects.
Ping!
I would be grateful if some review eyes could be cast over this? It
seems I'm pretty good at picking files that aren't actively covered by
maintainers though so I've widened the CC list to people who have also
hacked in the various areas.
Regards,
> Changes:
> - dropped the disable chain flag
> - move perf.map stuff up into translate-all.c
> - include prolog/epilog in the perf.map dump
> - include tc_size in TranslationBlock
> - cleaned up documentation of the -dfilter params
> - used GArray instead of GList for debug_regions
>
> Alex Bennée (7):
> tcg: add ability to dump /tmp/perf-<pid>.map files
> tcg: light re-factor and pass down TranslationBlock
> qemu-log: correct help text for -d cpu
> qemu-log: support simple pid substitution in logfile
> qemu-log: new option -dfilter to limit output
> qemu-log: dfilter-ise exec, out_asm, and op_opt
> target-arm: dfilter support for in_asm, op, opt_op
>
> Peter Maydell (2):
> qemu-log: Avoid function call for disabled qemu_log_mask logging
> qemu-log: Improve the "exec" TB execution logging
>
> cpu-exec.c | 21 ++++++-----
> include/exec/exec-all.h | 9 +++--
> include/qemu-common.h | 2 ++
> include/qemu/log.h | 28 +++++++++++++--
> qemu-log.c | 87 ++++++++++++++++++++++++++++++++++++++--------
> qemu-options.hx | 26 ++++++++++++++
> target-arm/translate-a64.c | 6 ++--
> target-arm/translate.c | 6 ++--
> tcg/tcg.c | 33 +++++++++---------
> tcg/tcg.h | 5 ++-
> translate-all.c | 70 ++++++++++++++++++++++++-------------
> vl.c | 7 ++++
> 12 files changed, 225 insertions(+), 75 deletions(-)
--
Alex Bennée
prev parent reply other threads:[~2014-08-11 9:44 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-31 13:06 [Qemu-devel] [PATCH v3 0/9] qemu-log dfilter and perf.map changes Alex Bennée
2014-07-31 13:06 ` [Qemu-devel] [PATCH v3 1/9] tcg: add ability to dump /tmp/perf-<pid>.map files Alex Bennée
2014-07-31 13:06 ` [Qemu-devel] [PATCH v3 2/9] tcg: light re-factor and pass down TranslationBlock Alex Bennée
2014-07-31 13:06 ` [Qemu-devel] [PATCH v3 3/9] qemu-log: correct help text for -d cpu Alex Bennée
2014-08-11 11:12 ` Andreas Färber
2014-07-31 13:06 ` [Qemu-devel] [PATCH v3 4/9] qemu-log: Avoid function call for disabled qemu_log_mask logging Alex Bennée
2014-08-11 11:14 ` Andreas Färber
2014-07-31 13:06 ` [Qemu-devel] [PATCH v3 5/9] qemu-log: Improve the "exec" TB execution logging Alex Bennée
2014-07-31 13:06 ` [Qemu-devel] [PATCH v3 6/9] qemu-log: support simple pid substitution in logfile Alex Bennée
2014-07-31 13:06 ` [Qemu-devel] [PATCH v3 7/9] qemu-log: new option -dfilter to limit output Alex Bennée
2014-07-31 13:06 ` [Qemu-devel] [PATCH v3 8/9] qemu-log: dfilter-ise exec, out_asm, and op_opt Alex Bennée
2014-07-31 13:06 ` [Qemu-devel] [PATCH v3 9/9] target-arm: dfilter support for in_asm, op, opt_op Alex Bennée
2014-08-11 9:37 ` Alex Bennée [this message]
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=87lhqvpdgz.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=afaerber@suse.de \
--cc=l@dorileo.org \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=stefanha@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.