vtune Actions

The vtune command tool of the Intel® VTune™ Profiler supports different command options.

Actions

archive

Archive collected results.

collect

Run the specified analysis type and collect data into a result.

collect-with

Run a custom hardware event-based sampling or user-mode sampling and tracing collection using your settings.

command

Issue a command to a running collect action.

finalize

Perform symbol resolution to finalize or re-resolve a result.

help

Display brief explanations of command line arguments.

import

Import one or more collection data files/directories.

report

Generate a specified type of report from an analysis result.

version

Display version information for the vtune tool.

Note

To access the most current command line documentation for an action, enter vtune -help <action>, where <action> is one of the available actions. To see all available actions, enter vtune -help.

Action Options

Action options define a behavior applicable to the specified action; for example, the -result-dir option specifies the result directory path for the collect action.

Note

To access the list of available action options for an action, enter vtune -help <action>, where <action> is one of the available actions. To see all available actions, enter vtune -help.

Action-Option Usage Rules:

Global Options

Global options define a behavior applicable to all actions; for example, the -quiet option suppresses non-essential messages for all actions. You may have one or more global options per command.

Note

To access the list of available global options for an action, enter vtune -help <action>, where <action> is one of the available actions. To see all available actions, enter vtune -help.

Get Information on Analysis Options

VTune Profiler offers many ways to get information on analysis options.

See Also