From: Jonathan Rajotte Date: Wed, 8 Apr 2020 21:51:52 +0000 (-0400) Subject: condition: implement lttng_condition_event_rule_generate_capture_descriptor_bytecode X-Git-Tag: v2.13.0-rc1~249 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=834966afb566191f13f7c6870902a3e4b00a9d27;hp=834966afb566191f13f7c6870902a3e4b00a9d27;p=lttng-tools.git 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 Signed-off-by: Jérémie Galarneau Change-Id: I4cfbdd9ab91328a5540ad19049e056fe3ce7f5ba Depends-on: lttng-ust: I5a800fc92e588c2a6a0e26282b0ad5f31c044479 ---