インテル® VTune™ Amplifier 2018 ヘルプ

target-install-dir

Specify a path to the Intel® VTune™ Amplifier target package installed on the remote system.

GUI Equivalent

Analysis Target Setup > Advanced > VTune Amplifier installation directory on the remote system option (available for a remote collection only)

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_amplifier_<version>.<version_minor>.<update_number>.<build_number>

Actions Modified

collect, collect-with

Description

VTune Amplifier supports command line analysis of applications running on a remote Linux or Android system (target) using the following product components installed:

To enable remote analysis, make sure the path to the VTune Amplifier installed on the remote target system is specified. If you use the default installation directory, the VTune Amplifier on the host system automatically detects the location of the remote components. Otherwise, use the -target-install-dir to specify the correct path.

Example

This command runs Advanced Hotspots analysis with stacks for a Linux application and specifies a path to the remote version of the VTune Amplifier installed to a non-default location:

host>./amplxe-cl --target-system=ssh:user1@172.16.254.1 -target-install-dir=/home/vtune_amplifier_2018.123456 –collect advanced-hotspots -knob collection-detail=stack-sampling -- /home/samples/matrix

関連情報