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 translator/9816] functioncallcount.stp causes system crash


------- Additional Comments From ananth at in dot ibm dot com  2009-02-10 10:17 -------
Our observations so far:
a. Powerpc instruction emulation had a bug. Patch submitted to fix it
(http://ozlabs.org/pipermail/linuxppc-dev/2009-February/068062.html)
b. functioncallcount.stp as it exists probes calls and inlines. That is a
problem -- at least on powerpc with the upstream kernel, set/clear/*_bit (part
of arch/powerpc/include/asm/bitops.h) shouldn't be probed. Its not clear how to
add a set of inline functions in a header file in the blacklist in one go.
c. Maybe its best not to allow routines in bitops.h to be traced?
d. The functioncallcount.stp needs to be modified to just probe .call and not
inlines.

Comments?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9816

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


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