Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

Problem in viewing Source file for Network Driver

sonypappan
Beginner
551 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
551 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.
0 Kudos
Reply