I'm trying to design a work flow where my users can do their analysis (using VTune in cl mode) of their code on a remote machine then copy the results back to a local machine and run VTune in GUI mode to view the results.
The structure is this: I have a directory with the code that I compile and then run through VTune. This create a r**** folder in the directory. I then copy this whole directory with code, binary, symbols and results folder to the local machine using rsync.
My problem is that while I can view the results on the local machine I can't view the source code. When I try to view it, VTune tries to search the directory path of the remote machine and there doesn't seem to be a way that I can update this serach path for the local machine.
Moreover I shouldn't have to update the search paths in the GUI everytime I want to view a result - this is tedious. There should be a way of doing it in the command line or setting an environmental variable when I start the GUI so I can script it or whatever.
How do I get this to work?