X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-kprobes.c;h=fbd24e136acfb6c07ad048e21e5953619e5f40fd;hb=06254b0fe2a909dabb889fb0d022384906f6f37a;hp=4398dc6d8f811f68c06abb4fcc587f3dcd446583;hpb=74b9312477538922f7ce3194b37ed3e0c5d7ba16;p=lttng-modules.git diff --git a/probes/lttng-kprobes.c b/probes/lttng-kprobes.c index 4398dc6d..fbd24e13 100644 --- a/probes/lttng-kprobes.c +++ b/probes/lttng-kprobes.c @@ -85,7 +85,7 @@ int lttng_create_kprobe_event(const char *name, struct lttng_event *event) field->type.atype = atype_integer; field->type.u.basic.integer.size = sizeof(unsigned long) * CHAR_BIT; field->type.u.basic.integer.alignment = lttng_alignof(unsigned long) * CHAR_BIT; - field->type.u.basic.integer.signedness = is_signed_type(unsigned long); + field->type.u.basic.integer.signedness = lttng_is_signed_type(unsigned long); field->type.u.basic.integer.reverse_byte_order = 0; field->type.u.basic.integer.base = 16; field->type.u.basic.integer.encoding = lttng_encode_none;