Displaying 20 results from an estimated 100 matches similar to: "Xenoprof error and missing Xen-syms events"
2011 Feb 11
0
Can Xenoprof monitor Core events and Uncore Events simultaneously?
Is it possible to monitor Core Events and Uncore Events simultaneously?
Currently, it is not working now in my machine.
When I type the command line like this,
opcontrol --start-daemon --event=LLC_MISSES:6000::0:1
--event=LLC_REFS:6000::0:1 \
--event=MEM_UNCORE_RETIRED:6000:0x10:0:1
--event=MEM_UNCORE_RETIRED:6000:0x20:0:1 \
--xen=/boot/xen-syms-4.0.1-rc3 --no-vmlinux
2011 Feb 11
0
Can Xenoprof monitor Core events and Uncore Events simultaneously?
Is it possible to monitor Core Events and Uncore Events simultaneously?
Currently, it is not working now in my machine.
When I type the command line like this,
opcontrol --start-daemon --event=LLC_MISSES:6000::0:1
--event=LLC_REFS:6000::0:1 \
--event=MEM_UNCORE_RETIRED:6000:0x10:0:1
--event=MEM_UNCORE_RETIRED:6000:0x20:0:1 \
--xen=/boot/xen-syms-4.0.1-rc3 --no-vmlinux
2011 Jun 28
4
Require solution for "xenoprof: Initialization failed. Intel processor model 44 for P6 class family is not supported“
HI all :
I got the message "Using timer interrupt." when trying the command
"opcontrol --list-events". then I found infomation "xenoprof: Initialization
failed. Intel processor model 44 for P6 class family is not supported“ after
"xm dmesg". the TYPE OF CPUS here is Intel(R) Xeon(R) CPU E5620 @
2.40GHz.
So does it really not support this
2011 Jan 07
7
Don''t mount hardware performance counter using xenoprof
Hi,
I want to use xenoprof to profile the overhead of the hypervisor.
I patched the oprofile-0.9.5 using the patch from xenoprof.sourceforge.net
Debian GNU/Linux 5.0 (lenny)
Xen-4.0.1 + 2.6.32.27 (linux-2.6-pvops.git) Dom0
My platform is Intel(R) Core(TM) i7 CPU 960 @ 3.20GHz
My problems are:
In Dom0, But hardware performance counters don''t be mounted
after initialization
2011 Jan 07
7
Don''t mount hardware performance counter using xenoprof
Hi,
I want to use xenoprof to profile the overhead of the hypervisor.
I patched the oprofile-0.9.5 using the patch from xenoprof.sourceforge.net
Debian GNU/Linux 5.0 (lenny)
Xen-4.0.1 + 2.6.32.27 (linux-2.6-pvops.git) Dom0
My platform is Intel(R) Core(TM) i7 CPU 960 @ 3.20GHz
My problems are:
In Dom0, But hardware performance counters don''t be mounted
after initialization
2012 May 07
5
Xenoprof (0.9.5) in PVOPS
Hi All.
I''m trying to use xenoprof in my Xeon machine with PVOPS (3.1.0 kernel) &
xen 4.1.1.
In the past, I had failed to use the xenoprof in this environment. (1 year
ago)
While baremetal booting shows the counter object in /dev/oprofile/0 (or
1,2,3) ,
booting with xen fails to create those objects.
Of course, opcontrol command doesn''t work. It only prints
2010 Jan 22
7
Is it possible that xenoprof active domain profiling using pvops jeremy''s kernel
my system configuration
xen 3.4.2, oprofile 0.9.5( xenoprof patched ), dom0( jeremy''s pvops
kernel 2.6.31.6 - patched dullor''s xenoprof patch ), domU( vanilla kernel
2.6.32 with paravirt enabled ), distribution( ubuntu 9.10 )
In passive mode, xenoprof seems to work well, opreport showed good
information.
but, in active mode, it seems not to be done correctly.
my command is
2007 Jul 18
1
Is there a facility in R similar to MatLab "syms" that allows using unevaluated numeric symbols in matrices?
Hi,
I'm trying to use R to get eigenvalues and eigenvectors of a matrix
whose elements are of the form (2 * lambda), -(lambda + mu), etc. I'd
like R to treat this matrix as a numeric matrix without treating lambda
and mu as variable names but rather as some sort of atomic quantities
(and hence give eigenvectors in terms of mu and/or lambda). MatLab and
Mathematica both do this,
2013 Nov 01
2
[PATCH OSSTEST] ts-xen-build: make collection on xen-syms optional
Fixes things on i386 for branches which no longer build an i386 hypervisor.
---
Osstest/TestSupport.pm | 8 ++++++--
ts-xen-build | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm
index 1ac4cf7..d2e29d0 100644
--- a/Osstest/TestSupport.pm
+++ b/Osstest/TestSupport.pm
@@ -846,6 +846,7 @@ sub get_stashed ($$) {
2006 Sep 20
0
Xen and Oprofile
Hello Xenoprof Users,
Can someone please verify the steps to get a oprofile session profile
multiple sessions? I am using a file VBD for spawning two guest OS
domains on the host. I am doing the following:
1.) On dom0
Opcontrol --xen=/boot/xen-syms-blah
2.) On domU domID: 41
Opcontrol --vmlinux=/boot/vmlinux-2..blah
3.) On domU domID: 42
Opcontrol
2011 Jan 21
0
oprofile problem in centos with custom kernel
Hi!
I am trying to profile my custom 2.6.37 linux kernel with
oprofile in centos 5.5, and i have encountered
the following problem.
(Before everyone starts shouting, I know that custom kernels are not
supported by centos team, however I really
need to run a modified version, due to a project concerning my MSc
thesis. So i hope for your understanding :-) .
I have build the kernel
2011 Sep 20
2
is oprofile working on CENTOS 6.0 ?
Hi
I am trying to use oprofile with centos 6.0.
I know that the debug-info for the kernel is not available, so I believe
I
used the correct switches to account for this.
here is my script...
# reset everything
opcontrol --shutdown
rm /root/.oprofile/da*
opcontrol --separate=kernel --no-vmlinux
opcontrol --event=CPU_CLK_UNHALTED:100000
opcontrol --start
sleep 5
2011 Apr 26
0
opreport version 0.9.4 on Centos Linux 5.5
Nicholas Thierry-Mieg, Thank you for your reply on Saturday Apr 23,2011. Since then I have been trying to learn how to use oprofile 0.9.4 on Centos Linux 5.5. If I follow the following steps running as root,
opcontrol --shutdown
opcontrol --callgraph=7
opcontrol --image=/home/frankc/DQTTest5/MatchUpTest/lirh5g_deb/Mary48.exe
opcontrol --start
2006 Apr 07
0
[PATCH] x86_64 xenoprof makefile
Hi all,
This patch makes it possible to build the kernel on x86_64 using
todays tip (9574) of xen-unstable.
/ magnus
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Aug 16
0
Xen 3.0.2 and Xenoprof
Hello Xen Users,
I am trying to Patch the linux-2.6-sparse source tree to get it working
with Xenoprof. I have obtained the patch from the Xenoprof source forge
website maintained by HP.
http://xenoprof.sourceforge.net/
However, I am unable to apply the patch as the source-tree structure
expected by the patch is different from the one in 3.0.2 distribution.
Has anyone encountered this
2007 Dec 13
0
xenoprof: flush remaining smples when sampling is stopped.
xenoprof: flush remaining smples when sampling is stopped.
Xenoprof notifies guest kernel via VIRQ_XENOPROF when sampled.
But it does coarsly based on heuristic so that sometimes VIRQ_XENOPROF
isn''t delivered resulting in that oprofile daemon collects no sample.
To avoid that situation, always send VIRQ_XENOPROF when sampling is stopped.
--
yamahata
2007 Dec 14
0
[PATCH] Xenoprof: Fix more than one events can''t be sampled concurrently for Intel CPU with family equal to 6
The original code only sets EN bit of IA32_PERFEVTSEL0 when profiling is
started.
Signed-off-by: Xiaowei Yang <xiaowei.yang@intel.com>
Regards,
Xiaowei
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Jul 29
0
xenoprof bug ?
Hi,
I ran xenoprof with the event mask LLC_MISSES:10000. This should be L2 cache
misses on Core2 arch.
After the run when I run opreport it displays :
Counted *L2_RQSTS* events (number of L2 cache requests) with a unit mask of
0x41 (multiple flags) count 10000
LLC_MISSES:10000 | .....
My questions was whether the message is incorrect or the event mask is not
being set correctly by oprofile.
My
2005 Apr 11
0
RE: [PATCH] [1/3] Xenoprof: Enabling performance profiling in Xen
>>
>> Is the nmi_sanity_check() needed? We shouldn''t lose NMIs:
>> even if we take one while doing NMI processing, we sholuld
>> retake the NMI as soon as the first one IRETs.
>>
The nmi_sanity_check() should not be needed if everything is
working fine. However I suggest we should keep it for now
until we are sure it is safe to remove it. I would
2010 Dec 20
0
simple question about xenoprof
I''m trying to use xenoprof in my machine (xeon x5650, westmere).
While oprof works for this machine correctly, xenoprof doesn''t work
properly.
I want to use xenoprof in NMI mode (which is the opposite side of timer
mode, right?)
However, kernel message always shows that xenoprof works in the timer mode
only.
Is there any restriction or specs which is not