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]

Re: Results of systemtap-20080517 snapshot on ppc64


Jim Keniston wrote:
On Mon, 2008-05-19 at 18:19 +0530, Ananth N Mavinakayanahalli wrote:
On Mon, May 19, 2008 at 06:02:55PM +0530, Srinivasa DS wrote:
Attaching results of systemtap-20080517 snapshot on ppc64. I have applied one interim fix(present in bug#6429) and executed the tests.
Looks like there are a higher number of errors compared to the earlier
tests... probably new features?

...
FAIL: semok/nodwf01.stp
FAIL: semok/nodwf02.stp
FAIL: semok/nodwf03.stp
^^^^^^^^^^
These are probably related to dwarfless
...

Yup.  Please try the attached patch and see if it fixes the dwarfless
failures.

Jim, I applied the patch but still nodwf01.stp and nodwf02.stp fails.


semantic error: no match while resolving probe point kernel.function("sys_pipe")
Pass 2: analysis failed. Try again with more '-v' (verbose) options.


On searching sys_pipe in /proc/kallsyms, I got this.

[root@llm27lp1 src]# grep "sys_pipe" /proc/kallsyms
c0000000000fc410 W .sys_pipe2
c0000000000fc490 W .sys_pipe


Ananth et al, can you think of any kernel functions (nm type T or t) where this simple mapping of ".func" to "func" would cause problems?

Ananth

Thanks. Jim



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