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.
4828 Discussions

how to associate many source file to a Linux binary?

mai__alek
Beginner
302 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
302 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.

mai__alek
Beginner
302 Views
it works! thanks :)
Reply