plugins/ctf/common/metadata: logging: standardize in parser and lexer
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 13 Jun 2017 22:35:16 +0000 (18:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 14 Jun 2017 22:09:40 +0000 (18:09 -0400)
commit33c81e6f07531441ece73150f919b8e248201801
treea479c3d4b4b65593bfa178c7a41621b49625ebe6
parent37d21e0728685b1bf0a4e4839b8ec35aaff86781
plugins/ctf/common/metadata: logging: standardize in parser and lexer

YYDEBUG is set if the VERBOSE mode is enabled for the common metadata
module. YYFPRINTF is defined to BT_LOGV so that everything uses the
standard logging macros.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/common/metadata/Makefile.am
plugins/ctf/common/metadata/decoder.c
plugins/ctf/common/metadata/lexer.l
plugins/ctf/common/metadata/logging.h
plugins/ctf/common/metadata/parser.y
plugins/ctf/lttng-live/metadata.c
This page took 0.032091 seconds and 4 git commands to generate.