[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: xentrace: broken by c/s 23050:4ebba54b666f
On Mon, Mar 21, Olaf Hering wrote: > On Mon, Mar 21, Olaf Hering wrote: > > > On Mon, Mar 21, Christoph Egger wrote: > > > > > > > > Hi, > > > > > > C/s 23050:4ebba54b666f broke xentrace: > > > > > > # xentrace -e 0x8f000 ./xentrace.out > > > (XEN) Xen trace buffers: cpu 0 p 0000000000000000 > > > > The system you test on has 8 cpus, like mine. > > t_info_pages got too big, so alloc_xenheap_pages() failed. > > Can you add a printk to se whats happening in calculate_tbuf_size()? > > compile tested patch: > + gdprintk(XENLOG_INFO, "requested %u t_info_pages for %u trace pages on > %u cpus\n", > + t_info_pages, pages, num_online_cpus()); I can reproduce it now. For some reason the line above will print nothing. A plain printk gives: (XEN) requested 0 t_info_pages for 32 trace pages on 8 cpus I will investigate. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |