common: introduce lttng_event_expr_to_bytecode
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 6 Apr 2020 20:47:08 +0000 (16:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 9 Mar 2021 04:51:11 +0000 (23:51 -0500)
commit748b5f7b257748a094096ef2beeb2eb941324978
tree7edcd364449919f443093660a47bd627cc2113f7
parent6afbab01c56b1a634c7071e1e885759ac4fd0b7f
common: introduce lttng_event_expr_to_bytecode

This function converts an event expression object in the appropriate
bytecode to capture the value described by that event expression.

Change-Id: I81c8f4ad40312e0d9f1a805a7e965a9d513cdde8
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/Makefile.am
src/common/event-expr-to-bytecode.c [new file with mode: 0644]
src/common/event-expr-to-bytecode.h [new file with mode: 0644]
tests/unit/Makefile.am
tests/unit/test_event_expr_to_bytecode.c [new file with mode: 0644]
This page took 0.025129 seconds and 4 git commands to generate.