|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 10 of 12] xenalyze: Enable more cr3 output
Some of the cr3 ouptut was #if 0'd out. Put it back in.
Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>
diff -r 46c366d71c74 -r dab5ba28630a xenalyze.c
--- a/xenalyze.c Mon Nov 28 16:16:23 2011 +0000
+++ b/xenalyze.c Mon Nov 28 16:16:23 2011 +0000
@@ -4220,8 +4220,7 @@ void cr3_dump_list(struct cr3_value_stru
print_cycle_percent_summary(&p->hv_time, p->run_time, desc);
hvm_short_summary(&p->hvm, p->run_time, " + ");
-#if 0
- printf(" Seen: %4lu.%09lu-%4lu.%09lu switch %d flush %d\n",
+ printf(" Seen: %4u.%09u-%4u.%09u switch %d flush %d\n",
first.s, first.ns,
last.s, last.ns,
p->switch_count, p->flush_count);
@@ -4231,7 +4230,6 @@ void cr3_dump_list(struct cr3_value_stru
p->destroy.switch_count,
p->destroy.fixup_user,
p->destroy.emulate_corr_user);
-#endif
}
free(qsort_array);
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |