include/babeltrace/object-internal.h: add logging
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 13 May 2017 19:08:24 +0000 (15:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:43 +0000 (12:57 -0400)
commit0f5e83e54ee2a84640a7924bb4ae6d48557eefed
tree9fec8b251487450aec8ddb661b9ae2396c9a6fd5
parentf167d3c0c0904ef36e19fcd37f4f20d33b0e76b6
include/babeltrace/object-internal.h: add logging

Because the static inline functions are instrumented in the header
itself, it cannot have its own tag. So this header MUST be included
AFTER including <babeltrace/logging-internal.h>, or anything that
includes this (like <babeltrace/lib-logging-internal.h>).

ctf.lttng-live is modified to respect this, as well as various
instrumented library source files.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/object-internal.h
lib/ctf-ir/attributes.c
lib/ctf-ir/clock-class.c
lib/ref.c
lib/values.c
plugins/ctf/lttng-live/lttng-live-internal.h
plugins/ctf/lttng-live/lttng-live.c
plugins/ctf/lttng-live/viewer-connection.h
This page took 0.024536 seconds and 4 git commands to generate.