ctf: make ctf_visitor_generate_ir not use ctf_metadata_decoder_config
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 23 Aug 2022 14:19:45 +0000 (10:19 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 23 Aug 2022 16:06:16 +0000 (12:06 -0400)
commitd6a7f7d81042c77d83505fb4525c22e595065b90
treeed98c4ac86b0cec2b3dd5ebe7f95d5ef8081f414
parenta6791b37417c21ecf58bc07da6024cdfa46714c7
ctf: make ctf_visitor_generate_ir not use ctf_metadata_decoder_config

The ctf_metadata_decoder_config structure is going to disappear in the
following patches.  Make ctf_visitor_generate_ir (which we will keep for
now) stop using it.

Change-Id: If4053599d0077554882a9eabe79e4489aa655c72
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8405
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/ctf/common/src/metadata/tsdl/ast.hpp
src/plugins/ctf/common/src/metadata/tsdl/ctf-1-metadata-stream-parser.cpp
src/plugins/ctf/common/src/metadata/tsdl/decoder.cpp
src/plugins/ctf/common/src/metadata/tsdl/visitor-generate-ir.cpp
This page took 0.024669 seconds and 5 git commands to generate.