Analyzer does not see source files
807575Apr 8 2009 — edited Apr 22 2009Hi,
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