Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
3k views

gprof : How to generate call graph for functions in shared library that is linked to main program

I am working on Linux environment. I have two 'C' source packages train and test_train. train package when compiled generates libtrain.so test_train links to libtrain.so and generates executable ...
2
votes
0answers
272 views

What is causing sprof to complain about “inconsistency detected by ld.so”?

I'm trying to use sprof to profile some software (ossim) where almost all the code is in a shared library. I've generated a profiling file, but when I run sprof, I get the following error: > sprof ...
2
votes
1answer
2k views

How to use sprof?

please explain with example?
0
votes
1answer
322 views

sprof “PLTREL not found error”

I'm trying to profile our shared library, but whenever I have the environmental variable LD_PROFILE set, I get "PLTREL not found in object ". What gives? Is there some sort of linker flag I'm ...