xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* xenalyze: indent multicall subcalls in dump-all view
@ 2013-07-22 16:25 David Vrabel
  2013-07-24 19:04 ` George Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: David Vrabel @ 2013-07-22 16:25 UTC (permalink / raw)
  To: Xen-devel, George Dunlap

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:

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: xenalyze: indent multicall subcalls in dump-all view
  2013-07-22 16:25 xenalyze: indent multicall subcalls in dump-all view David Vrabel
@ 2013-07-24 19:04 ` George Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: George Dunlap @ 2013-07-24 19:04 UTC (permalink / raw)
  To: David Vrabel; +Cc: Xen-devel

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:
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-24 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-22 16:25 xenalyze: indent multicall subcalls in dump-all view David Vrabel
2013-07-24 19:04 ` George Dunlap

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).