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 19:07:59 +0000 (15:07 -0400)
commitf73367f88c2a8aaf2e1a6dbd969daddb667427eb
tree361a907268811445e1ef01c2706f445468ae1209
parent08da4f778bdbfdefb7e1d12b0fbb0b8be2c83c64
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.025929 seconds and 4 git commands to generate.