[Bug runtime/17126] tracepoints.exp testcase causing stalls/hang on ppc64

hemkshaw at in dot ibm.com sourceware-bugzilla@sourceware.org
Mon Oct 20 11:28:00 GMT 2014


https://sourceware.org/bugzilla/show_bug.cgi?id=17126

--- Comment #11 from hemkshaw at in dot ibm.com <hemkshaw at in dot ibm.com> ---
Hi,
If I try to reproduce this bug with systemtap-2.6.0 and (upstream)kernel v3.17,
I can't reproduce this.

# cat my_probes.stp
probe kernel.trace("hcall_entry") { printf("hcall_entry\n"); }
probe kernel.trace("hcall_exit") { printf("hcall_exit\n"); }
probe kernel.trace("hrtimer*") { printf("hrtimer_\n"); }

# stap -v my_probes.stp

hrtimer_
hrtimer_
hrtimer_
...

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Systemtap mailing list