i met some problems when i use vtune to profile program performance.
i profile hotspots on linux and analyse on windows, but the symbols in dynamic library can not be shown.
i have gcc -g option and i am sure that dynamic library has program symbols.
my vtune cmd is "/opt/intel/vtune_amplifier_xe_2013/bin64/amplxe-cl -c hotspots -start-paused -resume-after=60000 -duration=120 "
i use 2013 update 4. and trying 2011 update 7 also can not show symbols
what can i do???