X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Flttng-bytecode.h;h=79a562bfb5c50f57ecff10958f126737e177bb4f;hb=0b365677b4b159fa9aa2b98eb19f10f4a762fbe8;hp=3cbb7b10cb995bd2503ed1e169448c9ede4853fb;hpb=80c2a69a8298768c9010052e6c3668914191b9e7;p=deliverable%2Flttng-modules.git diff --git a/include/lttng/lttng-bytecode.h b/include/lttng/lttng-bytecode.h index 3cbb7b10..79a562bf 100644 --- a/include/lttng/lttng-bytecode.h +++ b/include/lttng/lttng-bytecode.h @@ -281,6 +281,7 @@ struct lttng_interpreter_output { const char *lttng_bytecode_print_op(enum bytecode_op op); +void lttng_bytecode_filter_sync_state(struct lttng_bytecode_runtime *runtime); int lttng_bytecode_validate(struct bytecode_runtime *bytecode); int lttng_bytecode_specialize(const struct lttng_event_desc *event_desc, struct bytecode_runtime *bytecode);