Implement base-address-state tracing
[lttng-ust.git] / liblttng-ust / lttng-events.c
index 61021f3a696334558654b0990b91415c6aec1670..77515843d3a0f5e2a6f895685064689aece4fd98 100644 (file)
@@ -293,6 +293,8 @@ int lttng_session_enable(struct lttng_session *session)
        /* Set atomically the state to "active" */
        CMM_ACCESS_ONCE(session->active) = 1;
        CMM_ACCESS_ONCE(session->been_active) = 1;
+
+       lttng_ust_sockinfo_session_enabled(session->owner, session);
 end:
        return ret;
 }
This page took 0.023325 seconds and 4 git commands to generate.