Intel® VTune™ Profiler

User Guide

ID 766319
Date 3/22/2024
Public
Document Table of Contents

target-install-dir

Specify a path to the VTune Profiler target package installed on the remote system.

GUI Equivalent

Configure Analysis window > WHERE pane > Remote Linux (SSH) target system > VTune Profiler installation directory on the remote system option

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

collect, collect-with

Description

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

  • Host: VTune Profiler command line interface (vtune)

  • Remote embedded Linux or Android target: target package with data collectors

To enable remote analysis, make sure the path to the VTune Profiler installed on the remote target system is specified. If you use the default installation directory, the VTune Profiler 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 Hotspots analysis with stacks for a Linux application and specifies a path to the remote version of the VTune Profiler installed to a non-default location:

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