[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] perf hardware event on ARM64
On Fri, 2015-10-23 at 09:22 -0400, Jintack Lim wrote: > Hi, > > I'm working on ARM64 (AppliedMicroâ X-Gene). > I wanted to run perf to collect some hardware events, but I got some > trouble. > Basically I have two questions. > > 1. > I found that pmu is not registered in the device tree, > while it is registered on native linux (installed on the same type of > machine) . > Can I just modify device tree at booting time to make it look like native > linux? > Will it work? > Additional information is at the bottom. > > 2. > I found that running perf on Xen 4.5.0 resulted in segmentation fault (or > system crash), > however it runs well on the latest Xen on git server. > Can somebody point the patch that makes this change? 4.5.0 was vulnerable to XSA-93: http://xenbits.xen.org/xsa/advisory-93.html The core issue with PMU is that Xen currently does not know how to context switch the relevant state when changing guests. Fixing that would be more work than just fiddling with device tree. You might be able to bodge something useful (but unsupported) together by just allowing only dom0 to access these registers and to see the values collected from the whole system (i.e. don't worry about context switching). How useful such numbers would be depends somewhat on what you are hoping to find out from this exercise. Ian. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |