- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to open and view the results of general exploration analysis using VTune Amplifier 2015 for Systems, Update 3 (build 407750) on Windows 7 Enterprise 64-bit Service Pack 1. I had collected the data by running my application on a Linux machine, kernel version 3.13.0-57-generic. I had compiled my application with the debug information (-g flag). This was the command I had used to collect the data :
/opt/intel/vtune_amplifier_xe_2015.4.0.410668/bin64/amplxe-cl -collect general-exploration <full path to app> <full path to parameter files>
After collecting data using the general exploration option, I had copied the resulting r000ge/ (results) folder to my Windows machine to open and view the .amplxe file that was generated.
I am able to view the results of the general exploration analysis in the "Summary" tab. However, I am not able to view the source code in the "Bottom-up" tab. Is there any trick that I am missing here?
Thanks in advance,
Raj
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
You likely do not have Linux binaries on your Windows system. Could you try to copy the binaries with symbol files to Windows machine and re-finalize this result (amplxe-cl.exe -finalize command with -search-dir option to specify location of the binaries).
Another way is to use remote collection from WIndows to Linux. VTune should copy binary files automatically in this case.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page