I’m using Intel Vtune to analyze linux machine.
after installign Vtune version l_oneapi_vtune_p_2024.1.0.519_offline.sh I ran the following command via command line:
/tmp/vtune_profiler/vtune/latest/bin64/vtune -collect hotspots -finalization-mode=deferred –duration 10 –target-pid pidof myproc
When copy the result folder to my Windows to be able see the results on Vtune GUI I got:
“can’t locate debug symbols for ” -> even when i set the symbols dir on the project with the correct debug symbols files.
if the debug symbols are on the target Linux machine during the analyzation so when copy and open on windows it can find the debug symbols (it copying it to the result folder during finalization)
how can I solve or debug the issue to be able set the debug symbols after in my Windows Vtune GUI?
Thanks,
Ben
already tried without successes:
- Different Linux machine
- Update to the latest Vtune version
- Tried use all types of finalization mode (-finalization-mode=deferred/fast/none)