xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: David Vrabel <david.vrabel@citrix.com>
To: Xen-devel@lists.xen.org, George Dunlap <george.dunlap@eu.citrix.com>
Subject: xenalyze: indent multicall subcalls in dump-all view
Date: Mon, 22 Jul 2013 17:25:51 +0100	[thread overview]
Message-ID: <51ED5D0F.20003@citrix.com> (raw)

This was accidentally ommitted from the original commit c02cd0695011
(xenalyze: decode PV_HYPERCALL_SUBCALL events).

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
---
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-22 16:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-22 16:25 David Vrabel [this message]
2013-07-24 19:04 ` xenalyze: indent multicall subcalls in dump-all view George Dunlap

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=51ED5D0F.20003@citrix.com \
    --to=david.vrabel@citrix.com \
    --cc=Xen-devel@lists.xen.org \
    --cc=george.dunlap@eu.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).