condition: implement lttng_condition_event_rule_generate_capture_descriptor_bytecode
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 8 Apr 2020 21:51:52 +0000 (17:51 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 11 Mar 2021 20:31:53 +0000 (15:31 -0500)
commit834966afb566191f13f7c6870902a3e4b00a9d27
treebeda4f1836ff9a6166cd04428dc159de3f59efa9
parent6fb7c69074b6884da56bb0758e92e1c7f7859859
condition: implement lttng_condition_event_rule_generate_capture_descriptor_bytecode

Generate the bytecode related to the tracer notification capture
feature.

The bytecode is stored alongside the lttng_event_expr in an internal
lttng_capture_descriptor object.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I4cfbdd9ab91328a5540ad19049e056fe3ce7f5ba
Depends-on: lttng-ust: I5a800fc92e588c2a6a0e26282b0ad5f31c044479
include/lttng/condition/event-rule-internal.h
include/lttng/lttng-error.h
src/common/conditions/event-rule.c
src/common/error.c
This page took 0.025845 seconds and 4 git commands to generate.