tests: make UUIDs under data/ctf-traces/intersection unique
[babeltrace.git] / doc / man / common-cmd-plugin-path.txt
1 Plugin path
2 ~~~~~~~~~~~
3 This command loads Babeltrace plugins to perform its operation. The
4 search 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*:
13 `$HOME/.local/lib/babeltrace2/plugins`
14
15 . *If the opt:--omit-system-plugin-path option is absent*:
16 +{system_plugin_path}+
17
18 You can use the man:babeltrace2-list-plugins(1) command to dynamically
19 list the available plugins.
This page took 0.030206 seconds and 4 git commands to generate.