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

Problem in viewing Source file for Network Driver

sonypappan
Beginner
176 Views
Hi,
I am using Vtune for measuring the performance of my network driver.
I am able to get the sampling view but not able to see the source and individual functions of the same. I am using XP DDK to compile and build my driver. Any Idea how to resolve this problem?
Regards,
Sony
0 Kudos
1 Reply
David_A_Intel1
Employee
176 Views
Make sure you are building with debug information. Note: this does not mean a Debug build. You should still do a Release build, but include symbols.
Reply