X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-filter.h;h=56d53381768b40b144ee694678e0b11f91a6bab3;hb=30af52f55ef4bd29cf2da9960517095780792839;hp=e82d883decf0cd1c119e37181b196c678478c768;hpb=c89271d467715e782b76a87c8e26859ec04d9aff;p=lttng-modules.git diff --git a/lttng-filter.h b/lttng-filter.h index e82d883d..56d53381 100644 --- a/lttng-filter.h +++ b/lttng-filter.h @@ -238,6 +238,7 @@ struct estack { const char *lttng_filter_print_op(enum filter_op op); int lttng_filter_validate_bytecode(struct bytecode_runtime *bytecode); +int lttng_filter_validate_bytecode_load(struct bytecode_runtime *bytecode); int lttng_filter_specialize_bytecode(struct lttng_event *event, struct bytecode_runtime *bytecode);