When locating binary/symbol/source files, the Intel® VTune™ Amplifier searches the following directories, in the following order:
Directory
<result dir>\all
(recursively).Additional search directories that you defined for this project in the VTune Amplifier Project Properties dialog box.
Absolute path (for local collection) or cache directory (for remote collection).
For remote collection, the VTune Amplifier searches its cache directory for modules copied from the remote system or tries to get the module from the remote system using the absolute path.
For results copied from a different machine, make sure to copy all the necessary source, symbol, and binary files required for result finalization.
For binaries, the path is captured in the result data files.
For symbol files, the path is referenced in the binary file.
For source files, the path is referenced in the symbol file.
Search around the binary file.
Search the directory of the corresponding binary file.
Search the directory of the corresponding binary file and alter the name of the symbol file holding the initial extension (for example,
app.dll
+app_x86.pdb
->app.pdb
).
Microsoft Visual Studio* search directories. All directories are considered as non-recursive. Directories may be specific to the selected build configuration and platform in time of collection.
System directories:
Binary files:
%SYSTEMROOT%\system32\drivers
(non-recursively)All directories specified in the
_NT_SYMBOL_PATH
environment variable (non-recursively). Symbol server paths are possible here as well as in step 2.srv*%SYSTEMROOT%\symbols
(treated as a symbol server path)%SYSTEMROOT%\symbols\dll
(non-recursively)
If the VTune Amplifier cannot find a file that is necessary for a certain operation, such as viewing source, it brings up a window enabling you to enter the location of the missing file.
Note
VTune Amplifier automatically applies recursive search to the <result dir>\all
directory. Additional directories you specify in the project configuration are searched non-recursively.
For non-recursive directories, the VTune Amplifier searches paths by merging the parts of the file path with the specified directory iteratively. For example, for the
/aaa/bbb/ccc/filename.ext
file:/specified/search/directory/aaa/bbb/ccc/filename.ext
/specified/search/directory/bbb/ccc/filename.ext
/specified/search/directory/ccc/filename.ext
/specified/search/directory/filename.ext
For recursive directories, the VTune Amplifier searches the same paths as for the non-recursive directory and, in addition, paths in all sub-directories up to the deepest available level. For example:
/specified/search/directory/subdir1/filename.ext
/specified/search/directory/subdir1/sub…subdir1/filename.ext
...
/specified/search/directory/subdir1/sub…subdirN/filename.ext
...
/specified/search/directory/subdirN/filename.ext
- For symbol server paths,
symsrv.dll
is used from product distributive. Customsymsrv.dll
:s are not supported.