Rename all 'fixup_tls' functions to 'alloc_tls'
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-procname.c
index 28c8490d0b40e3b63a063445d89e25c34a196d20..80ba9825e4ea97e7517a659010d409781620e19f 100644 (file)
@@ -120,9 +120,9 @@ error_find_context:
 }
 
 /*
- * Force a read (imply TLS fixup for dlopen) of TLS variables.
+ * Force a read (imply TLS allocation for dlopen) of TLS variables.
  */
-void lttng_fixup_procname_tls(void)
+void lttng_procname_alloc_tls(void)
 {
        asm volatile ("" : : "m" (URCU_TLS(cached_procname)[0]));
 }
This page took 0.023712 seconds and 4 git commands to generate.