On Thu, May 19, 2016 at 10:07:44AM +0100, George Dunlap wrote: > On 19/05/16 05:04, Dario Faggioli wrote: > > in dump mode, when tracing context switches. > > > > Signed-off-by: Dario Faggioli <dario.faggi...@citrix.com> > > Acked-by: George Dunlap <george.dun...@citrix.com> >
Ack and queued. > > --- > > 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 b949986..01ead8b 100644 > > --- a/tools/xentrace/xenalyze.c > > +++ b/tools/xentrace/xenalyze.c > > @@ -7655,7 +7655,7 @@ void sched_process(struct pcpu_info *p) > > printf(", was runnable for %u.%uus, ", r->rsince / > > 1000, > > r->rsince % 1000); > > if ( r->slice > 0 ) > > - printf("next slice %u.%uus\n", r->slice / 1000, > > + printf("next slice %u.%uus", r->slice / 1000, > > r->slice % 1000); > > printf("\n"); > > } > > > _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel