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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Sep 2019 15:58:22 +0000 (11:58 -0400)
commit8482a078a201264f7497b72403453fbe987b5e51
tree83d0e526de779558032de53d9523f54f37c71e99
parentb25ff394d8f3c4f9febb55bcbd6c630e4a5a04f4
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.02482 seconds and 4 git commands to generate.