target-install-dir
Specify a path to the
VTune
target package installed on the remote system.
Profiler
GUI Equivalent
Configure Analysis
window >
WHERE
pane >
Remote Linux (SSH)
target system >
VTune
installation directory on the remote system Profiler
Syntax
-target-install-dir=
<string>
Arguments
- <string>
- Path to the product installed on a remote Linux system. If the product is installed to the default location, this option is configured automatically.
Default
/opt/intel/vtune__<
profiler
version
>Actions Modified
Description
VTune
supports command line analysis of applications running on a remote Linux or
Android system ( Profiler
target
) using the following product components
installed:
- Host:VTunecommand line interface (Profiler)vtune
- Remote embedded Linux or Android target: target package with data collectors
To enable remote analysis, make sure the path to the
VTune
installed on the remote target system is specified. If you use the default
installation directory, the
Profiler
VTune
on the host system automatically detects the location of the remote components.
Otherwise, use the
Profiler
-target-install-dir
to specify the correct path.
Example
This command runs Hotspots analysis with stacks for a
Linux application and specifies a path to the remote version of the
VTune
installed to a non-default location:
Profiler
host>./vtune --target-system=ssh:user1@172.16.254.1 -target-install-dir=/home/vtune_2020.123456 –collect hotspots -knob sampling-mode=hw -knob enable-stack-collection=true -- /home/samples/matrix