X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint.h;h=7cfae3e4c10cd65c557a525fdbee063cd6d23c53;hb=38b48c9bcc752ce5eb32ea2d131c0a10027ea8dd;hp=a91faa42c475bc0c34a16fcc5f65eb22bb401f7b;hpb=ec9e040d128545d43b7d29106b70581bca42b1c3;p=lttng-ust.git diff --git a/include/lttng/tracepoint.h b/include/lttng/tracepoint.h index a91faa42..7cfae3e4 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -441,7 +441,8 @@ extern struct lttng_ust_tracepoint * const __stop___tracepoints_ptrs[] }; \ static struct lttng_ust_tracepoint * \ __tracepoint_ptr_##_provider##___##_name \ - __attribute__((used, section("__tracepoints_ptrs"))) = \ + __attribute__((section("__tracepoints_ptrs"), used)) \ + __lttng_ust_variable_attribute_no_sanitize_address = \ &__tracepoint_##_provider##___##_name; static void lttng_ust_notrace __attribute__((constructor))