X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fprobes%2Flttng-uprobes.c;h=816b7fc1be209c952c11eedddf5df5fcc83e1338;hb=d96a4a7a78319be3386b57d9068817e9ffac2a24;hp=b738847f78ba51e8c7cb39044f27ef57bc7941db;hpb=12bb2edb6ed3e96d3299a979e49b828f2b17dcb2;p=lttng-modules.git diff --git a/src/probes/lttng-uprobes.c b/src/probes/lttng-uprobes.c index b738847f..816b7fc1 100644 --- a/src/probes/lttng-uprobes.c +++ b/src/probes/lttng-uprobes.c @@ -113,7 +113,7 @@ int lttng_create_uprobe_event(const char *name, struct lttng_event *event) fields[0].type.u.integer.signedness = lttng_is_signed_type(unsigned long); fields[0].type.u.integer.reverse_byte_order = 0; fields[0].type.u.integer.base = 16; - fields[0].type.u.integer.encoding = lttng_encode_none; + fields[0].type.u.integer.encoding = lttng_kernel_string_encoding_none; desc->owner = THIS_MODULE; event->desc = desc;