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

how to associate many source file to a Linux binary?

mai__alek
Beginner
758 Views

hi all!
I'musing the evaluation version of vtune to collecting data remotely on a linux machine.

Our binary is develope on Windowsusing visual studio 2005and compile and deploy on a linux machine.

While Itry to drill down on a hot spot, vtune will promt for the source file. Because there are many of them, it become a little bit annoying. Is there a way to associate a visual studio 2005 solution with the linux binary? Or can I tell vtune to download the source code directly from the linux machine?

thanks

best regard

alek

0 Kudos
2 Replies
David_A_Intel1
Employee
758 Views
Yes, you can tell the VTune analyzer where to look for source files. See the Options menu item on the Configure menu. Then, select Directories on the left side of the Options dialog and choose "Source files" in the "Show directories for" drop-down list. Then, add one or more directories. After you add a directory, you can check the "Recursive" checkbox to tell the analyzer to search all subdirectories, as well.

The VTune analyzer will not download source files from the Linux* system.

0 Kudos
mai__alek
Beginner
758 Views
it works! thanks :)
0 Kudos
Reply