Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   babeltrace2    ( 1 )

преобразуйте или обработайте одну или несколько трасс и многое другое (Convert or process one or more traces, and more)

Имя (Name)

babeltrace2 - Convert or process one or more traces, and more


Синопсис (Synopsis)

babeltrace2 [--debug | --verbose | --log-level=LVL] [--omit-home-plugin-path] [--omit-system-plugin-path] [--plugin-path=PATH[:PATH]...] [CMD] [CMD ARGS]


Описание (Description)

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.