Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4819 Discussions

VTune supported debug formats

Nikita_L_
Beginner
260 Views

Hi!

We have our own compiler that can produce debug information for executables. We generate HLL and CodeView debug formats now. Previous versions of VTune recognized at least CodeView format in our exectuables, but current VTune version does not recognize neither of formats. I was not able to find information about what debug formats are supported by VTune, only supported compilers. As one of the supported compilers is GCC actually, I can deduce that DWARF format is supported. We can try to support DWARF format, but can you confirm that CodeView and HLL are not longer supported?

 

0 Kudos
2 Replies
Denis_M_Intel
Employee
260 Views

CodeView and HLL formats are not supported. Supported formats are: Microsoft PDB and DWARF.  Can I ask what OS you are working on?

Nikita_L_
Beginner
260 Views

Thank you. We need to enable profiling with VTune on Windows now, but probably will do it for Linux as well in the future.

Reply