Filter: receive, attach and link empty filter
[lttng-ust.git] / liblttng-ust / ltt-probes.c
index 39fb571607ad5cd1ff76e99b1d1f2ab2aa51de19..8ccb6fab9d2f32c37e2c14fa945adbcb38a9b54e 100644 (file)
@@ -372,8 +372,7 @@ void ltt_probes_create_wildcard_events(struct wildcard_entry *entry,
                                        sizeof(event_param.name));
                                /* create event */
                                ret = ltt_event_create(wildcard->chan,
-                                       &event_param, NULL, NULL,
-                                       &ev);
+                                       &event_param, &ev);
                                if (ret) {
                                        DBG("Error creating event");
                                        continue;
@@ -383,5 +382,6 @@ void ltt_probes_create_wildcard_events(struct wildcard_entry *entry,
                        }
                }
        }
+       lttng_filter_wildcard_link_bytecode(wildcard);
 }
 
This page took 0.02311 seconds and 4 git commands to generate.