X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-bytecode.h;h=16e79eb30fc65f35db94d54f2976f165f02a0442;hb=969715b55504a3ef775b6ecd6c162d40e8063b62;hp=87a90dd6bf6b3ff554f50e85a294f3a04f6a780a;hpb=bddade91e51d3f26fef22c7fe5dca5b22d59012a;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-bytecode.h b/src/lib/lttng-ust/lttng-bytecode.h index 87a90dd6..16e79eb3 100644 --- a/src/lib/lttng-ust/lttng-bytecode.h +++ b/src/lib/lttng-ust/lttng-bytecode.h @@ -324,6 +324,9 @@ void lttng_bytecode_sync_state(struct lttng_ust_bytecode_runtime *runtime) int lttng_bytecode_validate(struct bytecode_runtime *bytecode) __attribute__((visibility("hidden"))); +int lttng_bytecode_validate_load(struct bytecode_runtime *bytecode) + __attribute__((visibility("hidden"))); + int lttng_bytecode_specialize(const struct lttng_ust_event_desc *event_desc, struct bytecode_runtime *bytecode) __attribute__((visibility("hidden")));