bytecode: generalize `struct lttng_ust_filter_bytecode_node`
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 13 Apr 2020 16:24:09 +0000 (12:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 26 Nov 2020 18:33:53 +0000 (13:33 -0500)
commitab249ecfea7ddc352e1fb5c3b97a4f0fbb62f3ca
treec4d81619aa774e626c843e925cf598e179724b30
parenta56fd376c76b448c9f639b8ace821471a2fb7b40
bytecode: generalize `struct lttng_ust_filter_bytecode_node`

Rename `struct lttng_ust_filter_bytecode_node` to `struct
lttng_ust_bytecode_node` so it can be used by capture bytecode as well.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I0bb4ba4962601f1c83bf92494be4c47032f47db3
include/lttng/ust-events.h
liblttng-ust/lttng-events.c
liblttng-ust/lttng-filter.c
liblttng-ust/lttng-ust-abi.c
liblttng-ust/lttng-ust-comm.c
liblttng-ust/ust-events-internal.h
This page took 0.025482 seconds and 4 git commands to generate.