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?
Link Copied
CodeView and HLL formats are not supported. Supported formats are: Microsoft PDB and DWARF. Can I ask what OS you are working on?
Thank you. We need to enable profiling with VTune on Windows now, but probably will do it for Linux as well in the future.
For more complete information about compiler optimizations, see our Optimization Notice.