From: Olaf Hering <olaf@aepfle.de>
To: Christoph Egger <Christoph.Egger@amd.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: xentrace: broken by c/s 23050:4ebba54b666f
Date: Tue, 22 Mar 2011 15:25:33 +0100 [thread overview]
Message-ID: <20110322142533.GA17095@aepfle.de> (raw)
In-Reply-To: <20110321212320.GA15820@aepfle.de>
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
next prev parent reply other threads:[~2011-03-22 14:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-21 17:00 xentrace: broken by c/s 23050:4ebba54b666f Christoph Egger
2011-03-21 17:38 ` Olaf Hering
2011-03-21 21:23 ` Olaf Hering
2011-03-22 14:25 ` Olaf Hering [this message]
2011-03-23 8:33 ` Olaf Hering
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110322142533.GA17095@aepfle.de \
--to=olaf@aepfle.de \
--cc=Christoph.Egger@amd.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.