From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Gardner Subject: Re: event TRC_MEM_PAGE_GRANT_TRANSFER Date: Tue, 23 Jan 2007 10:51:27 -0700 Message-ID: <45B64B1F.10601@hp.com> References: <370d4f8a0701230821m49b8aa6i2f7bc016758e956d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <370d4f8a0701230821m49b8aa6i2f7bc016758e956d@mail.gmail.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: Cesar Fernandes Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Cesar Fernandes wrote: > Greetings, > > I'm using xen 3.0.4_1. I need to log the event > TRC_MEM_PAGE_GRANT_TRANSFER, which, I believe, is the number of page > exchanges between domU and dom0. It seems that this event is not being > logged in xen buffer, therefore, xenmon/xentrace is not working either. Yeah I noticed that I/O count has not been working lately in xenmon but haven't had a chance yet to see why. The TRC_MEM_PAGE_GRANT_TRANSFER event is being "logged" but the reason it doesn't show up in the trace buffer may be because that event is never actually happening. It seems that there has been some change in the mechanism used to move I/O pages between domains. So some research needs to be done to figure out exactly what code should be instrumented with some trace call in order to provide xenmon with data on the number of I/O's or I/O pages. If anyone can help, it would be appreciated. Rob Gardner