I am a member of the PAPI team (http://icl.cs.utk.edu/papi/). We are interested in supporting performance counters in xen. It would appear from a few threads in 2012 that xen should support counter access using perf (which is what our tool uses). However, I have not been able to successfully get any results in Dom0 or DomU. I am getting the error in dmesg: Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only. Does this necessarily mean that this CPU will not support PMU at all? Are there any other specific steps I need to take other than including vpmu flag to enable virtual PMU support? -John _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
----- john.l.nelson@gmail.com wrote:> >I am a member of the PAPI team ( http://icl.cs.utk.edu/papi/ ). We are interested in supporting performance counters in xen. It would appear from a few threads in 2012 that xen should support counter access using perf (which is what our tool uses). However, I have not been able to successfully get any results in Dom0 or DomU. I am getting the error in dmesg:> > Performance Events: unsupported p6 CPU model 42 no PMU driver, > software events only. > > Does this necessarily mean that this CPU will not support PMU at all? Are there any other specific steps I need to take other than including vpmu flag to enable virtual PMU support?HVM guests should support perf with HW counters but this won''t work on PV guests (including dom0) at this time. -boris _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel