[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] branch counts
As far as I know (my most recent pull from xen-unstable being back in early July), Xen does not export an interface to the hardware performance counters yet. Each platform is so different, a consistent interface would be a little hard to define. Furthermore, each of the branch counters has their own little quirks -- the Athlon counters count interrupts and some subset of exceptions for instance, and so are not precise without some extra instrumentation; and the P4 counters don't count far calls. However, the project I'm working on uses the branch counter for P4 in Xen. If you're up for some hacking, I can send you the code we use, and you can adapt it to your own purposes. It keeps track of the branch counters per domain, but if you can get that information to the guest kernel, it can keep track of branch counters for processes. What are you looking to use them for? -George On 11/15/05, jaikumar Ganesh <jaikumarg@xxxxxxxxx> wrote: > Hello all > Is there any way to get the branch count for the entire VM or a single > process running on a guest. x86 provides the facility of getting the branch > count. Does Xen provide anything that we directly use to get the branch > counts? > > -Thanks > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-devel > > > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |