Hi guys, sorry for this second mail, may be someone miss the first. 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 raised or it comes. I tried xentrace but I didn''t found a way to do it. Any suggestions? thanks in advance. m- _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> 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 wasLook 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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel