babeltrace2-list-plugins - Linux


Overview

babeltrace2-list-plugins lists the plugins available to the babeltrace2 library.

Syntax

babeltrace2-list-plugins [--babeltrace version] [--wide]

Options/Flags

  • –babeltrace version: Sets the tool to use a specific version of babeltrace. Possible values are ‘1’ or ‘2’.
  • –wide: Enables wide output.

Examples

To list the available plugins in a wide format:

babeltrace2-list-plugins --wide

To list the available plugins for babeltrace version 1:

babeltrace2-list-plugins --babeltrace 1

Common Issues

If no plugins are listed, ensure that the babeltrace2 library is installed and configured correctly.

Integration

babeltrace2-list-plugins can be combined with other tools to manage and analyze trace data. For example, it can be used to identify the available plugins for a specific babeltrace version before using those plugins with other babeltrace2 commands.

Related Commands

  • babeltrace2-merge: Merges multiple trace files into a single file.
  • babeltrace2-format: Converts trace files between different formats.
  • babeltrace2-profile: Generates a flamegraph profile from a trace file.