Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

VTune supported debug formats

Nikita_L_
Beginner
501 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
501 Views

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

0 Kudos
Nikita_L_
Beginner
501 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.

0 Kudos
Reply