plugins/ctf/common/notif-iter/notif-iter.c: add logging
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 6 Jun 2017 18:58:36 +0000 (14:58 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 21:03:27 +0000 (17:03 -0400)
commitfdf0e7a0859aac0e7a540ded801921bdb14cb450
tree780a17a091b5e6e94657a814fa736c2a72bde63e
parent2e4636e16ecf36fd6f96f16d545fa43336f054af
plugins/ctf/common/notif-iter/notif-iter.c: add logging

Remove the logging of the payload returned by the request_bytes() medium
operation of the ctf.lttng.live CC because it is now logged after
calling this user function in the common notif-iter.c.

Make bt_ctf_field_path_string() static in its internal header instead of
BT_HIDDEN because otherwise the plugin cannot access it.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/field-path-internal.h
lib/ctf-ir/field-path.c
plugins/ctf/common/btr/btr.c
plugins/ctf/common/btr/btr.h
plugins/ctf/common/notif-iter/Makefile.am
plugins/ctf/common/notif-iter/logging.c [new file with mode: 0644]
plugins/ctf/common/notif-iter/logging.h [new file with mode: 0644]
plugins/ctf/common/notif-iter/notif-iter.c
plugins/ctf/common/notif-iter/notif-iter.h
plugins/ctf/lttng-live/data-stream.c
This page took 0.025323 seconds and 4 git commands to generate.