From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Tracing Dom0 virq Date: Mon, 31 Aug 2009 12:35:55 -0400 Message-ID: <20090831163555.GA13051@phenom.dumpdata.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Marco Tizzoni Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > I can't find a way to trace all softirqs issued by/for Dom0. > I'm also interested in the domain for which the softirq was Look in the Linux code for 'do_IRQ' and 'do_softirq'. Or if you want go depeer look in entry_[32|64].S at the interrupt entry/exit label. > issued or it comes. Look in the Xen tree for irq.c