Displaying 20 results from an estimated 36 matches for "opreport".
2010 Aug 12
2
Is oprofile still working?
Hi all,
Is anyone using oprofile?
I'm getting segfaults from opreport at the moment, and I'm not sure if
it is opreport, or just me.
In case it is something just plain daft I am doing, here is how it goes:
opcontrol --reset
opcontrol --setup --no-vmlinux
opcontrol --start
... now I run my program, /tmp/myprog ...
opcontrol --dump
opcontrol --shutdown
t...
2008 Feb 01
11
xenoprof error
Hi ,
I am getting following error when i try to run xenoprof
/usr/local/bin/opcontrol: line 1082: echo: write error: Invalid argument
Using 2.6+ OProfile kernel interface.
Reading module info.
Using log file /var/lib/oprofile/oprofiled.log
Daemon started.
what is this write error ?
Any help is really appreciated.
-John
_______________________________________________
Xen-users mailing list
2008 Feb 01
11
xenoprof error
Hi ,
I am getting following error when i try to run xenoprof
/usr/local/bin/opcontrol: line 1082: echo: write error: Invalid argument
Using 2.6+ OProfile kernel interface.
Reading module info.
Using log file /var/lib/oprofile/oprofiled.log
Daemon started.
what is this write error ?
Any help is really appreciated.
-John
_______________________________________________
Xen-users mailing list
2011 Apr 26
0
opreport version 0.9.4 on Centos Linux 5.5
...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
/home/frankc/DQTTest5/MatchUpTest/lirh5g_deb/Mary48.exe
opcontrol --dump
opreport -c > profile_info.txt
or
opreport -l /home/frankc/DQTTest5/MatchUpLib/lirh5g_deb/libmdMatchup.so
I obtain the following warning:
warning: the last modified time of the binary file does not match that of the sample file for /home/frankc/DQTTest5/MatchUpLib/lirh5g_deb/libmdMatchup.so
Either t...
2009 Nov 06
18
xenoprof: operation 9 failed for dom0 (status: -1)
...file/enable
and it is failing. "operation 9" maps to XENOPROF_start which is consistent
with running "opcontrol --start." At first, I ignored the error because it
gave the indication "Profiler running" but after I ran "opcontrol
--shutdown" followed by "opreport" in dom0, I got this error message:
error: no sample files found: profile specification too strict ?
Do you know why the write error is occurring? I followed the steps in
xenoprof_tutorial.ppt.
Dante
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xe...
2009 Nov 06
18
xenoprof: operation 9 failed for dom0 (status: -1)
...file/enable
and it is failing. "operation 9" maps to XENOPROF_start which is consistent
with running "opcontrol --start." At first, I ignored the error because it
gave the indication "Profiler running" but after I ran "opcontrol
--shutdown" followed by "opreport" in dom0, I got this error message:
error: no sample files found: profile specification too strict ?
Do you know why the write error is occurring? I followed the steps in
xenoprof_tutorial.ppt.
Dante
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xe...
2020 Aug 17
2
qemu -display sdl,gl=on also eats CPU
...0 0 382432 20308 13696 S 1,7 0,2 91:38.13 xmms
2064 guest 20 0 55868 37048 23976 S 1,3 0,3 2:38.47 konsole
2319 guest 20 0 40160 21248 18548 S 1,3 0,2 12:36.63 gkrellm
5853 root 20 0 0 0 0 I 0,7 0,0 0:07.21 kworker/2:2-events
opreport after operf --pid 6215 said:
opreport
Using /home/guest/botva/src/xf86-video-nouveau/oprofile_data/samples/ for samples directory.
CPU: AMD64 family15h, speed 3800 MHz (estimated)
Counted CPU_CLK_UNHALTED events (CPU Clocks not Halted) with a unit mask of 0x00 (No unit mask) count 100000
CPU_CLK_...
2014 Oct 17
3
[LLVMdev] oprofile support?
...tdump_convert <<<< oprofile converting jit sample
information
start time/end time is 1413559198/1413559208
opjitconv: Ending with rc = 2. This code is usually OK, but can be useful
for debugging purposes.
JIT dump processing complete.
operf-read process returned OK
Profiling done.
$ opreport
Using /home/dad/oprofile_data/samples/ for samples directory.
CPU: Intel Haswell microarchitecture, speed 3498 MHz (estimated)
Counted CPU_CLK_UNHALTED events (Clock cycles when not halted) with a unit
mask of 0x00 (No unit mask) count 5000000
CPU_CLK_UNHALT...|
samples| %|
-----------------...
2014 Nov 29
2
[LLVMdev] oprofile support?
...ting jit sample
> information
> start time/end time is 1413559198/1413559208
> opjitconv: Ending with rc = 2. This code is usually OK, but can be useful
> for debugging purposes.
> JIT dump processing complete.
> operf-read process returned OK
>
> Profiling done.
>
> $ opreport
> Using /home/dad/oprofile_data/samples/ for samples directory.
> CPU: Intel Haswell microarchitecture, speed 3498 MHz (estimated)
> Counted CPU_CLK_UNHALTED events (Clock cycles when not halted) with a unit
> mask of 0x00 (No unit mask) count 5000000
> CPU_CLK_UNHALT...|
> samp...
2007 Jan 29
3
weird hvm performance issue.
(I posted this on xen-users last week, and nobody seemed to know what was
up. It is time, I suppose then, to dust off the debugger; I was hoping
one of you could point me in the correct direction to begin
troubleshooting this.)
I''m HVM booting our install-disks (systemimager) here, and I''m spotting some
weird performance issues. Our install uses rsync and prints every
2020 Aug 17
0
qemu -display sdl,gl=on also eats CPU
...ages in X log, so probably you covered
my specific case well.
qemu was eating CPU in nouveau_dri.so/libdrm_nouveau.so.2.0.0,
so I suspected something like 'too many error reports from vblanks'
may happen there, too.
Unfortunately, my standard build command for mesa included --strip,
so opreport -c was not giving any additional details ...
I just recompiled DDX again with if 0'ed debug message, will see how
it works alone, and then retry mesa build/qemu long-uptime testing ...
>
> On Mon, Aug 17, 2020 at 12:52 AM Andrew Randrianasulu
> <randrianasulu at gmail.com> wr...
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 strictly followed by xenoprof tutorial doc.
<dom0>
opcontrol --start-daemon --event=L2_RQSTS:100000 --xen=/boot/xen-syms-3.4.2
--vmlinux=/boot/vmlinux-2.6.31.6-xen-xenoprof --active-domains=7
<...
2011 Feb 11
0
Can Xenoprof monitor Core events and Uncore Events simultaneously?
...t-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
--passive-domains=1,2,3,4,5,6,7,8,9,10,11,12
Opcontrol -start
Opcontrol -stop
Opcontrol -dump
Opreport
Only first 2 events are monitored well while latter 2 don''t appear in
opreport.
If there is anyone has a clue of this problem, let me know please. thanks.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensour...
2011 Feb 11
0
Can Xenoprof monitor Core events and Uncore Events simultaneously?
...t-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
--passive-domains=1,2,3,4,5,6,7,8,9,10,11,12
Opcontrol -start
Opcontrol -stop
Opcontrol -dump
Opreport
Only first 2 events are monitored well while latter 2 don''t appear in
opreport.
If there is anyone has a clue of this problem, let me know please. thanks.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensour...
2011 Sep 20
2
is oprofile working on CENTOS 6.0 ?
...# reset everything
opcontrol --shutdown
rm /root/.oprofile/da*
opcontrol --separate=kernel --no-vmlinux
opcontrol --event=CPU_CLK_UNHALTED:100000
opcontrol --start
sleep 5
opcontrol --reset
echo "sleeping now"
sleep 20
opcontrol -stop
# all done - use the data with opreport...
echo " "
echo " "
When I run this on a CENTOS 6 machine, the machine hangs.
There is no visible panic on the console nor the serial port.
This is 100% repeatable. I tried multiple machines.
I am using a DELL 2850.
Any help would be appreciated.
wr
-------...
2020 Aug 17
0
qemu -display sdl,gl=on also eats CPU
...696 S 1,7 0,2 91:38.13 xmms
> 2064 guest 20 0 55868 37048 23976 S 1,3 0,3 2:38.47 konsole
> 2319 guest 20 0 40160 21248 18548 S 1,3 0,2 12:36.63 gkrellm
> 5853 root 20 0 0 0 0 I 0,7 0,0 0:07.21 kworker/2:2-events
>
> opreport after operf --pid 6215 said:
>
> opreport
> Using /home/guest/botva/src/xf86-video-nouveau/oprofile_data/samples/ for samples directory.
> CPU: AMD64 family15h, speed 3800 MHz (estimated)
> Counted CPU_CLK_UNHALTED events (CPU Clocks not Halted) with a unit mask of 0x00 (No unit mas...
2006 Nov 14
1
Problem about use XenOprofile
...t;<Xenoprofoverview&Networking Performance Analysis>>
(http://www.xensource.com/files/xs0106_xenoprof.pdf ).
But how can I get the modules'' profile in kernel?
Now I use command:
Opcontrol --no-vmlinux --separate=kernel,cpu --start-daemon
...run benchmark
Opcontrol --sutdown
Opreport >list
The report shows:
CPU: AMD64 processors, speed 2412.4 MHz (estimated)
Counted CPU_CLK_UNHALTED events (Cycles outside of halt state) with a
unit mask of 0x00 (No unit mask) count 3000
CPU_CLK_UNHALT...|
samples| %|
------------------
5654995 54.2304 vmlinux-syms-2.6.16.29-xen
1...
2020 Aug 13
2
Accumulating CPU load from Xorg process with DRI3
...S 0,7 0,2 0:06.49 kwin
in ~1 day it will eat full core from my AMD FX-4300 and X will become sluggish ...
I tried to trace it with operf 1.2.0:
operf --pid 1198
operf: Press Ctl-c or 'kill -SIGINT 7787' to stop profiling
operf: Profiler started
^C
Profiling done.
root at slax:~# opreport
Using /root/oprofile_data/samples/ for samples directory.
CPU: AMD64 family15h, speed 3800 MHz (estimated)
Counted CPU_CLK_UNHALTED events (CPU Clocks not Halted) with a unit mask of 0x00 (No unit mask) count 100000
CPU_CLK_UNHALT...|
samples| %|
------------------
78166 100.000 Xorg...
2017 Nov 24
8
[Bug 103897] New: Kernel 4.14 causes high cpu usage, 4.12 was OK
...et architecture to ia32, even if kernel compiled for x86_64 , because all my
userspace is 32-bit.
hw:
01:00.0 0300: 10de:0606 (rev a2) (prog-if 00 [VGA controller])
aka
01:00.0 VGA compatible controller: NVIDIA Corporation G92 [GeForce 8800 GS]
(rev a2) (prog-if 00 [VGA controller])
X log, dmesg, opreport data will follow.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20171124/b9fa6b58/attachment.html>
2008 Mar 06
4
FW: oprofile 0.9.3 xen symbols incorrect
Hi
I am using oprofile 0.9.3 on xen cs 16540 on an Intel system.
When I look at the top "hot" functions, I see p2m_change_type being one
of the top function in xen-syms. This function is only in the svm (AMD)
code and should not appear on an Intel system. I see that this function
is not being clled at all when I am running my apps as I have put printk
in the functions and they do