import

Import one or more collection data files/directories.

GUI Equivalent

VTune Profiler menu > Import Result...

Syntax

-import <PATH>

Arguments

A string containing the PATH of the data files to import. To import several files, make sure to use the import option for each path.

Modifiers

call-stack-mode, discard-raw-data, inline-mode, result-dir, search-dir, user-data-dir

Description

Use the import action to import one or more collection data files into the VTune Profiler. You may import the following formats:

Example

This example imports the sample_data.tb7 file into a VTune Profiler project and creates the result directory r000hs:

vtune –import sample_data.tb7 –result-dir r000hs 

This example imports a trace file collected with the Linux Perf tool into a VTune Profiler project and creates a default result directory r000 (since no result directory is specified from the command line):

vtune -import perf_trace.perf 

See Also