[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.linuxtools] Re: OProfile on openSUSE 11.1

Kent Sebastian wrote:

Axel Mueller wrote:
If the binary was profiled from within Eclipse and it doesn't show any symbols/samples, but opreport does, file a bug at eclipse.org and attach sample files please :)
The samples were created from a launch within Eclipse.

Was the binary compiled with optimization -O? -g? It is possible that the samples oprofile gathered did not correlate to source lines, although a check of `opannotate --source` should verify that.
There was no optimization activated. The executable has debug symbols included.

Could you post the output of `opreport -l`, `opannotate --source` and tar the sample files and put them somewhere I can access (eg rapidshare.com)? If not for the binary in question, then perhaps a similar reduced case. It would be most helpful :)
Unfortunately, I cannot give you the opreport output. The testes application is closed source. I can try to reproduce this at home with a small sample project.

 Axel