- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sandip:
VTune Amplifier will work with binaries produced by any C++ compiler that follows industry standards. For example, it works just fine with g++. Which compiler and linker are you using?
Is this on Windows* or Linux*? Which release?
Can you launch the application outside of VTune Amplifier without any issues? Can you start VTune Amplifier from the same environment that you are able to launch the application from?
WRT third-party libraries, are any of them tamper-resistant software that is intended to protect your code from viruses or infiltration by hackers? The software collectors use dynamic instrumentation to insert code into your binary after it is loaded into memory. This can be construed as "tampering" by such libraries or software.
Have you tried the Advanced Hotspots, which does not use instrumentation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry. I overlooked that you specified the compiler in the title. VTune Amplifier works fine with g++.
Did tachyon work for you previously and now it doesn't?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Mr. Anderson,
Thanks for your reply. I am using Ubuntu 14.10 and tachyon did not work even the first time due to some missing dependencies (libX11.so etc..). I am not able to run the application standalone (without VTune) so I guess that is my problem?
I will try the Advanced Hotspots option in the mean time.
Reporting back soon..
~S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying out vtune on linux as well, and also got this error.
I started out running vtune on a virtualbox ubuntu 14.04 client (Mac host.) I grabbed the tachyon test client, and (after fixing the -I path for the X11 libraries) could compile it, and run the basic analysis. However, I wanted to try some of the hardware performance counter based profiling.
So I installed vtune on an older HP laptop (also running ubuntu 14.04) with an Intel Core Duo chip. I'm trying to run the vtune gui on my VM, with data collection on the laptop system. I set it up to use "Launch Application via SSH" collection. But, all the analyses other than basic fail to collect any data. Ultimately I would like to do remote profiling in a similar way (running GUI on local virtual machine instance, target system being a large headless machine in datacenter.)
Is there logging on the target system anywhere? Is the processor on my target system too old? How can I figure out why this isn't working? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Emile:
When you installed on the laptop, did you receive any errors during the sampling driver build and installation?
On the laptop, as root, cd to the installation directory (typically, /opt/intel/vtune_amplifier_xe) and then sepdk/src and execute the command './insmod-sep3 -q'. Are three drivers loaded: pax, sep, and vtsspp?
It may be that the laptop is too old. The Release Notes state "Core(TM)2 Duo processors."
If the drivers are loaded, try executing this command (after sourcing the amplxe-vars.sh file):
$ amplxe-cl -c advanced-hotspots -duration=5
Is there a message about not supporting the processor?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page