This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/24416] Tests stuck in uprobes_onthefly.exp
- From: "wcohen at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Fri, 05 Apr 2019 16:00:03 +0000
- Subject: [Bug runtime/24416] Tests stuck in uprobes_onthefly.exp
- Auto-submitted: auto-generated
- References: <bug-24416-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=24416
--- Comment #3 from William Cohen <wcohen at redhat dot com> ---
There looks to be some very hot tracepoints that are only appearing on the
fedora x86 5.0.x kernels that do not appear on rhel7 x86 or aarch64. Follow
was run for only a short time:
$ sudo stap -ve 'global counts probe kernel.trace("*"){counts[pp()] <<< 1}'
Pass 1: parsed user script and 492 library scripts using
388652virt/161896res/9176shr/152916data kb, in 320usr/130sys/464real ms.
Pass 2: analyzed script: 758 probes, 1 function, 0 embeds, 1 global using
401280virt/175916res/10224shr/165544data kb, in 140usr/450sys/602real ms.
Pass 3: translated to C into
"/tmp/stapLJpHud/stap_7678d191c1a6333683c0dfbeb77bd4b6_207067_src.c" using
401792virt/176236res/10288shr/166056data kb, in 20usr/0sys/27real ms.
Pass 4: compiled C into "stap_7678d191c1a6333683c0dfbeb77bd4b6_207067.ko" in
44040usr/14440sys/60733real ms.
Pass 5: starting run.
^Ccounts["kernel.trace("lock:lock_release")"] @count=142050 @min=1 @max=1
@sum=142050 @avg=1
counts["kernel.trace("lock:lock_acquire")"] @count=142050 @min=1 @max=1
@sum=142050 @avg=1
counts["kernel.trace("lock:lock_acquired")"] @count=54136 @min=1 @max=1
@sum=54136 @avg=1
counts["kernel.trace("preemptirq:irq_enable")"] @count=53906 @min=1 @max=1
@sum=53906 @avg=1
counts["kernel.trace("preemptirq:irq_disable")"] @count=53906 @min=1 @max=1
@sum=53906 @avg=1
counts["kernel.trace("rcu:rcu_utilization")"] @count=6894 @min=1 @max=1
@sum=6894 @avg=1
counts["kernel.trace("msr:write_msr")"] @count=6275 @min=1 @max=1 @sum=6275
@avg=1
...
--
You are receiving this mail because:
You are the assignee for the bug.