From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Gardner Subject: Re: [PATCH]Users' Manual fixation about tbuf_size Date: Fri, 21 Apr 2006 08:11:00 -0600 Message-ID: <4448E7F4.2090902@hp.com> References: <200604210621.k3L6Llfr024294@fjmscan502.ms.jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200604210621.k3L6Llfr024294@fjmscan502.ms.jp.fujitsu.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Atsushi SAKAI Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Atsushi SAKAI wrote: > Hi, All > > This is users' manual fixation about tbuf_size > based on Xen 3.0.2 common/trace.c. > If this ML is wrong, please tell me appropriate ML. > > 1)debug building is not needed for tracing buffer currently. > 2)trace buffer default size is 0(trace.c line 35) > > Your fix is correct; However, while you're in there, you might as well add a note about the 'setsize' command which is used to allocate the trace buffers, 'tbctl' which is used to dynamically enable tracing, and xenmon, which does both of those functions for you if they haven't already been done. Rob Gardner