WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] boot_cpu_data differs between Xen hypervisor boot and normal

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] boot_cpu_data differs between Xen hypervisor boot and normal pv_ops kernel boot
From: Naresh Rapolu <nrapolu@xxxxxxxxxx>
Date: Tue, 30 Mar 2010 18:56:36 -0400
Delivery-date: Tue, 30 Mar 2010 15:57:52 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)
Hello,

After booting the xen-stable 2.6.32.10 pv_ops kernel from jeremy git tree with Xen-4.0.0-rc8 installed,
dmesg | grep PMU  shows :

Performance Events : unsupported p6 CPU model 26 no PMU driver, software events only.
PMU:oprofile: found i386/core_i7.


If I boot the same compiled kernel, without Xen installed, dmesg | grep PMU shows :
Performance Events : Nehalem/Corei7 events, Intel PMU driver.
PMU:oprofile: found i386/core_i7.


When I looked into the source code, arch/x86/kernel/cpu/perf_event.c, at run-time boot_cpu_data structure seems to differ in these two forms of booting. Due to this, Iam not able to use the hardware performance counters in my Xeon 5530 processor as hardware events(cache-misses etc) are being disabled.

Is there any reason for this ?

Any help is appreciated.
Thanks,
Naresh Rapolu.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] boot_cpu_data differs between Xen hypervisor boot and normal pv_ops kernel boot, Naresh Rapolu <=