Message ID | 148767818438.32150.8288075749118129142.stgit@Solace.fritz.box (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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");
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(-)