common: add more bytecode helpers
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 6 Apr 2020 20:43:09 +0000 (16:43 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 9 Mar 2021 04:51:11 +0000 (23:51 -0500)
commit6afbab01c56b1a634c7071e1e885759ac4fd0b7f
tree20a855f123b6094852e757dd73f82cb51e2e7729
parent2b00d46244cab86f1186a7b00cdc660f24a26f72
common: add more bytecode helpers

The common/bytecode/bytecode.c file already contains some helper
functions that are used build bytecode. A following patch will require
helpers for a few more operations. This patch factors them out of the
filter-visitor-generate-bytecode.c file.

No functional changes intended.

Change-Id: I013e0dad3e0264d062e3e8733c05f7fbb4bda70c
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/common/bytecode/bytecode.c
src/common/bytecode/bytecode.h
src/common/filter/filter-visitor-generate-bytecode.c
This page took 0.027676 seconds and 5 git commands to generate.