Visible to Intel only — GUID: GUID-2109F49B-CC62-476F-B63A-1AD891E07222
Visible to Intel only — GUID: GUID-2109F49B-CC62-476F-B63A-1AD891E07222
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
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