lttng_ust_init_thread: initialise cached context values
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-cgroup-ns.c
index 34523ea1ad96b33f2bacdb48860597309283392c..5accd2df47e44367d95935895bf3374e43525bc2 100644 (file)
@@ -155,7 +155,9 @@ error_find_context:
 /*
  * Force a read (imply TLS allocation for dlopen) of TLS variables.
  */
-void lttng_cgroup_ns_alloc_tls(void)
+void lttng_ust_cgroup_ns_init_thread(int flags)
 {
        asm volatile ("" : : "m" (URCU_TLS(cached_cgroup_ns)));
+       if (flags & LTTNG_UST_INIT_THREAD_CONTEXT_CACHE)
+               (void)get_cgroup_ns();
 }
This page took 0.024176 seconds and 4 git commands to generate.