Intel® Trace Analyzer and Collector User and Reference Guide

ID 767272
Date 3/31/2023
Public
Document Table of Contents

LOGFILE-FORMAT

Syntax

LOGFILE-FORMAT [ASCII|STF|STFSINGLE|SINGLESTF]

Variable

VT_LOGFILE_FORMAT

Default

STF

Description

Specifies the format of the tracefile. ASCII is the traditional Vampir file format where all trace data is written into one file. It is human-readable.

The Structured Trace File (STF) is a binary format which supports storage of trace data in several files and allows Intel® Trace Analyzer and Collector to analyze the data without loading all of it, so it is more scalable. Writing it is only supported by the Intel Trace Analyzer and Collector at the moment.

One trace in STF format consists of several different files which are referenced by one index file (.stf). The advantage is that different processes can write their data in parallel (see STF-PROCS-PER-FILE, STF-USE-HW-STRUCTURE). SINGLESTF rolls all of these files into one (.single.stf), which can be read without unpacking them again. However, this format does not support distributed writing, so for large program runs with many processes the generic STF format is better.