Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Analyzer does not see source files

807575Apr 8 2009 — edited Apr 22 2009
Hi,

I am currently evaluating the use of "collect" and "analyzer" in our environment, which is RHEL4 on x64with gcc4.21.
- I compiled everything with -g
- the shared libraries do contain source file paths (checked with strings *.so)
- I am using "collect -o tt.er myprogram"
- I am running "analyzer tt.er" afterwards.

Analyzer does display some sensible times and the symbols. But when I drill down, it will only display assembly code for all of my routines. The selected object summary always displays the symbol name, the .so file name, etc, but "Source file: (unknown)". The analyzer version is "Sun Analyzer 7.6 Linux_i386 2007/05/03"

Where is the mistake?

Thanks!

Georg
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2009
Added on Apr 8 2009
12 comments
387 views