ctf: remove unused fields from `babeltrace.trace-info` query
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 28 Aug 2019 17:44:20 +0000 (13:44 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 29 Aug 2019 14:37:03 +0000 (10:37 -0400)
commit0dc26f89f0f58751b3f5ad88bf376d8f2c1d958f
tree85ae0ea7f29f79e673b6158a6c54038a061133bc
parent2287be693cc8d520e448b1f9ee80c9800b8daf1e
ctf: remove unused fields from `babeltrace.trace-info` query

The response of the src.ctf.fs component class to the
`babeltrace.trace-info` query object contains a few fields that are not
used at the moment.  Remove them, before somebody uses them, making us
stuck with them for eternity.

The removed fields are:

- stream class ids
- stream ids
- stream paths
- trace path
- trace range-ns
- trace name

The field `intersection-range-ns` will be removed in a separate patch.

Change-Id: Iee673acbb766cd951e758b5186eabb6fc058b442
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1990
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
src/plugins/ctf/fs-src/query.c
tests/plugins/src.ctf.fs/query/test_query_trace_info.py
This page took 0.024458 seconds and 4 git commands to generate.