Hi,
I've setup vTune profiler on an AWS linux installation where we are running processes in Docker. I don't have direct root login access on the host, so need to run vTune with sudo directly on the host (root is necessary to allow vTune to delve into the Java process running in Docker).
After the run, I copied the results directory to a local Linux VM which does have GUI access. Following the guidance on this page:
https://software.intel.com/en-us/vtune-help-importing-results-to-gui
When I try to import without ticking 'Import via a link instead of result copy', I get the following failure message:
"cannot import the result because the current project already has a result with the name"
That is the complete message.
I then try importing with the 'Import via a link...', this time I just get a spinning 'progress' image, but it never returns.
Can anyone advise on what is going wrong here?
Many thanks