tests: make UUIDs under data/ctf-traces/intersection unique
[babeltrace.git] / doc / man / common-cmd-plugin-path.txt
CommitLineData
0659f3af
PP
1Plugin path
2~~~~~~~~~~~
3This command loads Babeltrace plugins to perform its operation. The
4search path for Babeltrace plugins is, in this order:
5
6. The colon-separated list of directories in the
7 `BABELTRACE_PLUGIN_PATH` environment variable.
8
9. The colon-separated list of directories in the opt:--plugin-path
10 option.
11
12. *If the opt:--omit-home-plugin-path option is absent*:
a8be4294 13 `$HOME/.local/lib/babeltrace2/plugins`
0659f3af
PP
14
15. *If the opt:--omit-system-plugin-path option is absent*:
16 +{system_plugin_path}+
17
a8be4294 18You can use the man:babeltrace2-list-plugins(1) command to dynamically
0659f3af 19list the available plugins.
This page took 0.035855 seconds and 4 git commands to generate.