This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]