X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-perf-counters.c;fp=liblttng-ust%2Flttng-context-perf-counters.c;h=e3378a7daa75d5ef55067dbbec03ff012554609f;hb=eae3c72949135b48639440468dc78ea1d5e937e9;hp=6979143985de74f58fcdab13b67fdd3511d7651c;hpb=5b4c6da4aa59719b613c612afc05aee91f4343a4;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-perf-counters.c b/liblttng-ust/lttng-context-perf-counters.c index 69791439..e3378a7d 100644 --- a/liblttng-ust/lttng-context-perf-counters.c +++ b/liblttng-ust/lttng-context-perf-counters.c @@ -547,7 +547,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;