6 messages in com.xensource.lists.xen-develRe: [Xen-devel] xenoprof support patc...
FromSent OnAttachments
William Cohen17 Jul 2007 11:46 
Santos, Jose Renato G19 Jul 2007 12:01 
William Cohen20 Jul 2007 07:43 
Santos, Jose Renato G20 Jul 2007 09:42 
William Cohen26 Jul 2007 07:28 
Santos, Jose Renato G30 Jul 2007 16:11 
Subject:Re: [Xen-devel] xenoprof support patch issue for oprofile 0.9.3
From:William Cohen (wco@redhat.com)
Date:07/26/2007 07:28:41 AM
List:com.xensource.lists.xen-devel

Hi Renato,

I have munged the xenoprof patch to apply cleanly to the user-space oprofile. The patch don't address the larger changes with handling passive domains. The new oprofile-0.9.3-2.fc8 rpm built with this patch can be found at:

http://koji.fedoraproject.org/koji/buildinfo?buildID=11990

The xen kernel space will need to change the defines to correctly match. DOMAIN_SWITCH_CODE and LAST_CODE have changed to:

+#define DOMAIN_SWITCH_CODE 13 +#define LAST_CODE 14

-Will