[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] xentrace: print calculated numbers in calculate_tbuf_size()



# HG changeset patch
# User Olaf Hering <olaf@xxxxxxxxx>
# Date 1301043448 0
# Node ID 45dafa422812c289ae05d73d4738e7cf4cc58f22
# Parent  67632e5cf652826572055640702e1f83fb660afa
xentrace: print calculated numbers in calculate_tbuf_size()

Print number of pages to allocate for per-cpu tracebuffer and metadata
to ease debugging when allocation fails.

Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
---


diff -r 67632e5cf652 -r 45dafa422812 xen/common/trace.c
--- a/xen/common/trace.c        Fri Mar 25 08:56:33 2011 +0000
+++ b/xen/common/trace.c        Fri Mar 25 08:57:28 2011 +0000
@@ -127,6 +127,8 @@
     t_info_words = num_online_cpus() * pages + t_info_first_offset;
     t_info_bytes = t_info_words * sizeof(uint32_t);
     t_info_pages = PFN_UP(t_info_bytes);
+    printk(XENLOG_INFO "xentrace: requesting %u t_info pages for %u trace 
pages on %u cpus\n",
+               t_info_pages, pages, num_online_cpus());
     return pages;
 }
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.