[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xenalyze: fix a spurious newline
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.faggioli@xxxxxxxxxx> > > Acked-by: George Dunlap <george.dunlap@xxxxxxxxxx> > Ack and queued. > > --- > > Cc: George Dunlap <george.dunlap@xxxxxxxxxxxxx> > > Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > > Cc: Wei Liu <wei.liu2@xxxxxxxxxx> > > --- > > 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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |