User Guide

Intel® VTune™ Profiler User Guide

ID 766319
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

target-tmp-dir

Specify a path to the temporary directory on the remote system where performance results are temporarily stored.

GUI Equivalent

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

Syntax

-target-tmp-dir=<string>

Arguments

<string>

Path to a directory on the remote Linux system where performance results are temporarily stored.

Default

/tmp

Actions Modified

collect, collect-with

Description

VTune Profiler supports command line analysis of applications running on a remote Linux 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

When the VTune Profiler collects data remotely, performance data is temporarily saved to the default /tmp directory on the remote system. If, for some reason, you changed the default temporary directory, make sure to specify this path with the -target-tmp-dir option.

This command runs Hotspots analysis with stacks for a Linux application and specifies a non-default temporary location on the remote system:

host>./vtune --target-system=ssh:vtune@10.125.21.170 -target-tmp-dir=/home/tmp –collect hotspots -knob sampling-mode=hw -knob enable-stack-collection=true -- /home/samples/matrix