X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-context-ipc-ns.c;h=63401e8d5889a6ce7f8fabb6b45c17684b1340d5;hb=a9fd951a21f28704ffdfd4217766f725a217208b;hp=f635a23077bfdf47ff4c2781994ca3454dee7fea;hpb=95fa2ba4fbbfac95bca6f437b2bb4389789b21eb;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-context-ipc-ns.c b/src/lib/lttng-ust/lttng-context-ipc-ns.c index f635a230..63401e8d 100644 --- a/src/lib/lttng-ust/lttng-context-ipc-ns.c +++ b/src/lib/lttng-ust/lttng-context-ipc-ns.c @@ -151,9 +151,9 @@ error_find_context: } /* - * * Force a read (imply TLS fixup for dlopen) of TLS variables. - * */ -void lttng_fixup_ipc_ns_tls(void) + * Force a read (imply TLS allocation for dlopen) of TLS variables. + */ +void lttng_ipc_ns_alloc_tls(void) { asm volatile ("" : : "m" (URCU_TLS(cached_ipc_ns))); }