ctf: remove ctf_fs_trace::name
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 28 Aug 2019 18:30:57 +0000 (14:30 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 29 Aug 2019 14:37:03 +0000 (10:37 -0400)
commitbc70f84a59eacc7734dd15a6fbcc452168e3687f
treed7c1ad2780e5a20364b6669e464da911743bb55c
parentb6bbfe5adfb39444433b2628b9264a69487e8660
ctf: remove ctf_fs_trace::name

Now that we don't report the name of CTF traces in
`babeltrace.trace-info`, it is no longer useful to invent a name for
each trace.  So remove the ctf_fs_trace::name field, and everything
related to it.

Note that the name set on the bt_trace (in set_trace_name) does not
depend on this field.

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