common: move copy_filter_bytecode to bytecode.c and rename it
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 8 Apr 2020 20:38:19 +0000 (16:38 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 9 Mar 2021 04:51:11 +0000 (23:51 -0500)
commit763f0d4cef1438d3f1f5f5c5a232d72628bca550
treefbdb336c8c882f217012c325b43e6eb91dcb352a
parent0ae3cfc61fedae38ef31fe5a99458c4f2161c3b5
common: move copy_filter_bytecode to bytecode.c and rename it

Since there's now a file dedicated to bytecode stuff, that is
independent of filters, move copy_filter_bytecode there.  Rename it to
`bytecode_copy`.

Change-Id: I61a7a7fa1a04d39fbaf367f6bf8147b323aa8b27
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Depends-on: lttng-ust: I5a800fc92e588c2a6a0e26282b0ad5f31c044479
src/bin/lttng-sessiond/event.c
src/bin/lttng-sessiond/ust-app.c
src/bin/lttng-sessiond/utils.c
src/bin/lttng-sessiond/utils.h
src/common/bytecode/bytecode.c
src/common/bytecode/bytecode.h
This page took 0.026566 seconds and 5 git commands to generate.