Name
tau_convert — convert TAU tracefiles into various alternative trace formats
Synopsis
tau_convert [[
-alog
] | [
-SSDF
] | [
-dump
] | [
-paraver
[-t]
] | [
-pv
] | [
-vampir
[
-longsymbolbugfix
]
[
-compact
]
[[
-user
] | [
-class
] | [
-all
]]
[
-nocomm
]
]] [
outputtrc
] {
inputtrc
} {
edffile
}
Description
tau_convert is generated when TAU is configured with the -TRACE option.
This program requires specification of a TAU tracefile and eventfile. It will convert the given TAU traces to the ASCII-based trace format specified in the first argument. The conversion type specification may be followed by additional options specific to the conversion type. It defaults to the single threaded vampir format if no other format is specified. tau_convert also accepts specification of an output file as the last argument. If none is given it prints the converted data to the standard out.
Options
-alog convert TAU tracefile into the alog format
(This format is deprecated. The SLOG2 format is recommended.)
-SDDF convert TAU tracefile into the SDDF format
-dump convert TAU tracefile into multi-column human
readable text
-paraver convert TAU tracefile into paraver
format
-t indicate conversion of multi threaded TAU trace
into paraver format
-pv convert single threaded TAU tracefile into
vampir format (all -vampir options apply) (default)
-vampir convert multi threaded TAU tracefile into
vampir format
-longsymbolbugfix make the first characters of
long, similar identifier strings unique to avoid a bug in vampir
-compact abbreviate individual event entries
-all compact all entries (default)
-user compact user entries only
-class compact class entries only
-nocomm disregard communication events
[outputtrc] specify the name of the output tracefile
to be produced