X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Ftracepoint.h;h=7cfae3e4c10cd65c557a525fdbee063cd6d23c53;hb=5d17a2b186ccd9156f4901ac70cfb36762db975e;hp=a91faa42c475bc0c34a16fcc5f65eb22bb401f7b;hpb=5938665d83cb964348bc4761abfd778ec5bd068d;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))