X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-perf-counters.c;h=df10e4f128cc11d5d13e0cd7e0bed0bf8c84f881;hb=d0c8f180cac01b888a81ce8abb47ce9e57925a53;hp=6979143985de74f58fcdab13b67fdd3511d7651c;hpb=2eba8e397d36e8cecaf4731b4f892dc57f32a382;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-perf-counters.c b/liblttng-ust/lttng-context-perf-counters.c index 69791439..df10e4f1 100644 --- a/liblttng-ust/lttng-context-perf-counters.c +++ b/liblttng-ust/lttng-context-perf-counters.c @@ -7,6 +7,7 @@ */ #define _LGPL_SOURCE +#include #include #include #include @@ -547,7 +548,7 @@ int lttng_add_perf_counter_to_ctx(uint32_t type, } ust_type = lttng_ust_create_type_integer(sizeof(uint64_t) * CHAR_BIT, lttng_alignof(uint64_t) * CHAR_BIT, - lttng_is_signed_type(uint64_t), + lttng_ust_is_signed_type(uint64_t), BYTE_ORDER, 10); if (!ust_type) { ret = -ENOMEM;