Intel® Inspector Help
When using the Intel Inspector:
Specify the locations of binary and symbol locations to be searched by using the Project Properties dialog box, Binary/Symbol Search tab. These locations will be searched in addition to the default binary and symbol locations.
Specify the source locations to be searched by using the Project Properties dialog box, Source Search tab. These locations will be searched in addition to the default source search locations.
Certain default binary and symbol locations are used in addition to the locations specified in the Binary/Symbol Search tab.
The following lists describe the order and default locations that are searched. As indicated below, some directory searches examine the specified directory and its subdirectories, while other searches do not examine its subdirectories.
The search order on Windows* OS systems is the following
Search for binary or symbol files in the directories specified in the Project Properties, Binary/Symbol Search tab. With Intel Advisor, you can indicate whether the subdirectories of these directories will be searched: select the Search recursively checkbox to include the subdirectories.
Search for symbol files in the directories near the related (corresponding) binary file(s) just found, such as a library:
Search for files in Visual Studio project directories.
For symbol files, also search using symbol server paths specified in the Project Properties, Binary/Symbol Search tab in the following notation: srv*C:\localsymbols*http://msdl.microsoft.com/download/symbols and/or provided in Visual Studio Tools > Options > Debugging > Symbols.
Search for binary files in this standard Windows OS system directory:
Search for symbol files in these standard Windows OS system directories:
All directories specified in the environment variable_NT_SYMBOL_PATH (subdirectories are not searched)
srv*%SYSTEMROOT%\symbols (symbol downstream or cache path)
%SYSTEMROOT%\symbols\dll (subdirectories are not searched)
The search order on Linux* OS systems is the following:
Search for binary or symbol files in the directories specified in the Project Properties, Binary/Symbol Search tab. With Intel Advisor, you can indicate whether the subdirectories of these directories will be searched: select the Search recursively checkbox to include the subdirectories.
Search for binary files in directories from the collected result that provide an absolute path name. If the file name vmlinux is present, search these directories:
Search for symbol files in the directories near the related (corresponding) binary file(s) just found, such as a library:
Search for binary files in these standard Linux OS system directories:
/lib/modules (subdirectories are not searched)
/lib/modules/`uname -r`/kernel (subdirectories are searched)
Search for symbol files in these standard Linux OS system directories:
usr/lib/debug(subdirectories are not searched)
/usr/lib/debug with appended path to the corresponding binary file, such as /usr/lib/debug/usr/bin/ls.debug
A limited set of default source locations are used in addition to the locations specified in the Source Search tab.
The following list describes the order and default locations that are searched. As indicated below, some directory searches examine the specified directory and its subdirectories, while other searches do not examine its subdirectories.
Search for source files in the directories specified in the Project Properties, Source Search tab.
Search for source files in directories from the collected result that provide an absolute path name.
On Linux OS systems: Search for source files in these standard Linux locations (does not search subdirectories):