Import a bare-metal trace file and create a capture from it.
streamline-cli <mode> [options] <files_to_import>
-import-apc-zipImport zipped APC files.
-import-perfImport perf data files.
-import-barman-rawImport a bare-metal raw file.
-import-stmImport a bare-metal trace that was captured through STM. Streamline converts the trace file into a bare-metal raw file.
-import-itmImport a bare-metal trace that was captured through ITM. Streamline converts the trace file into a bare-metal raw file.
-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-syncAssume that the ITM trace is synchronized from the start.
An APC capture file.