xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: George Dunlap <george.dunlap@eu.citrix.com>
To: David Vrabel <david.vrabel@citrix.com>
Cc: Xen-devel@lists.xen.org
Subject: Re: xenalyze: indent multicall subcalls in dump-all view
Date: Wed, 24 Jul 2013 20:04:16 +0100	[thread overview]
Message-ID: <51F02530.9050606@eu.citrix.com> (raw)
In-Reply-To: <51ED5D0F.20003@citrix.com>

On 07/22/2013 05:25 PM, David Vrabel wrote:
> This was accidentally ommitted from the original commit c02cd0695011
> (xenalyze: decode PV_HYPERCALL_SUBCALL events).
>
> Signed-off-by: David Vrabel <david.vrabel@citrix.com>

Applied, thanks.

  -George

> ---
> diff -r 2080678babbf xenalyze.c
> --- a/xenalyze.c	Thu Oct 04 07:40:10 2012 -0400
> +++ b/xenalyze.c	Mon Jul 22 17:19:11 2013 +0100
> @@ -6682,11 +6682,11 @@ void pv_hypercall_v2_process(struct reco
>           uint64_t args[6];
>
>           if(op < HYPERCALL_MAX)
> -            printf(" %s hypercall %2x (%s)",
> -                   ri->dump_header, op, hypercall_name[op]);
> +            printf(" %s%s hypercall %2x (%s)",
> +                   ri->dump_header, indent, op, hypercall_name[op]);
>           else
> -            printf(" %s hypercall %2x",
> -                   ri->dump_header, op);
> +            printf(" %s%s hypercall %2x",
> +                   ri->dump_header, indent, op);
>
>           switch(op) {
>           case HYPERCALL_mmu_update:
>

      reply	other threads:[~2013-07-24 19:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-22 16:25 xenalyze: indent multicall subcalls in dump-all view David Vrabel
2013-07-24 19:04 ` George Dunlap [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=51F02530.9050606@eu.citrix.com \
    --to=george.dunlap@eu.citrix.com \
    --cc=Xen-devel@lists.xen.org \
    --cc=david.vrabel@citrix.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 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).