.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "TAU2SLOG2" "1" "12/22/2005" "" "Tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" tau2slog2 \- convert TAU tracefiles to SLOG2 tracefiles .SH "SYNOPSIS" .HP 10 \fBtau2slog2\fR {\fItau_tracefile\fR} {\fItau_eventfile\fR} {\fB\-o\fR\ \fIslog2_tracefile\fR} .SH "DESCRIPTION" .PP This program is generated when TAU is configured with the \-slog2 or \-slog2= option. .PP The tau2slog2 trace converter takes a single tau trace file (*.trc) and event definition file (*.edf) and produces a corresponding slog2 binary trace file (*.slog2). .PP The tau2slog2 converter is called from the command line with the locations of the tau trace and event files. These arguments must be followed by the \-o flag and the name of the slog2 file to be written. tau2slog 2 accepts no other arguments. .SH "EXAMPLES" .PP A typical invocation of the converter, to create app.slog2, is as follows: .sp .nf tau2slog2 app.trc tau.edf \-o app.slog2 .fi .sp .SH "SEE ALSO" .PP tau_merge(1), tau_convert(1)