X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng-bytecode.h;h=5bff5b00497a068a3f872f1eea76a78b0201bc85;hb=e2a5259590728af9f088c61dafe8e5c5dd2003db;hp=37c0e8a04fd9700cf881c2bd566c47bb966e2611;hpb=c4bf9003172c02d6d99ecfa4c445e8f7327fbac4;p=lttng-modules.git diff --git a/include/lttng/lttng-bytecode.h b/include/lttng/lttng-bytecode.h index 37c0e8a0..5bff5b00 100644 --- a/include/lttng/lttng-bytecode.h +++ b/include/lttng/lttng-bytecode.h @@ -292,6 +292,7 @@ const char *lttng_bytecode_print_op(enum bytecode_op op); void lttng_bytecode_sync_state(struct lttng_kernel_bytecode_runtime *runtime); int lttng_bytecode_validate(struct bytecode_runtime *bytecode); +int lttng_bytecode_validate_load(struct bytecode_runtime *bytecode); int lttng_bytecode_specialize(const struct lttng_kernel_event_desc *event_desc, struct bytecode_runtime *bytecode);