1TRACE-CMD-CONVERT(1) libtracefs Manual TRACE-CMD-CONVERT(1)
2
3
4
6 trace-cmd-convert - convert trace files
7
9 trace-cmd convert [OPTIONS] [output-file]
10
12 The trace-cmd(1) convert command converts trace file. It reads the
13 input file and copies the data into an output file. The output file may
14 be in different format, depending on the command line arguments.
15
17 -i input-file
18 By default, trace-cmd convert will read the file trace.dat. But the
19 -i option open up the given input-file instead.
20
21 -o out-file
22 The name of the output file, this parameter is mandatory. Note, the
23 output file may also be specified as the last item on the command
24 line.
25
26 --file-version
27 Desired version of the output file. Supported versions are 6 or 7.
28
29 --compression
30 Compression of the trace output file, one of these strings can be
31 passed:
32
33 'any' - auto select the best available compression algorithm
34
35 'none' - do not compress the trace file
36
37 'name' - the name of the desired compression algorithms. Available algorithms can be listed with
38 trace-cmd list -c
39
40 --help
41 Print usage information.
42
44 # trace-cmd convert --compression any trace_compress.dat
45
47 trace-cmd(1), trace-cmd.dat(1)
48
50 Steven Rostedt <rostedt@goodmis.org[1]>, author of trace-cmd. Tzvetomir
51 Stoyanov <tz.stoyanov@gmail.com[2]>, author of this man page.
52
54 https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/
55
57 Copyright (C) 2021 VMware. Free use of this software is granted under
58 the terms of the GNU Public License (GPL).
59
61 1. rostedt@goodmis.org
62 mailto:rostedt@goodmis.org
63
64 2. tz.stoyanov@gmail.com
65 mailto:tz.stoyanov@gmail.com
66
67
68
69libtracefs 04/15/2022 TRACE-CMD-CONVERT(1)