From: Simon Marchi Date: Mon, 6 Apr 2020 20:43:09 +0000 (-0400) Subject: common: add more bytecode helpers X-Git-Tag: v2.13.0-rc1~262 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=6afbab01c56b1a634c7071e1e885759ac4fd0b7f;hp=6afbab01c56b1a634c7071e1e885759ac4fd0b7f 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 Signed-off-by: Jérémie Galarneau Depends-on: lttng-ust: I5a800fc92e588c2a6a0e26282b0ad5f31c044479 ---