Add `babeltrace.` prefix to `trace-info` and `support-info` query objects
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 25 Jul 2019 16:47:00 +0000 (12:47 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 26 Jul 2019 23:19:09 +0000 (19:19 -0400)
commit1a29b831f3389a6f28a571fca01eee5c750cd86b
treeed5931af39df72047a5fa943a46781f525dc8cc9
parent2054a0d13fbfba65d23d17a1e35c9dd62f28c2ab
Add `babeltrace.` prefix to `trace-info` and `support-info` query objects

The `trace-info` and `support-info` query objects are supported by the
project's plugins, the project's Python bindings, and the project's CLI.
To avoid name clashes with third-party query objects, prepend
`babeltrace.` to the object names as a namespace.

The dot notation is not standardized in any way here: it is an arbitrary
format that the project chooses. We don't necessarily expect third-party
developers to follow this scheme.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I6aec9bf24f7a8a41796c3a1e84d982c99be6aee5
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1783
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
doc/man/babeltrace2-convert.1.txt
doc/man/babeltrace2-query.1.txt
doc/man/babeltrace2-source.ctf.fs.7.txt
src/bindings/python/bt2/bt2/trace_collection_message_iterator.py
src/cli/babeltrace2-cfg-cli-args.c
src/cli/babeltrace2-cfg-src-auto-disc.c
src/cli/babeltrace2.c
src/plugins/ctf/fs-src/fs.c
tests/data/cli/auto-source-discovery/bt_plugin_test.py
tests/plugins/src.ctf.fs/query/test_query_trace_info.py
This page took 0.026619 seconds and 4 git commands to generate.