X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=src%2Fprobes%2Flttng-kprobes.c;h=27d2898f971926857cb37f9d8c7040c4cf6bf66a;hb=92e7fc0251da026f756f648fea5639cfdd746fff;hp=1f49c072c7daae9a3f25a1ddccda4b9965816b5e;hpb=6a35e5bd38fb1a47f57281d349218c7e4aae1da1;p=lttng-modules.git diff --git a/src/probes/lttng-kprobes.c b/src/probes/lttng-kprobes.c index 1f49c072..27d2898f 100644 --- a/src/probes/lttng-kprobes.c +++ b/src/probes/lttng-kprobes.c @@ -91,7 +91,7 @@ int lttng_kprobes_event_handler_pre(struct kprobe *p, struct pt_regs *regs) static const struct lttng_kernel_event_field *event_fields[] = { lttng_kernel_static_event_field("ip", lttng_kernel_static_type_integer_from_type(unsigned long, __BYTE_ORDER, 16), - false, false, false), + false, false), }; static const struct lttng_kernel_tracepoint_class tp_class = {