ctf: introduce dry-run mode for `bt_msg_iter`
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 12 Jun 2019 18:15:42 +0000 (14:15 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 16 Aug 2019 15:35:50 +0000 (11:35 -0400)
commitde24a43fc1f223d24f75303f93da19ee5e66a036
tree6a9615b646962d9eb12188b953bf503bf7a11bf2
parent7cb7e3f5103d5d3084bc3b78550af34cced8a222
ctf: introduce dry-run mode for `bt_msg_iter`

Dry-run mode can be used when component classes need to decode CTF
packets but do not want the `bt_msg_iter` to create and use the
Babeltrace library objects (bt_field, bt_message_*, etc.).

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I336ec4c893835e7b1d6f32262841793f7543aa06
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1417
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/ctf/common/msg-iter/msg-iter.c
src/plugins/ctf/common/msg-iter/msg-iter.h
This page took 0.026555 seconds and 4 git commands to generate.