babeltrace2 is an open-source trace converter and processor
command-line program. The tool can open one or more traces and
convert between multiple formats, possibly with one or more
filters in the conversion path, and perform other operations
depending on the command CMD (see 'COMMANDS').
Note
You might be looking for the babeltrace2-convert(1) command's
manual page; the convert command is the default command of
babeltrace2 and is backward compatible with babeltrace(1).
See 'EXAMPLES' for convert command examples.
See babeltrace2-intro(7) to learn more about the Babeltrace 2
project and its core concepts.
Most of the babeltrace2 commands load Babeltrace 2 plugins to
perform their operation. The search path for Babeltrace 2 plugins
is, in this order:
1. The colon-separated (or semicolon, on Windows) list of
directories in the BABELTRACE_PLUGIN_PATH environment
variable.
2. The colon-separated (or semicolon, on Windows) list of
directories in the --plugin-path option.
3. $HOME/.local/lib/babeltrace2/plugins
4. /usr/local/lib/babeltrace2/plugins
You can use the babeltrace2-list-plugins(1) command to
dynamically list the available plugins and what they offer. See
'PROJECT'S PLUGINS' for a list of plugins shipped with
Babeltrace 2.