3 This command loads Babeltrace plugins to perform its operation. The
4 search path for Babeltrace plugins is, in this order:
6 . The colon-separated list of directories in the
7 `BABELTRACE_PLUGIN_PATH` environment variable.
9 . The colon-separated list of directories in the opt:--plugin-path
12 . *If the opt:--omit-home-plugin-path option is absent*:
13 `$HOME/.local/lib/babeltrace/plugins`
15 . *If the opt:--omit-system-plugin-path option is absent*:
16 +{system_plugin_path}+
18 You can use the man:babeltrace-list-plugins(1) command to dynamically
19 list the available plugins.