projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa2326
)
xenpaging: print number of evicted pages
author
Olaf Hering
<olaf@aepfle.de>
Tue, 14 Dec 2010 18:49:40 +0000
(18:49 +0000)
committer
Olaf Hering
<olaf@aepfle.de>
Tue, 14 Dec 2010 18:49:40 +0000
(18:49 +0000)
Print number of evicted pages after evict loop.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xenpaging/xenpaging.c
patch
|
blob
|
history
diff --git
a/tools/xenpaging/xenpaging.c
b/tools/xenpaging/xenpaging.c
index 76f0579616aef3510a462fca4397cce0f20b12b4..2e0c8bd65f191cf4911e9936020aeee29d976161 100644
(file)
--- a/
tools/xenpaging/xenpaging.c
+++ b/
tools/xenpaging/xenpaging.c
@@
-583,7
+583,7
@@
int main(int argc, char *argv[])
DPRINTF("%d pages evicted\n", i);
}
- DPRINTF("
pages evicted\n"
);
+ DPRINTF("
%d pages evicted. Done.\n", i
);
/* Swap pages in and out */
while ( !interrupted )