X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-ring-buffer-client-template.h;h=e4401c900f82caf7806cab1387e055440d74fcd7;hb=f73bcf5eafdc10b2bbb32de0bcef709de0f8f5e5;hp=bc7fc2f2fe900a72a280437d814051b68549fb12;hpb=b2e37d27accf5e32128b82392dbe1a9522c7dc20;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-ring-buffer-client-template.h b/src/lib/lttng-ust/lttng-ring-buffer-client-template.h index bc7fc2f2..e4401c90 100644 --- a/src/lib/lttng-ust/lttng-ring-buffer-client-template.h +++ b/src/lib/lttng-ust/lttng-ring-buffer-client-template.h @@ -14,7 +14,7 @@ #include #include "common/bitfield.h" #include "common/align.h" -#include "clock.h" +#include "common/clock.h" #include "context-internal.h" #include "lttng-tracer.h" #include "common/ringbuffer/frontend_types.h" @@ -71,9 +71,9 @@ typedef struct lttng_ust_ring_buffer_ctx_private private_ctx_stack_t[LIB_RING_BU static DEFINE_URCU_TLS(private_ctx_stack_t, private_ctx_stack); /* - * Force a read (imply TLS fixup for dlopen) of TLS variables. + * Force a read (imply TLS allocation for dlopen) of TLS variables. */ -void RING_BUFFER_MODE_TEMPLATE_TLS_FIXUP(void) +void RING_BUFFER_MODE_TEMPLATE_ALLOC_TLS(void) { asm volatile ("" : : "m" (URCU_TLS(private_ctx_stack))); }