I've successfully installed VTune Amplifier XE 2013 on a CentOS. I wrote a simple test program with a while loop for each second. Then I used this command to collect data:
./amplxe-cl -collect locksandwaits -r /data/home/davidzhou/vtuneresults -target-process=test
after that, I put the results on my windows machine, opened with vtune and saw nothing. summay only indicated platform info, call stack was empty....
Would you please help me this? Thank you!