Hide new 'lttng_ust_context_set_event_notifier_group_provider' private symbol
[lttng-ust.git] / liblttng-ust / lttng-probes.c
index 9b3bacc41f7c5559789f1501e7b47724dc8ae19e..8fba8adfa376bb90da2d72e68c0037528a05f22f 100644 (file)
@@ -35,6 +35,7 @@
 #include "lttng-tracer-core.h"
 #include "jhash.h"
 #include "error.h"
+#include "ust-events-internal.h"
 
 /*
  * probe list is protected by ust_lock()/ust_unlock().
@@ -204,16 +205,12 @@ int lttng_probe_register(struct lttng_probe_desc *desc)
        if (lttng_session_active())
                fixup_lazy_probes();
 
+       lttng_fix_pending_event_notifiers();
+
        ust_unlock();
        return ret;
 }
 
-/* Backward compatibility with UST 2.0 */
-int ltt_probe_register(struct lttng_probe_desc *desc)
-{
-       return lttng_probe_register(desc);
-}
-
 void lttng_probe_unregister(struct lttng_probe_desc *desc)
 {
        lttng_ust_fixup_tls();
@@ -233,12 +230,6 @@ void lttng_probe_unregister(struct lttng_probe_desc *desc)
        ust_unlock();
 }
 
-/* Backward compatibility with UST 2.0 */
-void ltt_probe_unregister(struct lttng_probe_desc *desc)
-{
-       lttng_probe_unregister(desc);
-}
-
 void lttng_probes_prune_event_list(struct lttng_ust_tracepoint_list *list)
 {
        struct tp_list_entry *list_entry, *tmp;
This page took 0.02466 seconds and 4 git commands to generate.