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

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

> ---
> Cc: George Dunlap <george.dun...@eu.citrix.com>
> Cc: Ian Jackson <ian.jack...@eu.citrix.com>
> Cc: Wei Liu <wei.l...@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

Reply via email to