diff mbox

tracing: xenalyze: kill spurious ", " in Credit1 traces.

Message ID 148767818438.32150.8288075749118129142.stgit@Solace.fritz.box (mailing list archive)
State New, archived
Headers show

Commit Message

Dario Faggioli Feb. 21, 2017, 11:56 a.m. UTC
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(-)

Comments

George Dunlap March 27, 2017, 9:01 a.m. UTC | #1
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");
>
diff mbox

Patch

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");