All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tracing: xenalyze: kill spurious ", " in Credit1 traces.
@ 2017-02-21 11:56 Dario Faggioli
  2017-03-27  9:01 ` George Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Dario Faggioli @ 2017-02-21 11:56 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap, Wei Liu, Ian Jackson

Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
---
Cc: George Dunlap <george.dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
---
 tools/xentrace/xenalyze.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c
index a90da20..b2d1b6a 100644
--- a/tools/xentrace/xenalyze.c
+++ b/tools/xentrace/xenalyze.c
@@ -7616,7 +7616,7 @@ void sched_process(struct pcpu_info *p)
                     unsigned int cpu:16, tasklet:8, idle:8;
                 } *r = (typeof(r))ri->d;
 
-                printf(" %s csched:schedule cpu %u, %s%s\n",
+                printf(" %s csched:schedule cpu %u%s%s\n",
                        ri->dump_header, r->cpu,
                        r->tasklet ? ", tasklet scheduled" : "",
                        r->idle ? ", idle" : ", busy");


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [PATCH] tracing: xenalyze: kill spurious ", " in Credit1 traces.
  2017-02-21 11:56 [PATCH] tracing: xenalyze: kill spurious ", " in Credit1 traces Dario Faggioli
@ 2017-03-27  9:01 ` George Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: George Dunlap @ 2017-03-27  9:01 UTC (permalink / raw)
  To: Dario Faggioli, xen-devel; +Cc: George Dunlap, Wei Liu, Ian Jackson

On 21/02/17 11:56, Dario Faggioli wrote:
> Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>

Acked-by: George Dunlap <george.dunlap@citrix.com>

> ---
> Cc: George Dunlap <george.dunlap@eu.citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Wei Liu <wei.liu2@citrix.com>
> ---
>  tools/xentrace/xenalyze.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c
> index a90da20..b2d1b6a 100644
> --- a/tools/xentrace/xenalyze.c
> +++ b/tools/xentrace/xenalyze.c
> @@ -7616,7 +7616,7 @@ void sched_process(struct pcpu_info *p)
>                      unsigned int cpu:16, tasklet:8, idle:8;
>                  } *r = (typeof(r))ri->d;
>  
> -                printf(" %s csched:schedule cpu %u, %s%s\n",
> +                printf(" %s csched:schedule cpu %u%s%s\n",
>                         ri->dump_header, r->cpu,
>                         r->tasklet ? ", tasklet scheduled" : "",
>                         r->idle ? ", idle" : ", busy");
> 


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-03-27  9:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21 11:56 [PATCH] tracing: xenalyze: kill spurious ", " in Credit1 traces Dario Faggioli
2017-03-27  9:01 ` George Dunlap

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.