Import modes

Import a bare-metal trace file and create a capture from it.

Syntax

streamline <mode> [options] <files_to_import>

Modes

-import-apc-zip

Import zipped APC files.

-import-perf

Import perf data files.

-import-barman-raw

Import a bare-metal raw file.

-import-stm

Import a bare-metal trace that was captured through STM. Streamline converts the trace file into a bare-metal raw file.

-import-itm

Import a bare-metal trace that was captured through ITM. Streamline converts the trace file into a bare-metal raw file.

Options

-o, -output <output_directory>

The directory where the capture is created.

-agent-image <elf_image>

The path to the ELF image of the bare-metal code that contains the bare-metal agent code.

-barman-xml <barman.xml>

The path to the barman.xml file that the Barman Generator Wizard generated. Required when importing STM and ITM traces.

-assume-sync

Assume that the ITM trace is synchronized from the start.

Returns

An APC capture file.