projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a7fbdd
)
tracing: xenalyze: kill spurious ", " in Credit1 traces.
author
Dario Faggioli
<dario.faggioli@citrix.com>
Tue, 21 Feb 2017 11:56:24 +0000
(12:56 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Mon, 27 Mar 2017 11:36:59 +0000
(12:36 +0100)
Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
tools/xentrace/xenalyze.c
patch
|
blob
|
history
diff --git
a/tools/xentrace/xenalyze.c
b/tools/xentrace/xenalyze.c
index 68ffcc232f703fc2b93dbfb08fa8e3bfc46c36ea..029c89d20c72a36df81e21fdcc056d692682756c 100644
(file)
--- a/
tools/xentrace/xenalyze.c
+++ b/
tools/xentrace/xenalyze.c
@@
-7633,7
+7633,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");