X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fevents.h;h=6aa880f82eb1b8737dad767b0c5e94a23a159888;hb=3ef5cc037506f5bce971bd66ef2f77310eca6650;hp=51892335010afea17f1056a7a4a010a19e75f672;hpb=5f4c791e2ad2c814101ccdb500e65543f2792c41;p=lttng-modules.git diff --git a/include/lttng/events.h b/include/lttng/events.h index 51892335..6aa880f8 100644 --- a/include/lttng/events.h +++ b/include/lttng/events.h @@ -986,6 +986,8 @@ void lttng_enabler_link_bytecode(const struct lttng_event_desc *event_desc, struct lttng_ctx *ctx, struct list_head *instance_bytecode_runtime_head, struct list_head *enabler_bytecode_runtime_head); +void lttng_free_event_filter_runtime(struct lttng_event *event); +void lttng_free_event_notifier_filter_runtime(struct lttng_event_notifier *event_notifier); int lttng_probes_init(void);