Displaying 8 results from an estimated 8 matches for "operf".
Did you mean:
perf
2020 Aug 13
2
Accumulating CPU load from Xorg process with DRI3
...2720 S 1,0 0,0 1:00.90 kompmgr
1293 guest 20 0 40164 21328 18636 S 1,0 0,2 1:30.50 gkrellm
1254 guest 20 0 31616 21832 18944 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 eve...
2014 Oct 17
3
[LLVMdev] oprofile support?
...2); }
int fib_right(int i) { if (i < 2) return 1;
return fib_left(i-1) + fib_right(i-2); }
int fib(int i) { if (i < 2) return 1;
return fib_left(i-1) + fib_right(i-2); }
int main() {
int i = 45; printf("fib(%d) == %d\n", i, fib(i)); }
$clang -g -S -emit-llvm -o loopy.ll loopy.c
$ operf -Vdebug -e CPU_CLK_UNHALTED:5000000 lli
-debug-only="oprofile-jit-event-listener" loopy.ll
Using samples dir /home/dad/oprofile_data/samples
Kernel profiling is not possible with current system config
Set /proc/sys/kernel/kptr_restrict to 0 to collect kernel samples.
Exec args are: lli -d...
2014 Nov 29
2
[LLVMdev] oprofile support?
...> return fib_left(i-1) + fib_right(i-2); }
> int fib(int i) { if (i < 2) return 1;
> return fib_left(i-1) + fib_right(i-2); }
>
> int main() {
> int i = 45; printf("fib(%d) == %d\n", i, fib(i)); }
>
> $clang -g -S -emit-llvm -o loopy.ll loopy.c
>
> $ operf -Vdebug -e CPU_CLK_UNHALTED:5000000 lli
> -debug-only="oprofile-jit-event-listener" loopy.ll
> Using samples dir /home/dad/oprofile_data/samples
> Kernel profiling is not possible with current system config
> Set /proc/sys/kernel/kptr_restrict to 0 to collect kernel samples.
&...
2020 Aug 13
0
Accumulating CPU load from Xorg process with DRI3
...90 kompmgr
> 1293 guest 20 0 40164 21328 18636 S 1,0 0,2 1:30.50 gkrellm
> 1254 guest 20 0 31616 21832 18944 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, spee...
2020 Aug 16
1
Accumulating CPU load from Xorg process with DRI3
...t; > > > 1254 guest 20 0 31616 21832 18944 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
> > > > > Profi...
2020 Aug 17
2
qemu -display sdl,gl=on also eats CPU
...0308 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_UNHALT...|...
2020 Aug 17
0
qemu -display sdl,gl=on also eats CPU
...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 1000...
2020 Aug 17
0
qemu -display sdl,gl=on also eats CPU
...; 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...