sink.text.details: show stream class namespace
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 9 Mar 2022 16:47:04 +0000 (11:47 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 4 Sep 2024 19:05:14 +0000 (15:05 -0400)
commit6563da7aae6e3aa1d574bac15f3284a7dd9f862d
tree72dae721a291301b772935c2f877c0ea0c5336d5
parent6bdefb8c6ebc337439f4bda397e21bd1479e4ba4
sink.text.details: show stream class namespace

If the stream class has a namespace (a property introduced with MIP 1),
show it when dumping the stream class info.

Add a `with-stream-class-namespace` parameter to the component class,
controlling whether to show the namespace or not.

Example output:

    Trace class:
      Stream class `da-name` (Namespace `da-namespace`, ID 0):

Philippe updated the manual page to document the
`with-stream-class-namespace` parameter.

Change-Id: I1a3854d266f8f7a87be09ed44c70e03ac9cc6912
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7529
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12693
doc/man/babeltrace2-sink.text.details.7.txt
src/plugins/text/details/details.c
src/plugins/text/details/details.h
src/plugins/text/details/write.c
This page took 0.02463 seconds and 4 git commands to generate.