ctf: make ctf_trace_class_configure_ir_trace use bt2::Trace
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 11 Dec 2023 17:25:19 +0000 (12:25 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 17 Apr 2024 17:57:53 +0000 (13:57 -0400)
commit6954b97e32145f8bc34cea22c4ce4fd17abbcb96
treeaa73321f51210ec473c329c70eebd17a9c87844e
parent7916e7eb9b893d16e49f1564007a180515f62423
ctf: make ctf_trace_class_configure_ir_trace use bt2::Trace

Use the bt2::Trace wrapper instead of a raw `bt_trace *`.  Change the
return type to void, since failures are now reported using exceptions.

Change-Id: I2e30b0aa9a6f33e765ac32d274032ef4ab3aa9f8
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8417
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12353
Tested-by: jenkins <jenkins@lttng.org>
CI-Build: Simon Marchi <simon.marchi@efficios.com>
src/plugins/ctf/common/src/metadata/tsdl/ctf-meta-configure-ir-trace.cpp
src/plugins/ctf/common/src/metadata/tsdl/ctf-meta-configure-ir-trace.hpp
src/plugins/ctf/fs-src/fs.cpp
src/plugins/ctf/lttng-live/metadata.cpp
This page took 0.024608 seconds and 4 git commands to generate.