Introduce event type field in common structure
[lttng-ust.git] / liblttng-ust / lttng-bytecode.c
index 69dcd76b1548c41ede063e93133861daede9ef68..94edbab63312cf1a4bc954b4f06f35fb5b64144d 100644 (file)
@@ -608,13 +608,7 @@ void free_filter_runtime(struct cds_list_head *bytecode_runtime_head)
        }
 }
 
-void lttng_free_event_recorder_filter_runtime(struct lttng_ust_event_recorder *event_recorder)
+void lttng_free_event_filter_runtime(struct lttng_ust_event_common *event)
 {
-       free_filter_runtime(&event_recorder->parent->filter_bytecode_runtime_head);
-}
-
-void lttng_free_event_notifier_filter_runtime(
-               struct lttng_event_notifier *event_notifier)
-{
-       free_filter_runtime(&event_notifier->parent->filter_bytecode_runtime_head);
+       free_filter_runtime(&event->filter_bytecode_runtime_head);
 }
This page took 0.02354 seconds and 4 git commands to generate.